jbbarth / redmine_omniauth_cas

CAS authentication plugin for Redmine through OmniAuth
MIT License
19 stars 14 forks source link

Supported redmine 5.1.2 and add some feature #30

Closed mingming-cn closed 3 months ago

mingming-cn commented 4 months ago

Hello, this PR has made the following changes to resolve some issues: #28

  1. added support for Redmine 5.1.2.
  2. added Chinese language configuration.
  3. added a cookies parameter to the hook controller_account_before_cas_login.
nanego commented 3 months ago

Thank you for your contribution. I will merge it into the master branch. However, I would like to find a more efficient solution than manually copying the initializer to the config folder, as this step could easily be overlooked, especially during app updates to a new Redmine version.