jumpserver/apps/perms
feng626 11a9a49bf8 fix: 修复用户详情获取子节点bug 2021-09-13 15:23:12 +08:00
..
api feat: 改密计划支持数据库改密 (#6709) 2021-09-09 16:04:54 +08:00
migrations perf: 修改授权中(资产/应用)系统用户字段不必填 2021-09-10 17:55:08 +08:00
models perf: 修改授权中(资产/应用)系统用户字段不必填 2021-09-10 17:55:08 +08:00
serializers feat: 改密计划支持数据库改密 (#6709) 2021-09-09 16:04:54 +08:00
signals_handler feat: 改密计划支持数据库改密 (#6709) 2021-09-09 16:04:54 +08:00
urls reactor&remove: 重构applications模块 & 移除applications、perms中已不再使用的模块 (#5374) 2021-01-04 05:27:03 +08:00
utils fix: 修复用户详情获取子节点bug 2021-09-13 15:23:12 +08:00
__init__.py
apps.py
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: 资产授权规则过滤添加 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