Skip to content

Releases: longguikeji/arkid

v1.3.7

23 Jul 02:46
Compare
Choose a tag to compare

(2020-07-23)

Features

  • system config: 支持国际手机号码接入管理 (c29c8e4)
  • system config: 用户中心支持国际手机号码 (c29c8e4)
  • system config: 钉钉同步支持国际手机号码 (c29c8e4)

v1.3.6

21 Jul 09:26
Compare
Choose a tag to compare

(2020-07-21)

Bug Fixes

  • patch crontab: 修复更新定时任务报错问题(Duplicate key 'name') (40de02d)

v1.3.5

20 Jul 10:04
Compare
Choose a tag to compare

(2020-07-20)

Bug Fixes

  • manager perm: 修复子管理员权限不足问题 (991781e)
  • get crontab: 修复crontab查询异常的问题 (0fba790)

v1.3.4

14 Jul 03:37
Compare
Choose a tag to compare

(2020-07-14)

Bug Fixes

  • flush perm: 修复用户权限穿透问题 (6c65f56)
  • get user: 修复自定义字段搜索报错(自定义字段开头为数字) (1c46e2e)

Features

  • get user: 支持通过一组用户名高级搜索 (8496d11)
  • password validation: 全面支持自定义密码强度 (8647208)
  • password validation: 支持自定义密码强度规则 (e9973f4)

v1.3.3

09 Jul 05:20
Compare
Choose a tag to compare

(2020-07-09)

Features

  • docker-compose: update arkid image from v1.3.1 to v1.3.2 (fe05f32)
  • get user: 单元测试+接口文档更新 (7df9758)
  • get user: 支持关联账号的绑定查询 (b493c3c)
  • get user: 支持自定义排序 (199bd63)
  • get user: 支持通过 group_uid 和 perm_uid 高级搜索 (1f769f0)
  • get user: 支持通过一组 user_id 搜索 (7e10e6b)
  • perm: add api to get user perm result (a437721)

v1.3.2

15 Jun 04:29
Compare
Choose a tag to compare

(2020-06-15)

Bug Fixes

  • get user list: sKIP_GET_USER_LIST__CUSTOM = True (8d33d18)
  • get user list: 优化DB引擎判断,去除冗余u''声明 (f52caba)
  • get user list: 由 database.default.engine 指定jsonfield使用的方式 (8b62937)
  • oauth: fix oauth login failed (c424f6e)
  • oauth: fix oauth validate_authorization_request (3d30182)
  • oauth: fix redirect to login_url failed (3aebd9a)

Features

  • get user list: 支持自定义字段搜索及范围搜索 (5713ae1)
  • user_perm: add api to update user perm (5f25ff6)

v1.3.1

23 May 11:02
Compare
Choose a tag to compare

(2020-05-23)

Bug Fixes

  • nodevisibility: set scope blank when swicth node's visibility from specific scope (ed67531)

  • manager: 修复管理员权限相关bug (9107110, dca4948, 4e87a4d)

  • celery: 解决 celery worker 占用 CPU过高的问题 (c7305d1)

Features

  • perm: add api to get user_perm result realtime (b32d6d0)

Breaking Changes

v1.3.0

24 Apr 04:16
Compare
Choose a tag to compare

(2020-04-24)

Bug Fixes

  • celery: fix celery import from oauth2_provider failed (4f8f563)
  • infrastructure: fix sms config about i18n (1efff3f)

Features

  • oidc: 支持OIDC协议的用户登录 (8a29ef2)
  • plugin: implement crontab plugin (ea07dac)
  • plugin: implement middleware plugin (815a564)
  • 添加钉钉同步数据: 包括正同步,反同步 (51a5ca8)

Breaking Changes

v1.2.1

02 Apr 10:38
Compare
Choose a tag to compare

(2020-04-02)

Bug Fixes

  • ldap: 修复无法正常显示中文的bug (3bf4dfe)

Features

  • auth: 支持sudo模式 (90024bb)
  • ucenter: 手机号登陆由密码改为验证码 (3310d09)
  • ucenter: 支持国际手机号(377f1a1)
  • user: 支持修改 wechat_user 数据 (158b528)

v1.2.0

16 Mar 04:29
Compare
Choose a tag to compare

(2020-03-16)

Bug Fixes

  • add app: empty name (2e37aa1)
  • color config: 正则包含大写 (9e1189f)
  • color invalid: 校验 (92b0104)
  • dept/node/group sort: 加判断 (27dec5a)
  • download file: response (2673089)
  • download file: 返回404 (a7fd529)
  • file download: response status (f4ba744)
  • migrate: 导入成员 (0371afe)
  • query_userlist: 用户列表模糊搜索 (31d1aff)
  • saml: allow saml app null (0a36d21)
  • user list: 子管理员可见账户及分组 (7c8700a)
  • user_list: 增加交叉测试数据 (f5b8a1b)
  • util: gen uid (e6c9493)
  • 模糊搜索用户列表: user list (428b8c4)

Features

  • django saml: app config (d7eda34)
  • saml: idp config in migrate (06fffda)
  • saml: migrate时生成pem,xml (0389387)
  • saml: migrate生成idp config (e12167b)