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
ibuler b9717eece3
fix: 修改访问swagger会产生的错误
4 years ago
..
api fix: 修改访问swagger会产生的错误 4 years ago
async_tasks
forms
migrations chore: resolve conflict 4 years ago
models fix: 修改访问swagger会产生的错误 4 years ago
serializers fix: 修改访问swagger会产生的错误 4 years ago
urls feat: 用户授权应用树按组织节点进行区分 4 years ago
utils perf(perms): 获取用户所有授权时转换成 list 4 years ago
__init__.py
apps.py
const.py
exceptions.py
hands.py
mixins.py
pagination.py
signals_handler.py refactor(perms): 在动态用户所绑定的授权规则中,如授权给用户组,当用户组增加成员后,动态系统用户下没有相应增加用户,因此也不会自动推送 (#5084) (#5086) 4 years ago
tasks.py perf(celery-task): 优化检查节点资产数量的 Celery 任务 4 years ago
tests.py