jumpserver/apps/rbac
fit2bot 56862a965d
fix: 修复system-role获取users失败的问题 (#8196)
Co-authored-by: Jiangjie.Bai <bugatti_it@163.com>
2022-05-07 10:40:12 +08:00
..
api fix: 修复system-role获取users失败的问题 (#8196) 2022-05-07 10:40:12 +08:00
migrations feat: 工作台区分组织 (#8040) 2022-04-12 14:25:49 +08:00
models fix: workbench_orgs 去重 (#8150) 2022-04-25 11:38:15 +08:00
serializers perf: 修复 org role binding 在root组织下看到的可能不对 2022-03-16 17:14:42 +08:00
urls
__init__.py
admin.py
apps.py
backends.py fix: api docs 2022-03-22 13:05:44 +08:00
builtin.py perf: 优化权限位 (#8110) 2022-04-20 18:50:53 +08:00
const.py fix: 组织管理员 添加 view platform perm 2022-04-28 19:10:58 +08:00
filters.py fix: 修复角色过滤失败 2022-04-18 19:54:44 +08:00
permissions.py fix: 修复权限 view 没有 Model 的问题 2022-03-22 16:59:01 +08:00
signal_handlers.py perf: 设置默认的角色,系统用户角色添加权限 (#7898) 2022-03-17 14:08:16 +08:00
tests.py
tree.py perf: 优化权限位 (#8110) 2022-04-20 18:50:53 +08:00
utils.py