fit2cloud-jiangweidong
|
e3511df4f8
|
feat: 管理员可以设置用户是否下次登录需修改密码 (#6006)
* feat: 管理员可以设置用户是否下次登录需修改密码
* feat: 管理员可以设置用户下次是否需要更改密码,本次修改:字段命名规范化
* feat: 管理员可以设置用户下次是否需要更改密码,本次修改:字段命名规范化
* fix: 用户下次登录是否需要改密,函数名及变量名规范化
* fix: 管理员设置用户下次是否改密功能的国际化翻译文件
* fixs: 管理员设置用户下次登录是否需改密功能,逻辑修改
* fix: 管理员可设置用户下次登录是否需要改密,字段名称更改
|
2021-04-28 19:25:30 +08:00 |
fit2cloud-jiangweidong
|
11e5a97f14
|
feat: 用户更改密码不可使用前n次历史密码,管理员可设置历史密码重复次数 (#6010)
* feat: 用户更改密码不可使用前n次历史密码,管理员可设置历史密码重复次数
* feat: 用户更改密码不可使用前n次历史密码,管理员可设置历史密码重复次数, 判断是否为历史密码逻辑修改
* feat: 用户更改密码不可使用前n次历史密码,管理员可设置历史密码重复次数, 提示内容更人性化
* fixs: 用户更改密码不可使用前n次历史密码,管理员可设置历史密码重复次数, 最新国际化翻译文件
|
2021-04-28 17:03:20 +08:00 |
ibuler
|
ab0fda93f6
|
perf: 优化公钥设置,并删掉一部分不用的 html
|
2021-04-26 10:21:22 +08:00 |
ibuler
|
d9552c0038
|
perf: 优化公钥设置,让用户可以选择是否开启
|
2021-04-25 18:13:41 +08:00 |
xinwen
|
b97759687d
|
fix: 邀请用没有触发信号
|
2021-04-13 04:23:29 -05:00 |
xinwen
|
f11d3c1cf2
|
fix: 过期用户登录提示无效
|
2021-04-09 02:03:35 -05:00 |
xinwen
|
7e4f20f443
|
refactor: 移动 PermissionsMixin 位置
|
2021-04-08 02:15:02 -05:00 |
xinwen
|
607b7fd29f
|
feat: MFA 登录次数限制
|
2021-04-08 01:46:36 -05:00 |
ibuler
|
ea325f6e52
|
perf(users): 优化用户认证来源
|
2021-03-16 20:48:00 +08:00 |
ibuler
|
cc3911d2f1
|
fix: 修复 user profile all orgs 的bug
|
2021-03-16 20:30:46 +08:00 |
ibuler
|
7dfd0ee8fe
|
fix(orgs): 修复访问 current org api 错误
perf(users): 优化用户删除和移除行为
perf: 优化组织权限判断
|
2021-03-15 19:29:21 +08:00 |
Bai
|
bd8a1a7d0e
|
fix: 修复MFA绑定失败的问题(通过修改session中auth_backend的key实现;django.auth.get_user时校验backends路径失败返回AnonymousUser)
|
2021-03-15 19:05:10 +08:00 |
fit2bot
|
5b2649f775
|
fix: 修改用户序列类read_only字段 (#5729)
* fix: 修改用户序列类read_only字段
Co-authored-by: Jiangjie.Bai <32935519+BaiJiangJie@users.noreply.github.com>
Co-authored-by: Bai <bugatti_it@163.com>
|
2021-03-11 21:15:45 +08:00 |
ibuler
|
09303ecc56
|
perf: 优化各serializer字段翻译
|
2021-03-11 20:15:27 +08:00 |
ibuler
|
81170b4b7b
|
perf: 优化登录页面,非常给力
perf: 优化报错
perf: 优化忘记密码
perf: 添加注释
|
2021-03-10 10:49:11 +08:00 |
fit2bot
|
0aa2c2016f
|
perf(project): 优化命名的风格 (#5693)
perf: 修改错误的地
perf: 优化写错的几个
Co-authored-by: ibuler <ibuler@qq.com>
|
2021-03-08 10:08:51 +08:00 |
Bai
|
56328e112a
|
perf: 移除资源创建时对于Auditor用户的限制
|
2021-03-03 15:57:13 +08:00 |
fit2bot
|
f548b4bd2b
|
feat: serializer 添加默认值,前端可以调用 (#5666)
perf: 优化默认值
Co-authored-by: ibuler <ibuler@qq.com>
|
2021-03-02 19:18:25 +08:00 |
fit2bot
|
a56ac7b34e
|
perf(orgs): 默认组织改为实体组织,并支持全局组织 (#5617)
* perf(orgs): 默认组织改为实体组织
* perf: 添加获取当前组织信息的api
* perf: 资产列表在 root 组织下的表现
* fix: 修复 root 组织引起的问题
* perf: 优化OrgModelMixin save; org_root获取; org_roles获取; UserCanUseCurrentOrg权限类
Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: Bai <bugatti_it@163.com>
|
2021-03-02 14:57:48 +08:00 |
fit2bot
|
6f3ead3c42
|
perf: 优化系统用户生成密码的复杂度 (#5648)
* perf: 优化系统用户生成密码的复杂度
* perf: 修改 common.random_string
Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: Bai <bugatti_it@163.com>
|
2021-03-01 18:40:07 +08:00 |
fit2bot
|
a7ab7da61c
|
feat: 添加限制用户只能从source登录的功能 (#5592)
* stash it
* feat: 添加限制用户只能从source登录的功能
* fix: 修复小错误
Co-authored-by: ibuler <ibuler@qq.com>
|
2021-02-26 17:33:11 +08:00 |
xinwen
|
4c4f544f0d
|
fix: 修复禁用 MFA 后还可以用 MFA 查看密码匣子
|
2021-02-26 16:28:45 +08:00 |
xinwen
|
8ec26dea43
|
feat: 重置 MFA 发个邮件 #754
|
2021-02-26 16:25:55 +08:00 |
ibuler
|
bb9790a50f
|
feat: 为rdp 添加一个api
|
2021-02-23 16:22:37 +08:00 |
ibuler
|
d852d2f670
|
perf: 还原回原来的用户来源字段
|
2021-02-02 16:54:51 +08:00 |
ibuler
|
dd5b2b9101
|
perf: 去掉 v2 的api
|
2021-01-26 18:04:47 +08:00 |
fit2bot
|
d363118911
|
perf(settings): 优化settings配置 (#5515)
* stash
* perf: 优化 动态seting
* perf(settings): 优化settings配置
* perf: 完成终端和安全setting
* perf: 修改翻译
* perf: 去掉其他位置的DYNAMIC
* perf: 还原回来原来的一些代码
* perf: 优化ldap
* perf: 移除dynmic config
* perf: 去掉debug消息
* perf: 优化 refresh 命名
Co-authored-by: ibuler <ibuler@qq.com>
|
2021-01-26 17:54:12 +08:00 |
fit2bot
|
ea16088c08
|
fix: 修改翻译内容 (#5489)
* fix: 修改翻译内容
* fix: 修改翻译内容(2)
Co-authored-by: Bai <bugatti_it@163.com>
|
2021-01-20 11:38:09 +08:00 |
Bai
|
f6622f5e01
|
fix: 修改翻译
|
2021-01-18 15:06:36 +08:00 |
fit2bot
|
083f061665
|
perf: 更新翻译 (#5438)
* perf: 更新翻译
* perf: 更新翻译
Co-authored-by: Bai <bugatti_it@163.com>
|
2021-01-17 16:22:06 +08:00 |
fit2bot
|
be7a93d81a
|
feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面; (#5389)
* feat: 在登录页面添加CAS/OpenID等第三方登录链接;不再自动跳转登录地址;统一开源/企业版登录页面;
* feat: 登录页面<忘记密码>链接,不限制第三方用户; 在忘记密码页面进行判断与限制
* feat: 登录页面<忘记密码>链接,不限制第三方用户; 在忘记密码页面进行判断与限制 (2)
* fix: 调整样式
Co-authored-by: Bai <bugatti_it@163.com>
Co-authored-by: Orange <orangemtony@gmail.com>
|
2021-01-17 15:28:22 +08:00 |
fit2bot
|
a7fa2331bd
|
feat: 添加缓存模块,添加组织资源统计 (#5407)
* feat: 添加缓存模块,添加组织资源统计
* refactor
* recover .gitkeep
* refactor
* 合并信号处理
* 修复组织添加用户没有发信号
* 修改了一个log级别
Co-authored-by: xinwen <coderWen@126.com>
|
2021-01-17 12:08:21 +08:00 |
Bai
|
19c2973501
|
perf: 可以获取多种协议类型的系统用户列表
|
2021-01-07 19:09:31 +08:00 |
ibuler
|
e7a3c5a822
|
perf(api): filter_fields被filterset_fields取代
https://django-filter.readthedocs.io/en/stable/guide/migration.html
|
2021-01-07 18:36:17 +08:00 |
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>
|
2021-01-02 07:25:23 +08:00 |
Jiangjie.Bai
|
3b056ff953
|
reactor&feat: 重构工单模块 & 支持申请应用工单 (#5352)
* reactor: 修改工单Model,添加工单迁移文件
* reactor: 修改工单Model,添加工单迁移文件
* reactor: 重构工单模块
* reactor: 重构工单模块2
* reactor: 重构工单模块3
* reactor: 重构工单模块4
* reactor: 重构工单模块5
* reactor: 重构工单模块6
* reactor: 重构工单模块7
* reactor: 重构工单模块8
* reactor: 重构工单模块9
* reactor: 重构工单模块10
* reactor: 重构工单模块11
* reactor: 重构工单模块12
* reactor: 重构工单模块13
* reactor: 重构工单模块14
* reactor: 重构工单模块15
* reactor: 重构工单模块16
* reactor: 重构工单模块17
* reactor: 重构工单模块18
* reactor: 重构工单模块19
* reactor: 重构工单模块20
* reactor: 重构工单模块21
* reactor: 重构工单模块22
* reactor: 重构工单模块23
* reactor: 重构工单模块24
* reactor: 重构工单模块25
* reactor: 重构工单模块26
* reactor: 重构工单模块27
* reactor: 重构工单模块28
* reactor: 重构工单模块29
* reactor: 重构工单模块30
* reactor: 重构工单模块31
* reactor: 重构工单模块32
* reactor: 重构工单模块33
* reactor: 重构工单模块34
* reactor: 重构工单模块35
* reactor: 重构工单模块36
* reactor: 重构工单模块37
* reactor: 重构工单模块38
* reactor: 重构工单模块39
|
2020-12-30 00:19:59 +08:00 |
xinwen
|
c3e2e536e0
|
fix: 【用户管理】-创建用户组-可将系统审计员加入到用户组 #579
|
2020-12-17 10:33:45 +08:00 |
xinwen
|
7bf37611bd
|
fix: 系统审计员不应该能添加到组
|
2020-12-15 19:24:25 +08:00 |
Bai
|
8ced6f1168
|
fix: 用户ProfileAPI设置is_first_login不是可读写
|
2020-12-11 15:44:17 +08:00 |
fit2bot
|
7c7de96158
|
feat(login): 登录日志要体现用哪个backend登录的 #4472 (#5199)
Co-authored-by: xinwen <coderWen@126.com>
|
2020-12-09 18:43:13 +08:00 |
Bai
|
4c3a655239
|
perf: 用户序列类禁止修改source字段
|
2020-12-08 20:54:33 +08:00 |
xinwen
|
df2f1b3e6e
|
perf(User): 用户列表在大规模数据情况下慢
|
2020-11-26 12:32:18 +08:00 |
xinwen
|
91081d9423
|
refactor(perms): 在动态用户所绑定的授权规则中,如授权给用户组,当用户组增加成员后,动态系统用户下没有相应增加用户,因此也不会自动推送 (#5084) (#5086)
|
2020-11-24 19:31:45 +08:00 |
fit2bot
|
6d39a51c36
|
[fix]: 兼容django 3 (#5038)
* chore(django): 修改版本依赖
* [fix]: 兼容django 3
* fix(merge): 去掉不用的JSONField
* fix(requirements): 修改加密库的版本
Co-authored-by: ibuler <ibuler@qq.com>
|
2020-11-19 15:50:31 +08:00 |
xinwen
|
6e8922da1c
|
fix(trans): 完善翻译
|
2020-11-12 10:12:25 +08:00 |
fit2bot
|
f04544e8df
|
feat(MFA): 修改文案Google Authenticator为手机验证器 (#4964)
* feat(MFA): 修改文案Google Authenticator为手机验证器
* feat(MFA): 修改文案手机验证器 为 MFA验证器
* feat(MFA): 修改文案手机验证器 为 MFA验证器2
Co-authored-by: Bai <bugatti_it@163.com>
|
2020-11-09 19:08:24 +08:00 |
xinwen
|
b1ac3fa94f
|
fix(orgs): 更新用户时`org_roles`参数为`None`时不更新组织角色
|
2020-10-15 04:59:25 -05:00 |
fit2bot
|
5868d56e18
|
perf: 更新密码中也发送邮件 (#4789)
Co-authored-by: ibuler <ibuler@qq.com>
|
2020-10-14 19:59:05 +08:00 |
ibuler
|
52f1dcf662
|
fix(users): 修复邀请用户的bug
|
2020-10-14 15:31:24 +08:00 |
fit2bot
|
c73b49fe30
|
perf: 优化生成假数据 (#4759)
* perf: 优化生成假数据
|
2020-10-12 12:44:30 +08:00 |