You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/perms
Bai 71f3fe64b4
fix: 修复获取资产授权的账号 API,过滤未激活的账号
2 years ago
..
api perf: user perm (#9329) 2 years ago
migrations v3.0.0-rc1 (#9322) 2 years ago
models perf: 优化资产授权规则过滤支持 accounts 2 years ago
serializers perf: 优化资产授权规则过滤支持 accounts 2 years ago
signal_handlers fix: 开启授权规则signal信号监听;解决授权规则变动用户授权树没有即使刷新的问题 2 years ago
templates/perms
urls v3.0.0-rc1 (#9322) 2 years ago
utils fix: 修复获取资产授权的账号 API,过滤未激活的账号 2 years ago
__init__.py
apps.py fix: 开启授权规则signal信号监听;解决授权规则变动用户授权树没有即使刷新的问题 2 years ago
const.py perf: 修改 connect token 2 years ago
filters.py perf: 优化资产授权规则过滤支持 accounts 2 years ago
hands.py v3.0.0-rc1 (#9322) 2 years ago
locks.py perf: 优化 UserPermTreeUtil 逻辑(进行中) 2 years ago
mixins.py
notifications.py
pagination.py perf: 优化授权规则 user-permission 用户授权相关的 API; 包括 assets, nodes, tree-asset, tree-node, tree-node-with-asset; 2 years ago
tasks.py feat: 添加 task 的 verbose_name 2 years ago
tests.py