jumpserver/apps/authentication
fit2bot 07179a4d22
feat: 页面配置serializer版 (#6750)
* feat: 页面配置serializer版

* perf: 优化配置

* perf: 优化设置

* perf: 优化设置

* perf: 优化配置页面

* perf: 基本完成设置优化

Co-authored-by: feng626 <1304903146@qq.com>
Co-authored-by: ibuler <ibuler@qq.com>
2021-09-09 14:00:50 +08:00
..
api feat: xrdp 支持挂载本地磁盘(仅适用于 win) 2021-09-07 19:10:27 +08:00
backends feat: sso支持验证mfa 2021-08-26 15:07:55 +08:00
migrations
templates/authentication feat: 添加 飞书 (#6602) 2021-08-12 16:44:06 +08:00
urls fix: 登录时验证码卡住 2021-08-19 15:19:01 +08:00
views feat: 页面配置serializer版 (#6750) 2021-09-09 14:00:50 +08:00
__init__.py
admin.py
apps.py
const.py
errors.py feat: 添加 飞书 (#6602) 2021-08-12 16:44:06 +08:00
filters.py
forms.py
middleware.py feat: sso支持验证mfa 2021-08-26 15:07:55 +08:00
mixins.py perf: 绑定MFA认证密码时对密码进行加密传输 (#6776) 2021-09-08 16:40:09 +08:00
models.py feat: 工单多级审批 + 模版创建 (#6640) 2021-08-25 19:02:50 +08:00
serializers.py fix: 修复 xrdp domain 不生效 2021-09-08 17:54:03 +08:00
signals.py
signals_handlers.py feat: sso支持验证mfa 2021-08-26 15:07:55 +08:00
tasks.py
tests.py
utils.py