-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[milestone/12.0.2] Milestone 12.0.2 (#1230)
* - add OAuth2/OIDC "state" parameter support via SDK update * - FileProvider fixes: - fix broken thumbnails for VFS item IDs - fix #1228 * - bump version to 12.0.2 and build to 269 * implemented recents item in Quick Access section * - Add ":recent" shortcut - Change "Recents" sidebar item search to use ":recent" instead of ":1w", replicating the app behaviour in version 11 * - add "Recently used" as quick choice for search * - show "Recents" quick access item also after logging in, logging out and logging in again * - added changelog entries - added in-app release notes * Calens changelog updated * updated App Store release notes * updated build number --------- Co-authored-by: Matthias Hühne <github@hosy.de> Co-authored-by: hosy <hosy@users.noreply.github.com>
- Loading branch information
1 parent
b242f83
commit 15d4e44
Showing
17 changed files
with
171 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Unable to authenticate using OpenID Connect | ||
|
||
It was not able to authenticate using OpenID Connect | ||
|
||
https://github.com/owncloud/ios-app/issues/1219 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Files.app | ||
|
||
Solves "Content unavailable" in Files.app | ||
|
||
https://github.com/owncloud/ios-app/pull/1223 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Recent files view | ||
|
||
Added Quick Access item "Recents", which was missing in version 12.0.1 | ||
|
||
https://github.com/owncloud/ios-app/pull/1225 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Bugfix: Attach files from third-party apps | ||
|
||
Attaching files in third-party apps via file provider were not possible, if file was not downloaded. | ||
|
||
https://github.com/owncloud/ios-app/pull/1228 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
• Bug Fixes | ||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
Bug Fixes | ||
|
||
• Added missing Recents Group | ||
• Unable to authenticate using OpenID Connect | ||
• Attach files from third-party apps | ||
• Solves "Content unavailable" in Files.app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
• Bug Fixes | ||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
Bug Fixes | ||
|
||
• Added missing Recents Group | ||
• Unable to authenticate using OpenID Connect | ||
• Attach files from third-party apps | ||
• Solves "Content unavailable" in Files.app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
• Bug Fixes | ||
Fixed keyboard, media streaming, full screen mode, offline indicator, duplicated sharing option, and UI issues. | ||
Bug Fixes | ||
|
||
• Added missing Recents Group | ||
• Unable to authenticate using OpenID Connect | ||
• Attach files from third-party apps | ||
• Solves "Content unavailable" in Files.app | ||
|
Submodule ios-sdk
updated
6 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters