- Add redmine_telegram_common dependency to init.rb
- Send issue ids as a keyboard
- Add /ih and /th aliases
- Search projects by partial match in /issue project_name command
- Skip private notes while sending issue notifications to chat
- Kick locked users daily
- Infinite scroll in chat archive
- Archive > Chat archive in locales
- Remove "|" for closed issues in chat archive section
- Fix chat archive on mobile devices
- Fix last command output when no issues found
- Update telegram-bot-ruby
- Fix Rails 5.1 inconsistency
- Fix responses for non-associated accounts
- Use bot from redmine_telegram_common
- Fix "bot kicked" error
-
Switch to TDlib
telegram_id column in telegram_groups table is now should be negative. To fix values for old chats run rake redmine:plugins:migrate NAME=redmine_chat_telegram
-
Fix service messages in chat history
-
Add bot collision check
- Now edited messages correctly replacing in chat archive
- Add message about access denied when not connected user try to create new issue
- Fix pluralization for en and ru close notification messages
- Fix various small bugs
- Redmine user which have proper permissions and joined to group will became administrator of the group
- Upgrade redmine_telegram_common to version 0.1.0
- Telegram bot can work via getUpdates or WebHooks
- Change issue_url method, so plugin will correct work with Redmine host with specific web port.
- Telegram rake bot will bind default to tmp/pids
- Add version requirement to telegram-bot-ruby
- Add support sidekiq 5 version
- Fix duplication in message archive
- Add recommended CLI version to README
- Replace ruby wrapper for Telegram's Bot API telegrammer to telegram-bot-ruby
- Change command /task
- Add to send current value for group commands
- Add command to change chat names
- Add init scripts example
- Fix /issue command
- Fix group chat commands
- Change help for group commands
- Add
commmand_not_found
error message
- Split project in /new command
- Add command /issue.
Deeper integration with redmine_telegram_common
. Big refactoring and code cleanup.
- Need to use Telegram CLI as daemon.
- Add /chat command to manage issues chats
- Add one more step to /new command to create issue chat
- Check access for /log and /link commands in group chat
- Change commands /spent and /yspent to show only current user time entires
- Add exception notification on bot restart
- Add /hot command
- Add /me command
- Add /deadline command
- Add /spent command
- Add /yspent command
- Add /last command
- Use
redmine_telegram_common
plugin for account connections
- Add command to create new issues
- Add ability to connect telegram accounts to redmine
- Solve issue #6 by add
telegram_cli_mode
totelegram.yml
- Add
history_update
rake task for sync old archive messages. Need if bot was turned off long time ago. - Add needed gems to
Gemfile
- Bug fixes
- Fix styles in arhive modal window
- Fix sending issue notification to telegram chat
- Add formating for issue notification messages
- 3dce957 - (Artur Trofimov) Replace Telegram CLI command exec with run Telegram CLI as daemon
- 58a8c13 - (Artur Trofimov) version update, add changelog
- ea64ed0 - (Artur Trofimov) Refactoring for CLI command, fix bug with wrong shared link, get CLI output as JSON
-
6c3b491 - (Artur Trofimov) version update
-
6be6711 - (Artur Trofimov) Remove archive messages and close chat on issue destroy
-
56b715b - (Artur Trofimov) Remove unneeded attributes from issues
-
b3f6990 - (Artur Trofimov) Exclude messages from bot or robot
-
45661ba - (Artur Trofimov) Fix for messages without journal details
-
62d39d8 - (Artur Trofimov) Publish report only if messages present
-
fb90198 - (Stepan Lusnikov) Push issues changes to telegram group
-
617fe99 - (Stepan Lusnikov) Redirect after create and destroy chat
-
7aed8e9 - (Artur Trofimov) Fix for anonymous user, select uniq issues for daily report
-
develop: Do not select message by click
-
74c5e46 - (Stepan Lusnikov) Do not select message by click
Go to message from search by click
- 642cb80 - (Artur Trofimov) Add logging for CLI, extract CLI request to module, typo fix
- 5d82e74 - (Artur Trofimov) Fix for daily report logic, extract issue report in separate worker
- 528b220 - (Igor Olemskoi) Update init.rb
-
72ee652 - (Artur Trofimov) Fix in chat destroy process
-
hotfix/chat-destroy: Redirect to issue page after destroy chat
-
hotfix/ajax-history-load: Fix autoload issue history after create chat
-
release/1.0.1: Release 1.0.1
-
0e4deef - (Artur Trofimov) bot hotfix
-
hotfix/chat-destroy: Redirect to issue page after destroy chat
-
ed7a503 - (Stepan Lusnikov) Redirect to issue page after destroy chat
-
hotfix/ajax-history-load: Fix autoload issue history after create chat
-
ee33920 - (Stepan Lusnikov) Fix autoload issue history after create chat
-
release/1.0.1: Release 1.0.1 Delete go to message link in search
-
3bb0b92 - (Stepan Lusnikov) Release 1.0.1
-
ff09a68 - (Stepan Lusnikov) Delete go to message link in search
Now need to click on the message to go to it from search.
- 0acbe09 - (Artur Trofimov) Release 1.0.0
- d6c7dfc - (Artur Trofimov) Typo fixes, little refactoring
- 49f887b - (Stepan Lusnikov) Localize TelegramGroupDailyReportWorker
- ea131c4 - (Stepan Lusnikov) Date format in archive from redmine settings
- d2c2c10 - (Stepan Lusnikov) Localize system messages
- da98122 - (Stepan Lusnikov) Add system_data to TelegramMessage
- 2a42b9f - (Stepan Lusnikov) Localize views
- 1811ec6 - (Artur Trofimov) Write sidekiq log to sidekiq.log
- f6755dd - (Artur Trofimov) Disallow create telegram chat from closed issue
- 0e60965 - (Artur Trofimov) Move cli_base to lib, fix chat destroy, add bot_name to settings as hidden field, fix save bot name
-
ba4de24 - (Artur Trofimov) version update
-
1932ce5 - (Stepan Lusnikov) Add goto message link in search
-
hotfix/ajax-comments-loading: Chage selector for finding issue
-
hotfix/ajax-comments-loading: Chage selector for finding issue
-
32c776a - (Stepan Lusnikov) Chage selector for finding issue
-
ee08887 - (Artur Trofimov) Save bot id on init, fix issue search
-
2751569 - (Artur Trofimov) Add daily report to CRON
-
29654d2 - (Artur Trofimov) Add bot message attribute to TelegramMessage, Add daily report worker, add some localization, bot can identify bot messages
-
63f7f59 - (Artur Trofimov) Add daily report to plugin settings
-
dcb8c7b - (Artur Trofimov) Fix chat destroy, add comment after destroy, remove ajax on destroy
-
hotfix/autor_initials: Fir author initials
-
hotfix/autor_initials: Fir author initials
-
e7dd8f3 - (Stepan Lusnikov) Fir author initials
- 8c0bc67 - (Artur Trofimov) Cleanup after release auto-close feature
-
6259fb5 - (Artur Trofimov) Version update
-
9f50be8 - (Artur Trofimov) Finish with auto close feature
-
c116a01 - (Artur Trofimov) Add workers
-
715f82a - (Artur Trofimov) send notification to chat before close it
-
ffba883 - (Artur Trofimov) Add TelegramGroup model, update old logic for use it.
-
release/0.9.1: Update version
-
a745bdb - (Artur Trofimov) Add issues helper to TelegramGroupChatsController
-
c2b7514 - (Stepan Lusnikov) Fix user initials
-
release/0.9.1: Update version Highlight search results Add search in archive
-
0a2d917 - (Stepan Lusnikov) Update version
-
feature/search: Highlight search results Add search in archive
-
a695f19 - (Stepan Lusnikov) Highlight search results
-
74e9f22 - (Stepan Lusnikov) Add search in archive
-
release/0.9.0: Update version
-
release/0.9.0: Update version Add ability to select messages by click Different colors for users in chat Change date style Different style for system and normal messages Mark system telegram messages in rake task Add is_system to telegram messages Add photos with author initials Redesign telegram messages
-
5cbc233 - (Stepan Lusnikov) Update version
-
feature/redesign: Add ability to select messages by click Different colors for users in chat Change date style Different style for system and normal messages Mark system telegram messages in rake task Add is_system to telegram messages Add photos with author initials Redesign telegram messages
-
bf2954f - (Stepan Lusnikov) Add ability to select messages by click
-
1132e1d - (Stepan Lusnikov) Different colors for users in chat
-
4303c67 - (Stepan Lusnikov) Change date style
-
2556bdb - (Stepan Lusnikov) Different style for system and normal messages
-
b4d1b37 - (Stepan Lusnikov) Mark system telegram messages in rake task
-
31420fd - (Stepan Lusnikov) Add is_system to telegram messages
-
840c44f - (Stepan Lusnikov) Add photos with author initials
-
1a18af9 - (Stepan Lusnikov) Redesign telegram messages
-
release/0.8.3: Update version
-
release/0.8.3: Update version Load issue history after creating a chat
-
f0b9043 - (Stepan Lusnikov) Update version
-
b7eae99 - (Stepan Lusnikov) Load issue history after creating a chat
-
b92919d - (Stepan Lusnikov) Merge pull request #3 from centosadmin/doc
Create README.ru.md
- a944cd1 - (openforceru) Create README.ru.md
- 3f308e2 - (Stepan Lusnikov) Fix telegram links styles
- fc713e8 - (Stepan Lusnikov) Merge pull request #2 from centosadmin/doc
Update README.md
- 8723cff - (openforceru) Update README.md
- 363f6c9 - (Artur Trofimov) Merge pull request #1 from openforceru/patch-1
Update README.md
-
1ee8b39 - (openforceru) Update README.md
-
90e52fb - (Artur Trofimov) Hide preview on link post (cherry picked from commit 81ff761)
-
release/0.8.2: Update version Chnage style for arhive date
-
c226d4d - (Stepan Lusnikov) Update version
-
3201e0a - (Stepan Lusnikov) Chnage style for arhive date
-
release/0.8.1: Update version
-
release/0.8.1: Update version Change css for archive Change archive modal window
-
b55be12 - (Stepan Lusnikov) Update version
-
3ba4c0c - (Stepan Lusnikov) Change css for archive
-
7d0f750 - (Stepan Lusnikov) Change archive modal window
- Change button text
- Add seporators for dates
- Disable focus on input after open modal
- 325dfa8 - (Artur Trofimov) Merge remote-tracking branch 'origin/master'
Change date format
-
5079489 - (Artur Trofimov) Add close chat feature
-
release/0.7.1: Update version
-
1d06e8c - (Stepan Lusnikov) Update version
-
803694c - (Stepan Lusnikov) Group messages by date
Change date format
- 283ff62 - (Artur Trofimov) 0.7.0
- 50da300 - (Artur Trofimov) Add create chat, user join and exit messages to archive
- aafa51c - (Artur Trofimov) Add aliases for
/task
:/link
,/url
Remove time from journal log Little text and style fixes - e1f8807 - (Artur Trofimov) Update roles permissions. Add permission for view chat link and archive. Remove project settings
-
17e5352 - (Artur Trofimov) update version
-
task_118738: Add date picker to arhive and change styles Show archive in modal window Add icon for archive and inactive telegram Do not show form in empty archive Open chat archive in popup
-
ef3097b - (Stepan Lusnikov) Add date picker to arhive and change styles
-
eb87dfd - (Stepan Lusnikov) Show archive in modal window
-
fc6c34e - (Stepan Lusnikov) Add icon for archive and inactive telegram
-
47fe0b9 - (Stepan Lusnikov) Do not show form in empty archive
-
215583c - (Stepan Lusnikov) Open chat archive in popup
- 6717904 - (Artur Trofimov) Hotfix: rollback roles permission for enabled module Project settings: admin can select who can create Telegram group Add journal entry with link to chat after it created
- e029932 - (Artur Trofimov) Hotfix: fix permission for enabled module
- 13d4f4c - (Artur Trofimov) hotfix
- 8aa4998 - (Artur Trofimov) Add project settings: select groups who can create telegram group Reorganize lib folders
- bd9c533 - (Artur Trofimov) Add telegram id to issue
- afda962 - (Artur Trofimov) Add logging by
!log
keyword
- a49eb39 - (Artur Trofimov) Bot send issue link after create chat and after
/link
command
- 48f4465 - (Artur Trofimov) Add permission for create telegram chat
- 7c4cfde - (Artur Trofimov) Add feature for view issue telegram messages and publish selected of its
- e063d65 - (Artur Trofimov) Use plugin as project module
- 6130bf1 - (Artur Trofimov) Replace create button with link, add ajax on create chat
- 161b158 - (Artur Trofimov) fix telegram link in issue
- a6022d8 - (Igor Olemskoi) Update chat_telegram.rake
- c25258b - (Igor Olemskoi) Update Gemfile
- 119a378 - (Artur Trofimov) Add bot launch instruction to readme
- 52a6f1f - (Artur Trofimov) Add message login, add bot rake task, add icon to link
- 86284a6 - (Artur Trofimov) Regexp fix, update README
- 2a6916d - (Artur Trofimov) Get CLI paths for config
- cb6f54b - (Igor Olemskoi) Update telegram_group_chats_controller.rb
- dc51859 - (Igor Olemskoi) Update redmine_chat_telegram.rb
- 013b36c - (Artur Trofimov) First release
- 8f8e580 - (Artur Trofimov) Update README
- 0af4c48 - (Artur Trofimov) init