jumpserver/apps/perms
xinwen 22c9dfc0f2 fix: 系统用户 actions 2021-11-16 11:33:00 +08:00
..
api fix: 修复资产系统用户auth-info获取流程及创建时手动登录方式的校验 2021-10-22 15:19:58 +08:00
migrations perf: 修改授权中(资产/应用)系统用户字段不必填 2021-09-10 17:55:08 +08:00
models perf: 修改授权中(资产/应用)系统用户字段不必填 2021-09-10 17:55:08 +08:00
serializers fix: 修复 ssh 工具连接无法二级登录的问题 2021-11-12 16:14:14 +08:00
signals_handler feat: 支持二级登录资产 (#7143) 2021-11-05 16:11:29 +08:00
templates/perms perf: 优化通知中的连接点击 2021-10-25 10:48:03 +08:00
urls reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374) 2021-01-04 05:27:03 +08:00
utils fix: 系统用户 actions 2021-11-16 11:33:00 +08:00
__init__.py
apps.py perf: 优化消息通知 (#7024) 2021-10-20 19:45:37 +08:00
const.py perf: 授权分类采用from_ticket字段 2021-09-06 11:03:16 +08:00
exceptions.py perf(assets): 优化节点树 2020-09-21 10:23:09 +08:00
filters.py fix: 授权规则支持通过 from_ticket 工单过滤 2021-09-13 20:24:27 +08:00
hands.py reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374) 2021-01-04 05:27:03 +08:00
locks.py fix: 修复授权树一些问题 2021-03-01 18:09:41 +08:00
mixins.py reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374) 2021-01-04 05:27:03 +08:00
notifications.py pref: 修改使用的消息内容 (#7061) 2021-10-22 20:06:16 +08:00
pagination.py refactor: 获取授权树或者资产列表时避免读时锁 2021-03-04 11:26:54 +08:00
tasks.py pref: 修改使用的消息内容 (#7061) 2021-10-22 20:06:16 +08:00
tests.py