jumpserver/apps/perms
xinwen 370e1628be fix: 禁用的资产限制访问 2021-03-19 20:00:25 +08:00
..
api fix: 禁用的资产限制访问 2021-03-19 20:00:25 +08:00
migrations perf: 优化用户详情页授权列表加载速度&添加可重入锁 2021-02-20 10:25:35 +08:00
models perf(project): 优化命名的风格 (#5693) 2021-03-08 10:08:51 +08:00
serializers perf: 优化各serializer字段翻译 2021-03-11 20:15:27 +08:00
signals_handler fix: 修复用户与用户组关系变化时 500 2021-03-19 14:33:39 +08:00
urls reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374) 2021-01-04 05:27:03 +08:00
utils fix: 修复获取整个授权树缺少节点 bug 2021-03-12 19:12:18 +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 refactor tree (重构&优化资产树/用户授权树加载速度) (#5548) (#5549) 2021-02-05 13:29:29 +08:00
tests.py