diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-13 03:07:31 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-13 03:07:31 +0200 |
commit | 81744e65234e9f1400c47a7e3871da587600af34 (patch) | |
tree | 28fe9be2cc9107e274ba5af800bff8908f6c3502 | |
parent | b66f471e530d41a3f12e4bfc29548313e9a73c35 (diff) | |
download | wekan-81744e65234e9f1400c47a7e3871da587600af34.tar.gz wekan-81744e65234e9f1400c47a7e3871da587600af34.tar.bz2 wekan-81744e65234e9f1400c47a7e3871da587600af34.zip |
- Add [configurable](https://github.com/wekan/wekan/issues/1874#issuecomment-462759627)
settings [OAUTH2_ID_TOKEN_WHITELIST_FIELDS and
OAUTH2_REQUEST_PERMISSIONS](https://github.com/wekan/wekan/commit/b66f471e530d41a3f12e4bfc29548313e9a73c35).
Thanks to xet7.
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 031c8bff..a2bc3e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This release adds the following new features: - [Kadira integration](https://github.com/wekan/wekan/issues/2152). Thanks to GavinLilly. +- Add [configurable](https://github.com/wekan/wekan/issues/1874#issuecomment-462759627) + settings [OAUTH2_ID_TOKEN_WHITELIST_FIELDS and + OAUTH2_REQUEST_PERMISSIONS](https://github.com/wekan/wekan/commit/b66f471e530d41a3f12e4bfc29548313e9a73c35). + Thanks to xet7. and fixes the following bugs: |