- Increase timeout in CreateChat command
- Add proxy support for tdlib
- Add proxy support for bot
- Use tdlib-ruby 0.9.0
- Fix telegram login logic error, add tests
- Fix telegram accounts refresh
- Use tdlib-ruby from rubygems
- Set 2.3 as minimum supported Ruby version
- Add accounts refresh cron task
- Add note about /setdomain to README
- Fix bug in CloseChat command
- Implement account connection via Telegram Login
- Fix bot token caching issue
- Update telegram-bot-ruby
- Add models and controllers to eager load paths
- Use single bot for all plugins
- Add tdlib installation tip
- Switch to TDlib
- Fix problem with telegram DC like AUTH_KEY_EMPTY
- Fixed bug with bot /connect command
- Add other AuthSources (like LDAP) support for 2fa
- Add last_try_at field to reset 2fa trials
- Ignore ssl errors for webogram
- Fix phone display
- Add Rails 5.1 support
- Fix mail from
- Add reset webogram cache method
- Update README
- Fix webogram setup
- Fix tests
- Add modified Webogram instead TelegramCLI
- Change license from MIT to GPL 3
- Replace ruby wrapper for Telegram's Bot API telegrammer to telegram-bot-ruby.
- Add validate uniq for telegram accounts.
- Change logic for command
/connect
.
- Add telegram_account info to view of user.
- Delete change auth_source after command connect.
- Add logic for unblock telegram account after 1 hour.
- Please run
bundle exec rake redmine:plugins:migrate NAME=redmine_telegram_common
after upgrade.
- Add
MessageSender
service class
- Notify when private command called from group chat
- Add
/help
command
- Add logic for block telegram account after 3 wrong
/connect
trials. - Please run
bundle exec rake redmine:plugins:migrate NAME=redmine_telegram_common
after upgrade.