jumpserver/apps/perms
2022-06-16 17:52:33 +08:00
..
api pref: app tree 添加 icon 2022-06-06 14:00:34 +08:00
migrations fix: 删除一些perms相关的权限位 2022-03-17 16:26:00 +08:00
models fix: 删除一些perms相关的权限位 2022-03-17 16:26:00 +08:00
serializers fix: 工单创建bug (#7858) 2022-03-15 18:22:13 +08:00
signal_handlers fix: 远程应用授权时 有些资产已经不存在了 导致授权失败 (#8127) 2022-04-21 15:36:40 +08:00
templates/perms fix: 授权过期消息提示 2022-06-16 11:19:26 +08:00
tree pref: 优化没有获取到节点的问题 2022-06-15 15:31:33 +08:00
urls fix: 删除资产授权缓存接口 2022-03-15 16:55:45 +08:00
utils pref: app tree 添加 icon 2022-06-06 14:00:34 +08:00
__init__.py
apps.py Fix rbac (#7728) 2022-03-02 20:48:43 +08:00
const.py perf: 授权分类采用from_ticket字段 2021-09-06 11:03:16 +08:00
exceptions.py
filters.py fix: 按资产ip搜索数据不全 2021-11-25 17:29:47 +08:00
hands.py
locks.py fix: 修复授权树一些问题 2021-03-01 18:09:41 +08:00
mixins.py
notifications.py fix: 修复授权过期通知bug (#8404) 2022-06-15 15:01:56 +08:00
pagination.py refactor: 获取授权树或者资产列表时避免读时锁 2021-03-04 11:26:54 +08:00
tasks.py fix: 授权过期通知 2022-06-16 17:52:33 +08:00
tests.py