diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-02 00:36:51 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-02 00:36:51 +0300 |
commit | 6a5e053da15532addf036c44e61120a4383a1a0a (patch) | |
tree | fd96b2cc4d824757238437130f67032ea16bb9f0 /CHANGELOG.md | |
parent | 33caf1809a459b136b671f7061f08eb5e8d5e920 (diff) | |
download | wekan-6a5e053da15532addf036c44e61120a4383a1a0a.tar.gz wekan-6a5e053da15532addf036c44e61120a4383a1a0a.tar.bz2 wekan-6a5e053da15532addf036c44e61120a4383a1a0a.zip |
- REST API: [Add member with role to board. Remove member from board](https://github.com/wekan/wekan/commit/33caf1809a459b136b671f7061f08eb5e8d5e920).
[Docs](https://github.com/wekan/wekan/wiki/REST-API-Role). Related to [role issue](https://github.com/wekan/wekan/issues/1861).
- OAuth2: [Revert Oidc preferred_username back to username](https://github.com/wekan/wekan/commit/33caf1809a459b136b671f7061f08eb5e8d5e920).
This [does not fix or break anything](https://github.com/wekan/wekan/issues/1874#issuecomment-425179291),
Oidc already works with [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper-provider-app).
Thanks to xet7 !
Related #1861
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b216298..e644b076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Upcoming Wekan release + +This release adds the following new features: + +- REST API: [Add member with role to board. Remove member from board](https://github.com/wekan/wekan/commit/33caf1809a459b136b671f7061f08eb5e8d5e920). + [Docs](https://github.com/wekan/wekan/wiki/REST-API-Role). Related to [role issue](https://github.com/wekan/wekan/issues/1861). + +and reverts previous change: + +- OAuth2: [Revert Oidc preferred_username back to username](https://github.com/wekan/wekan/commit/33caf1809a459b136b671f7061f08eb5e8d5e920). + This [does not fix or break anything](https://github.com/wekan/wekan/issues/1874#issuecomment-425179291), + Oidc already works with [doorkeeper](https://github.com/doorkeeper-gem/doorkeeper-provider-app). + +Thanks to GitHub user xet7 for contributions. + # v1.51.2 2018-09-30 Wekan release This release adds the following new features: |