Skip to content

Commit 59a9cfb

Browse files
committed
Automated changelog update [skip ci]
1 parent e87d666 commit 59a9cfb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ownCloud admins and users.
4646
* Bugfix - Schedule syncs after an abort: [#11396](https://github.com/owncloud/client/pull/11396)
4747
* Bugfix - Fix early-use crash in the folder watcher on Linux: [#11460](https://github.com/owncloud/client/issues/11460)
4848
* Bugfix - Client stuck in `reconnecting`: [#11467](https://github.com/owncloud/client/pull/11467)
49+
* Bugfix - Properly encode scope and prompt items in OAuth URL: [#11472](https://github.com/owncloud/client/issues/11472)
4950
* Bugfix - Client stuck in reconnecting state after application start: [#11478](https://github.com/owncloud/client/pull/11478)
5051
* Change - Make messages translatable that occur early in start-up: [#11142](https://github.com/owncloud/client/issues/11142)
5152
* Change - Remove unused command line option --language: [#11245](https://github.com/owncloud/client/issues/11245)
@@ -85,6 +86,14 @@ ownCloud admins and users.
8586

8687
https://github.com/owncloud/client/pull/11467
8788

89+
* Bugfix - Properly encode scope and prompt items in OAuth URL: [#11472](https://github.com/owncloud/client/issues/11472)
90+
91+
Fixed a bug where the scope and prompt items of an OAuth query would not be
92+
encoded, resulting in an invalid request.
93+
94+
https://github.com/owncloud/client/issues/11472
95+
https://github.com/owncloud/client/pull/11479
96+
8897
* Bugfix - Client stuck in reconnecting state after application start: [#11478](https://github.com/owncloud/client/pull/11478)
8998

9099
We fixed a bug where the client was starting OAuth authentication but did not

0 commit comments

Comments
 (0)