Commit 59a9cfb 1 parent e87d666 commit 59a9cfb Copy full SHA for 59a9cfb
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ ownCloud admins and users.
46
46
* Bugfix - Schedule syncs after an abort: [ #11396 ] ( https://github.com/owncloud/client/pull/11396 )
47
47
* Bugfix - Fix early-use crash in the folder watcher on Linux: [ #11460 ] ( https://github.com/owncloud/client/issues/11460 )
48
48
* 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 )
49
50
* Bugfix - Client stuck in reconnecting state after application start: [ #11478 ] ( https://github.com/owncloud/client/pull/11478 )
50
51
* Change - Make messages translatable that occur early in start-up: [ #11142 ] ( https://github.com/owncloud/client/issues/11142 )
51
52
* Change - Remove unused command line option --language: [ #11245 ] ( https://github.com/owncloud/client/issues/11245 )
@@ -85,6 +86,14 @@ ownCloud admins and users.
85
86
86
87
https://github.com/owncloud/client/pull/11467
87
88
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
+
88
97
* Bugfix - Client stuck in reconnecting state after application start: [ #11478 ] ( https://github.com/owncloud/client/pull/11478 )
89
98
90
99
We fixed a bug where the client was starting OAuth authentication but did not
You can’t perform that action at this time.
0 commit comments