jumpserver/apps/authentication
ibuler 23afe81ff5 perf(authentication): 优化connection token的使用 2021-01-26 18:07:11 +08:00
..
api perf(authentication): 优化connection token的使用 2021-01-26 18:07:11 +08:00
backends fix: 修复LDAP用户登录(未找到)时循环调用问题 2020-12-16 12:01:57 +08:00
migrations feat(authentication): 类似腾讯企业邮单点登录功能 2020-07-31 19:37:51 +08:00
templates/authentication feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面; (#5389) 2021-01-17 15:28:22 +08:00
urls perf(auth): 密码过期后,走重置密码流程 #530 2020-12-10 16:06:26 +08:00
views feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面; (#5389) 2021-01-17 15:28:22 +08:00
__init__.py
admin.py
apps.py
const.py refactor(authentication): 密码解密抽取成方法 2020-08-12 18:27:41 +08:00
errors.py perf(auth): 密码过期后,走重置密码流程 #530 2020-12-10 16:06:26 +08:00
filters.py feat(authentication): 类似腾讯企业邮单点登录功能 2020-07-31 19:37:51 +08:00
forms.py fix: 修复由于更新django captch版本引起的css丢失问题 (#5204) 2020-12-10 20:48:10 +08:00
mixins.py feat: 优化工单模块 (#5361) 2020-12-30 18:14:06 +08:00
models.py fix: 修复工单翻译和登录确认工单开启问题 2021-01-20 13:57:05 +08:00
serializers.py perf(authentication): 优化connection token的使用 2021-01-26 18:07:11 +08:00
signals.py
signals_handlers.py fix: 获得 oidc acs 等认证方式失败 2020-12-15 18:36:37 +08:00
tasks.py [Update] 基本完成登录逻辑 2019-11-05 18:46:29 +08:00
tests.py feat(login password ecrypt): 登录密码加密传输 4 2020-06-30 18:35:01 +08:00
utils.py perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome` 2021-01-25 11:59:20 +08:00