ibuler
|
e7a3c5a822
|
perf(api): filter_fields被filterset_fields取代
https://django-filter.readthedocs.io/en/stable/guide/migration.html
|
4 years ago |
fit2bot
|
cef93abb2f
|
feat: 抽象View Mapping Serializer架构设计; 重构工单View、Serializer模块 (#5371)
* perf: 优化工单模块(修改迁移文件->Model assignees_display 字段类型为list)
* ignore: try `view` `serializer jsonfields` Map design (1)
* ignore: try `view` `serializer jsonfields` Map design (2)
* ignore: try `view` `serializer jsonfields` Map design (3)
* ignore: try `view` `serializer jsonfields` Map design (4)
* ignore: try `view` `serializer jsonfields` Map design (5)
* ignore: try `view` `serializer.DynamicMappingField` Mapping design (6)
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块(2)
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块(3)
* feat: 抽象view_mapping_serializer逻辑架构; 重构工单View、Serializer模块(4)
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
xinwen
|
0d469ff95b
|
fix(orgs): 用户离开组织后授权的资产没主动刷新
|
4 years ago |
Bai
|
5533114db5
|
feat: 用户授权应用树按组织节点进行区分
|
4 years ago |
Bai
|
bbd6cae3d7
|
perf(org): 优化获取org_name字段
|
4 years ago |
Bai
|
c3b09dd800
|
perf(perms): 优化用户授权树返回org_name字段;添加thread_local属性org_mapper减少查询次数
|
4 years ago |
fit2bot
|
3041697edc
|
fix(orgs): 兼容旧的组织用户关系接口 (#5088)
Co-authored-by: xinwen <coderWen@126.com>
|
4 years ago |
xinwen
|
7fa94008c9
|
fix(old-api): 调整旧的组织与用户关联接口
|
4 years ago |
xinwen
|
448c5db3bb
|
fix(orgs): 添加旧的 member 相关 api
|
4 years ago |
xinwen
|
0390e37fd5
|
feat(orgs): relation 增加搜索功能
|
4 years ago |
xinwen
|
44d9aff573
|
fix(orgs): 改正单词拼写
|
4 years ago |
xinwen
|
ab77d5db4b
|
fix(orgs): `org-member-relation` url 拼写错误
|
4 years ago |
xinwen
|
70a8db895d
|
fix(migrations): 生成一下遗漏的 migrations
|
4 years ago |
ibuler
|
7f53a80855
|
fix: 修改textfield 不再限制长度
|
4 years ago |
xinwen
|
f8bbca38e3
|
fix(orgs): 修复组织添加用户bug
|
4 years ago |
ibuler
|
52f1dcf662
|
fix(users): 修复邀请用户的bug
|
4 years ago |
xinwen
|
2432b9a553
|
fix(orgs): 组织添加成员bug
|
4 years ago |
ibuler
|
66e45f1c80
|
perf(orgs): 优化组织用户添加
|
4 years ago |
xinwen
|
5dd1dfc59e
|
fix(orgs): 用户修改组织角色报错
|
4 years ago |
fit2bot
|
2209a2c8d2
|
feat(orgs): 修改OrgMemberRelationAPI,支持通过查询参数控制是否忽略已存在的数据 (#4720)
* feat(orgs): 修改OrgMemberRelationAPI,支持通过查询参数控制是否忽略已存在的数据
* feat(orgs): 修改构建数据库查询参数的问题
Co-authored-by: Bai <bugatti_it@163.com>
|
4 years ago |
xinwen
|
28da819735
|
perf(assets): 优化节点树
修改树策略,做读优化,写的速度降低
|
4 years ago |
xinwen
|
09bfac34f1
|
fix(orgs): 修复 org-memeber-relation POST 报错
|
4 years ago |
xinwen
|
a28334b6d8
|
fix(orgs): 完善组织与用户变化时的信号
|
4 years ago |
xinwen
|
15992ad5b3
|
fix(tickets): 修复工单comment
|
4 years ago |
fit2bot
|
9cb5985947
|
fix(orgs): 创建组织用户不必填 (#4515)
* fix(role): 更改role的顺序
* fix(tickets): 修复工单邮件跳转地址
* fix(tickets): 修复工单复制链接地址不对
* fix(orgs): 创建组织用户不必填
Co-authored-by: xinwen <coderWen@126.com>
|
4 years ago |
xinwen
|
fcd8356e90
|
fix(users): 组织管理员,移除组织成员报错500 #231
|
4 years ago |
xinwen
|
64d093e677
|
fix(users): 用户接口添加`org_roles`字段
|
4 years ago |
xinwen
|
ffde306a04
|
fix(assets): 修复批量删除资产失败问题
|
4 years ago |
xinwen
|
a14f121fad
|
fix(orgs): 组织成员关系接口添加`role_display`字段
|
4 years ago |
xinwen
|
c3c5801d2e
|
refactor(orgs): 重构组织与用户关系接口
|
4 years ago |
xinwen
|
f8e248f0af
|
feat(ticket): 调整申请资产工单
|
4 years ago |
xinwen
|
b331730422
|
fix(users): 替换旧有角色常量
|
4 years ago |
xinwen
|
de3865fa1d
|
refactor(orgs): 重构组织表结构
|
4 years ago |
Bai
|
0f70f5eccf
|
fix(orgs): 删除组织失败时返回对应错误信息
|
4 years ago |
Bai
|
caf312c5be
|
feat(Cloud): 组织管理ViewSet添加搜索字段
|
4 years ago |
ibuler
|
7e1a379e47
|
feat: 修改org返回的数据结构
|
5 years ago |
ibuler
|
4d4a107101
|
feat: 修改oid获取顺序,添加从cookie中获取
|
5 years ago |
ibuler
|
9c6f118dbd
|
feat: 添加批量命令的relation
|
5 years ago |
ibuler
|
8efc0331de
|
feat: 删掉所有view, templates, forms
|
5 years ago |
xinwen
|
7dde15cb04
|
[Feature] 权限管理-> 远程应用 添加 api (#4040)
* [Feature] 权限管理-> 远程应用 添加 api
* [Feature] 添加 RelationMixin
|
5 years ago |
xinwen
|
492b1c4311
|
[Update] org retrieve api
|
5 years ago |
xinwen
|
7b0993959e
|
[Update] orgs.serializers.OrgReadSerializer add `id`
|
5 years ago |
Bai
|
0cff6ab29b
|
[Update] Merge fromo dev to lina
|
5 years ago |
xinwen
|
ac902501ec
|
[Add] ftp-logs api
|
5 years ago |
Bai
|
aec78dc3c7
|
[Update] 添加组织详情->组织用户tab页,解决组织详情页面加载超时问题
|
5 years ago |
ibuler
|
b6f5b335bd
|
Merge branch 'api_perf' into lina
|
5 years ago |
ibuler
|
230d6137f3
|
Merge branch 'lina' of github.com:jumpserver/jumpserver into lina
|
5 years ago |
ibuler
|
efb5d4135a
|
[Update] 优化api字段显示
|
5 years ago |
BaiJiangJie
|
0379e5160c
|
[Bugfix] 修复真实组织下,新建的用户角色显示不稳定的问题2 (#3919)
* [Bugfix] 修复真实组织下,新建的用户角色显示不稳定的问题2
* [Bugfix] 修复真实组织下,新建的用户角色显示不稳定的问题3
* [Bugfix] 修复真实组织下,新建的用户角色显示不稳定的问题4
|
5 years ago |
ibuler
|
0d2b4d7ca3
|
[Update] 添加ids filter
|
5 years ago |