jumpserver/apps/perms
xinwen 0cd3419e09 fix: 修复应用授权列表报错 2021-08-16 16:45:45 +08:00
..
api fix: 修复应用授权列表报错 2021-08-16 16:45:45 +08:00
migrations perf: 优化用户详情页授权列表加载速度&添加可重入锁 2021-02-20 10:25:35 +08:00
models perf: 统一应用树 (#6535) 2021-07-27 16:06:00 +08:00
serializers perf: 优化i18n 2021-07-30 19:13:47 +08:00
signals_handler fix: 用户组删除时,授权树不会自动更新 2021-07-12 18:16:53 +08:00
urls reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374) 2021-01-04 05:27:03 +08:00
utils perf: 代码优化 2021-07-28 14:33:02 +08:00
__init__.py
apps.py
exceptions.py
filters.py fix: 资产授权规则过滤添加 distinct 2021-03-10 17:51:31 +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
pagination.py refactor: 获取授权树或者资产列表时避免读时锁 2021-03-04 11:26:54 +08:00
tasks.py fix: 授权过期自动刷新授权树 2021-07-14 15:00:41 +08:00
tests.py