You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/authentication
fit2bot a4e635bff0
feat: 添加下载rdp文件的api (#5637)
4 years ago
..
api feat: 添加下载rdp文件的api (#5637) 4 years ago
backends fix: 修复LDAP用户登录(未找到)时循环调用问题 4 years ago
migrations
templates/authentication feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面; (#5389) 4 years ago
urls feat: 为rdp 添加一个api 4 years ago
views feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面; (#5389) 4 years ago
__init__.py
admin.py
apps.py
const.py
errors.py perf(auth): 密码过期后,走重置密码流程 #530 4 years ago
filters.py
forms.py fix: 修复由于更新django captch版本引起的css丢失问题 (#5204) 4 years ago
mixins.py feat: 优化工单模块 (#5361) 4 years ago
models.py fix: 修复工单翻译和登录确认工单开启问题 4 years ago
serializers.py feat: 添加下载rdp文件的api (#5637) 4 years ago
signals.py
signals_handlers.py fix: 获得 oidc acs 等认证方式失败 4 years ago
tasks.py
tests.py
utils.py perf: 删除`pycryptodome`依赖包安装(因为`pycryptodome`和`pycrypto`安装包目录冲突);只安装 `pycryptodomex`依赖包; 修改 `from crypto` 为 `from cryptodome` 4 years ago