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/assets
Michael Bai 3fffd667dc
fix: 修改系统用户、工单列表排序字段
3 years ago
..
api fix: 修改系统用户、工单列表排序字段 3 years ago
backends refactor: 整合系统用户和管理用户 (#6236) 3 years ago
migrations feat: 修改username校验,telnet协议支持输入中文 3 years ago
models fix: 系统用户列表添加 应用数量 字段 3 years ago
serializers fix: 修复系统用户applications_amount字段只读 3 years ago
signals_handler fix: 修复系统用户和资产/节点关联时资产特权用户更新的问题 3 years ago
tasks fix: 修复authbook systemuser字段问题 3 years ago
tests
urls feat: 添加资产授权用户API、资产授权用户的授权规则API (#7008) 3 years ago
__init__.py
apps.py fix: 修复新旧版本对于default_node节点变更冲突的问题(旧版本会将新版本迁移后的default_node节点的key修改为非1) 4 years ago
const.py
exceptions.py
filters.py
hands.py
locks.py fix: 创建节点的时候加锁,可以并发调用 4 years ago
pagination.py perf: 优化各serializer字段翻译 4 years ago
utils.py