项目

常规

个人资料

插件目录 » Redmine OAuth

作者 Karel Pičman
网站 https://github.com/kontron/redmine_oauth
代码仓库 https://github.com/kontron/redmine_oauth.git
注册于 2022-09-16(大约2年前)
当前版本 2.2.4
兼容 Redmine 5.1.x
用户评分   (0)

通过OAuth进行Redmine身份验证。

支持的OAuth提供者

安装说明

例如 Linux + Apache

cd plugins
git clone https://github.com/kontron/redmine_oauth.git
chown -R www-data:www-data redmine_oauth
cd ..
bundle install
systemctl restart apache2

变更日志

2.2.4 (2024-07-23)

兼容Redmine 5.1.x。

  • 错误修复

2.2.3 (2024-07-18)

兼容Redmine 5.1.x。

  • 客户端密钥加密
  • 可配置姓名和姓氏的提供者字段

2.2.2 (2024-07-04)

兼容Redmine 5.1.x。

  • 独立的自助注册

2.2.1 (2024-06-04)

兼容Redmine 5.1.x。

  • 可选隐藏登录表单
  • 如果使用OAuth,则不需要更改密码或2FA初始化

2.2.0 (2024-03-05)

兼容Redmine 5.1.x。

  • 自定义OIDC提供者

2.1.5 (2024-01-15)

兼容Redmine 5.1.x。

  • 法语本地化

2.1.4 (2024-01-12)

兼容Redmine 5.1.x。

  • 自动登录
  • Google OAuth提供者
  • Keycloak OAuth提供者

2.1.3 (2023-11-20)

兼容Redmine 5.1.x。

  • IMAP身份验证修复

2.1.2 (2023-11-15)

兼容Redmine 5.1.x。

  • Redmine 5.1.x所需(不再与net-imap宝石冲突)

2.1.1 (2023-06-30)

兼容Redmine 5.0.x。

  • GitLab增强

2.1.0 (2023-06-02)

兼容Redmine 5.0.x。

  • GitLab OAuth提供者

2.0.2 (2023-02-10)

兼容Redmine 5.0.x。

  • 回退URL

2.0.1 (2022-12-23)

兼容Redmine 5.0.x。

  • 无效凭据错误

2.0.0 (2022-11-08)

兼容Redmine 5.0.x。

  • 通过OAuth接收IMAP rake任务

1.0.4 (2022-10-26)

兼容Redmine 5.0.x。

  • 用户的最后连接时间戳

1.0.3 (2022-10-18)

兼容Redmine 5.0.x。

- 正确处理锁定用户

1.0.2 (2022-10-10)

兼容Redmine 5.0.x。

  • 德语本地化

1.0.1 (2022-10-07)

兼容Redmine 5.0.x。

  • Okta OAuth提供者
  • 跨站请求伪造实现
  • OAuth登录按钮外观改进

1.0.0 (2022-09-16)

兼容Redmine 5.0.x。