- Add compatibility with Redmine 5.1
- Add 2FA OTP instructions
- Bump version after redmine_bots
- Fix problem with telegram_id exceeding int.
- Bump redmine_bots dependency version
- Fix None protocol
- Fix conflict with redmineup/a_common_lib
- Fix runtime error
- Remove ruby 2.7.0 from build matrix
- Add API restriction option
- Refactor protocols
- Use rqrcode 1.0+
- Add zh-TW locale
- Add deprecation warning
- Fix global timezone change
- Redmine 4 support
- Depend on redmine_bots instead of redmine_telegram_common
- Google auth confirmation on first page
- Telegram account connection/2fa connection segregation
- Don't send code to locked users
- Add redmine_telegram_common dependency to init.rb
- Use Telegram login
- Fix "Code sent" message
- Fix RQRCode::QRCodeRunTimeError
- Update telegram-bot-ruby
- Use bot from redmine_telegram_common
- Add link to bot in code instruction
- Add bot collision check
- Fix missing locale 2fa
- Fix "account not found" issue with /connect bug
- Add another auth sources support (like LDAP)
- Remove old reference to MultiJSON
- Remove Telegrammer dependency
- Add reset 2fa for admin.
- Add timeout handling for SMS command
- Add ability to select available protocols for 2FA - Issue #3
- Add requirement notification to plugin settings page
- Remove dependency code
- remove defer plugin dependency check patch
- extract bot to
redmine_telegram_common
- extract mailer to
redmine_telegram_common
- add
requires_redmine_plugin :redmine_telegram_common
, - add defer plugin dependency check patch for load
redmine_telegram_common
beforeredmine_2fa
loaded. Extracted from here. Redmine issue.
Migrate to redmine_telegram_common plugin.
- before upgrade please install this plugin.
- run
bundle exec rake redmine_2fa:common:migrate
after upgrade
Optimize Bot Webhook Controller
- Changelog init