File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ ownCloud admins and users.
3636
3737## Summary
3838
39+ * Bugfix - Token request with Bearer returns error: [ #4080 ] ( https://github.com/owncloud/android/issues/4080 )
3940* Bugfix - Side menu collapses info in landscape: [ #4513 ] ( https://github.com/owncloud/android/issues/4513 )
4041* Bugfix - Content in Spaces not shown from third-party apps: [ #4522 ] ( https://github.com/owncloud/android/issues/4522 )
4142* Bugfix - Add bottom margin for used quota in account dialog: [ #4566 ] ( https://github.com/owncloud/android/issues/4566 )
@@ -49,6 +50,15 @@ ownCloud admins and users.
4950
5051## Details
5152
53+ * Bugfix - Token request with Bearer returns error: [ #4080 ] ( https://github.com/owncloud/android/issues/4080 )
54+
55+ A new condition has been added into the network client to check if there is an
56+ authorization header in the network request before adding it. This allows having
57+ more than one logged account on the same server.
58+
59+ https://github.com/owncloud/android/issues/4080
60+ https://github.com/owncloud/android/pull/4586
61+
5262* Bugfix - Side menu collapses info in landscape: [ #4513 ] ( https://github.com/owncloud/android/issues/4513 )
5363
5464 Two empty and visual items have been added to prevent the drawer from collapsing
You can’t perform that action at this time.
0 commit comments