diff --git a/.swiftlint.yml b/.swiftlint.yml
index 8c6bdea78..3f98a1741 100644
--- a/.swiftlint.yml
+++ b/.swiftlint.yml
@@ -37,6 +37,7 @@ disabled_rules:
- comment_spacing
- unused_closure_parameter
- nesting
+ - comma
custom_rules:
empty_line_after_guard_statement:
included: ".*\\.swift"
diff --git a/.tx/config b/.tx/config
index 91d9ed4da..4c4590ee1 100644
--- a/.tx/config
+++ b/.tx/config
@@ -28,4 +28,3 @@ lang_map = cs_CZ: cs, de_DE: de-DE, en_GB: en-GB, nb_NO: nb-NO, nn_NO: nn-NO, pt
source_file = fastlane/screenshots/en/title.strings
source_lang = en
type = STRINGS
-
diff --git a/.xcode-version b/.xcode-version
index c27905ac3..6b5bab067 100644
--- a/.xcode-version
+++ b/.xcode-version
@@ -1 +1 @@
-13.4.1
+14.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e06254fa1..940436e76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,57 @@
+Changelog for ownCloud iOS Client [11.11.0] (2022-09-26)
+=======================================
+The following sections list the changes in ownCloud iOS Client 11.11.0 relevant to
+ownCloud admins and users.
+
+[11.11.0]: https://github.com/owncloud/ios-app/compare/milestone/11.10.1...milestone/11.11.0
+
+Summary
+-------
+
+* Bugfix - Respect privateLinks capability: [#1138](https://github.com/owncloud/ios-app/issues/1138)
+* Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: [#1141](https://github.com/owncloud/ios-app/issues/1141)
+* Bugfix - Share Extension Passcode Lock Interval: [#1156](https://github.com/owncloud/ios-app/issues/1156)
+* Bugfix - Video Metadata Image: [#5296](https://github.com/owncloud/enterprise/issues/5296)
+* Change - New Dark Mode Themes: [#1146](https://github.com/owncloud/ios-app/issues/1146)
+
+Details
+-------
+
+* Bugfix - Respect privateLinks capability: [#1138](https://github.com/owncloud/ios-app/issues/1138)
+
+ Respect files.privateLinks capability and do not offer to create private links when
+ privateLinks are not supported.
+
+ https://github.com/owncloud/ios-app/issues/1138
+
+* Bugfix - Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme: [#1141](https://github.com/owncloud/ios-app/issues/1141)
+
+ Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar
+ items. Video player controls were not showing on iOS 16. Furthermore when a new theme was
+ chosen, this causes that the UITabBar and UIToolbar does not updates colours.
+
+ https://github.com/owncloud/ios-app/issues/1141
+
+* Bugfix - Share Extension Passcode Lock Interval: [#1156](https://github.com/owncloud/ios-app/issues/1156)
+
+ The passcode lock interval was not taken into use in the share extension.
+
+ https://github.com/owncloud/ios-app/issues/1156
+
+* Bugfix - Video Metadata Image: [#5296](https://github.com/owncloud/enterprise/issues/5296)
+
+ If a video file includes a metadata image, the video file was not visible, because the metadata
+ image was overlaying.
+
+ https://github.com/owncloud/enterprise/issues/5296
+
+* Change - New Dark Mode Themes: [#1146](https://github.com/owncloud/ios-app/issues/1146)
+
+ Adds a new dark mode theme which is mostly equal to the web UI dark mode theme. Furthermore it adds
+ a black dark mode theme.
+
+ https://github.com/owncloud/ios-app/issues/1146
+
Changelog for ownCloud iOS Client [11.10.1] (2022-08-02)
=======================================
The following sections list the changes in ownCloud iOS Client 11.10.1 relevant to
@@ -130,11 +184,11 @@ Summary
* Bugfix - Fix WebDAV endpoint URL for media playback after restoration: [#1093](https://github.com/owncloud/ios-app/pull/1093)
* Bugfix - OAuth token renewal race condition: [#1105](https://github.com/owncloud/ios-app/pull/1105)
+* Change - Infinite PROPFIND support: [#950](https://github.com/owncloud/ios-app/issues/950)
+* Change - Rename Account (without re-authentication): [#972](https://github.com/owncloud/ios-app/issues/972)
* Change - Biometrical Authentication Button: [#1004](https://github.com/owncloud/ios-app/issues/1004)
* Change - Poll for changes efficiency enhancements: [#1043](https://github.com/owncloud/ios-app/pull/1043)
* Change - Webfinger / server location: [#1059](https://github.com/owncloud/ios-app/pull/1059)
-* Change - Infinite PROPFIND support: [#950](https://github.com/owncloud/ios-app/issues/950)
-* Change - Rename Account (without re-authentication): [#972](https://github.com/owncloud/ios-app/issues/972)
Details
-------
@@ -153,6 +207,20 @@ Details
https://github.com/owncloud/ios-app/pull/1105
+* Change - Infinite PROPFIND support: [#950](https://github.com/owncloud/ios-app/issues/950)
+
+ Added support for prepopulation of newly created account bookmarks via infinite PROPFINDs,
+ which speeds up the initial scan
+
+ https://github.com/owncloud/ios-app/issues/950
+
+* Change - Rename Account (without re-authentication): [#972](https://github.com/owncloud/ios-app/issues/972)
+
+ Check if only the account name was changed in edit mode: save and dismiss without
+ re-authentication
+
+ https://github.com/owncloud/ios-app/issues/972
+
* Change - Biometrical Authentication Button: [#1004](https://github.com/owncloud/ios-app/issues/1004)
Added biometrical authentication button to provide a fallback for the fileprovider or app, if
@@ -174,20 +242,6 @@ Details
https://github.com/owncloud/ios-app/pull/1059
-* Change - Infinite PROPFIND support: [#950](https://github.com/owncloud/ios-app/issues/950)
-
- Added support for prepopulation of newly created account bookmarks via infinite PROPFINDs,
- which speeds up the initial scan
-
- https://github.com/owncloud/ios-app/issues/950
-
-* Change - Rename Account (without re-authentication): [#972](https://github.com/owncloud/ios-app/issues/972)
-
- Check if only the account name was changed in edit mode: save and dismiss without
- re-authentication
-
- https://github.com/owncloud/ios-app/issues/972
-
Changelog for ownCloud iOS Client [11.8.2] (2022-01-17)
=======================================
The following sections list the changes in ownCloud iOS Client 11.8.2 relevant to
@@ -234,12 +288,19 @@ ownCloud admins and users.
Summary
-------
-* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068)
* Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975)
+* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068)
Details
-------
+* Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975)
+
+ Improved sorting results and localized sorting across query results and database queries,
+ via the SDK's new OCLOCALIZED collation and sort comparator.
+
+ https://github.com/owncloud/ios-app/issues/975
+
* Change - Fallback on OIDC Dynamic Client Registration: [#1068](https://github.com/owncloud/ios-app/pull/1068)
Adds authentication-oauth2.oidc-fallback-on-client-registration-failure -
@@ -249,13 +310,6 @@ Details
https://github.com/owncloud/ios-app/pull/1068
-* Change - Localized Sort Order: [#975](https://github.com/owncloud/ios-app/issues/975)
-
- Improved sorting results and localized sorting across query results and database queries,
- via the SDK's new OCLOCALIZED collation and sort comparator.
-
- https://github.com/owncloud/ios-app/issues/975
-
Changelog for ownCloud iOS Client [11.8.0] (2021-12-01)
=======================================
The following sections list the changes in ownCloud iOS Client 11.8.0 relevant to
@@ -390,13 +444,13 @@ ownCloud admins and users.
Summary
-------
+* Bugfix - (PDF-Viewer) Keyboard does not disappear: [#894](https://github.com/owncloud/ios-app/issues/894)
* Bugfix - Enabling Markup Edit Mode on iOS 15: [#1012](https://github.com/owncloud/ios-app/issues/1012)
* Bugfix - Automatic photo upload crash on iOS 15: [#1017](https://github.com/owncloud/ios-app/pull/1017)
* Bugfix - Open Private Link in Branded Client: [#1031](https://github.com/owncloud/ios-app/issues/1031)
-* Bugfix - (PDF-Viewer) "Go to page" action does not open last page: [#1033](https://github.com/owncloud/ios-app/issues/1033)
* Bugfix - Open Private Link in Branded App: [#1031](https://github.com/owncloud/ios-app/issues/1031)
+* Bugfix - (PDF-Viewer) "Go to page" action does not open last page: [#1033](https://github.com/owncloud/ios-app/issues/1033)
* Bugfix - (Branding) iOS 12 crash when entering Settings: [#4701](https://github.com/owncloud/enterprise/issues/4701)
-* Bugfix - (PDF-Viewer) Keyboard does not disappear: [#894](https://github.com/owncloud/ios-app/issues/894)
* Change - (Branding) Add build flags support: [#1026](https://github.com/owncloud/ios-app/pull/1026)
* Change - Added associated domains to resign script: [#1028](https://github.com/owncloud/ios-app/pull/1028)
* Change - (Branding) Send Feedback via URL: [#1035](https://github.com/owncloud/ios-app/pull/1035)
@@ -408,6 +462,12 @@ Summary
Details
-------
+* Bugfix - (PDF-Viewer) Keyboard does not disappear: [#894](https://github.com/owncloud/ios-app/issues/894)
+
+ Keyboard does not disappear when using the "Go to page" action on the iPad.
+
+ https://github.com/owncloud/ios-app/issues/894
+
* Bugfix - Enabling Markup Edit Mode on iOS 15: [#1012](https://github.com/owncloud/ios-app/issues/1012)
Auto-enabling the markup edit mode on iOS 15 was broken.
@@ -430,29 +490,23 @@ Details
https://github.com/owncloud/ios-app/issues/1031
-* Bugfix - (PDF-Viewer) "Go to page" action does not open last page: [#1033](https://github.com/owncloud/ios-app/issues/1033)
-
- The last page of a PDF file could not be opened with the "Go to page" action.
-
- https://github.com/owncloud/ios-app/issues/1033
-
* Bugfix - Open Private Link in Branded App: [#1031](https://github.com/owncloud/ios-app/issues/1031)
Private links will now be opened in detail view, if the app client is branded.
https://github.com/owncloud/ios-app/issues/1031
-* Bugfix - (Branding) iOS 12 crash when entering Settings: [#4701](https://github.com/owncloud/enterprise/issues/4701)
+* Bugfix - (PDF-Viewer) "Go to page" action does not open last page: [#1033](https://github.com/owncloud/ios-app/issues/1033)
- Addresses an issue where a branded build of the app crashes on iOS 12 upon entering Settings.
+ The last page of a PDF file could not be opened with the "Go to page" action.
- https://github.com/owncloud/enterprise/issues/4701
+ https://github.com/owncloud/ios-app/issues/1033
-* Bugfix - (PDF-Viewer) Keyboard does not disappear: [#894](https://github.com/owncloud/ios-app/issues/894)
+* Bugfix - (Branding) iOS 12 crash when entering Settings: [#4701](https://github.com/owncloud/enterprise/issues/4701)
- Keyboard does not disappear when using the "Go to page" action on the iPad.
+ Addresses an issue where a branded build of the app crashes on iOS 12 upon entering Settings.
- https://github.com/owncloud/ios-app/issues/894
+ https://github.com/owncloud/enterprise/issues/4701
* Change - (Branding) Add build flags support: [#1026](https://github.com/owncloud/ios-app/pull/1026)
@@ -558,14 +612,20 @@ ownCloud admins and users.
Summary
-------
+* Bugfix - FileProvider UI on iOS 12: [#986](https://github.com/owncloud/ios-app/issues/986)
* Bugfix - In some cases, background media upload worked not as expected: [#4547](https://github.com/owncloud/enterprise/issues/4547)
* Bugfix - Fixed misleading warnings at let's encrypt cert renewal: [#4558](https://github.com/owncloud/enterprise/issues/4558)
-* Bugfix - FileProvider UI on iOS 12: [#986](https://github.com/owncloud/ios-app/issues/986)
* Change - Additional URL Scheme: [#979](https://github.com/owncloud/ios-app/issues/979)
Details
-------
+* Bugfix - FileProvider UI on iOS 12: [#986](https://github.com/owncloud/ios-app/issues/986)
+
+ Views in FileProvider UI (public links, share with user) could not be dismissed on iOS 12
+
+ https://github.com/owncloud/ios-app/issues/986
+
* Bugfix - In some cases, background media upload worked not as expected: [#4547](https://github.com/owncloud/enterprise/issues/4547)
https://github.com/owncloud/enterprise/issues/4547
@@ -574,12 +634,6 @@ Details
https://github.com/owncloud/enterprise/issues/4558
-* Bugfix - FileProvider UI on iOS 12: [#986](https://github.com/owncloud/ios-app/issues/986)
-
- Views in FileProvider UI (public links, share with user) could not be dismissed on iOS 12
-
- https://github.com/owncloud/ios-app/issues/986
-
* Change - Additional URL Scheme: [#979](https://github.com/owncloud/ios-app/issues/979)
Added an additional URL scheme to open a specific app, if more than one ownCloud apps are
@@ -597,9 +651,6 @@ ownCloud admins and users.
Summary
-------
-* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
-* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
-* Bugfix - Enabling Markup Mode: [#4468](https://github.com/owncloud/enterprise/issues/4468)
* Bugfix - Improved AppStore Review Request Time: [#845](https://github.com/owncloud/ios-app/pull/845)
* Bugfix - Changed wording in documentation: [#867](https://github.com/owncloud/ios-app/pull/867)
* Bugfix - Fix bookmark name editing: [#877](https://github.com/owncloud/ios-app/pull/877)
@@ -612,11 +663,11 @@ Summary
* Bugfix - Disable Markup Action for Mime-Type Gif: [#952](https://github.com/owncloud/ios-app/issues/952)
* Bugfix - UI refinements in action card: [#956](https://github.com/owncloud/ios-app/issues/956)
* Bugfix - State Restoration for Branded Login: [#957](https://github.com/owncloud/ios-app/issues/957)
-* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
-* Change - Full Screen PDF View: [#428](https://github.com/owncloud/ios-app/issues/428)
-* Change - "Go to Page" reallocated in PDF previews: [#4448](https://github.com/owncloud/enterprise/issues/4448)
-* Change - French Localization: [#4450](https://github.com/owncloud/enterprise/issues/4450)
+* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
+* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
+* Bugfix - Enabling Markup Mode: [#4468](https://github.com/owncloud/enterprise/issues/4468)
* Change - Local account-wide search using custom queries: [#53](https://github.com/owncloud/ios-app/issues/53)
+* Change - Full Screen PDF View: [#428](https://github.com/owncloud/ios-app/issues/428)
* Change - Unified Branding with MDM support: [#697](https://github.com/owncloud/ios-app/issues/697)
* Change - Presentation Mode: [#704](https://github.com/owncloud/ios-app/issues/704)
* Change - Class Settings Metadata Support: [#831](https://github.com/owncloud/ios-app/issues/831)
@@ -633,30 +684,13 @@ Summary
* Change - File Provider Passcode Protection: [#880](https://github.com/owncloud/ios-app/issues/880)
* Change - Updated Keyboard Shortcuts: [#902](https://github.com/owncloud/ios-app/issues/902)
* Change - Added Actions to File Provider: Sharing & Public Links: [#910](https://github.com/owncloud/ios-app/pull/910)
+* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
+* Change - "Go to Page" reallocated in PDF previews: [#4448](https://github.com/owncloud/enterprise/issues/4448)
+* Change - French Localization: [#4450](https://github.com/owncloud/enterprise/issues/4450)
Details
-------
-* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
-
- - adds a paragraph on top of the Acknowledgements to provide additional context - adds
- PLCrashReporter license to acknowledgements
-
- https://github.com/owncloud/enterprise/issues/4284
-
-* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
-
- - UI fix for branded login on the iPad - Fill color for branded button was not used
-
- https://github.com/owncloud/enterprise/issues/4367
- https://github.com/owncloud/enterprise/issues/4366
-
-* Bugfix - Enabling Markup Mode: [#4468](https://github.com/owncloud/enterprise/issues/4468)
-
- In some cases enabling markup mode failed.
-
- https://github.com/owncloud/enterprise/issues/4468
-
* Bugfix - Improved AppStore Review Request Time: [#845](https://github.com/owncloud/ios-app/pull/845)
Changed request time for In-App review and fixed storing the first launch date
@@ -741,33 +775,25 @@ Details
https://github.com/owncloud/ios-app/issues/957
-* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
-
- - Passcode lock enforcement via class setting. User can be forced to set-up a passcode when he
- first starts the app - Auto-generated MDM documentation
-
- https://github.com/owncloud/enterprise/issues/4104
-
-* Change - Full Screen PDF View: [#428](https://github.com/owncloud/ios-app/issues/428)
+* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
- - A PDF file can be opened in fullscreen view and hides unnecessary UI elements. (Tap to trigger
- full screen view) - Thumbnails positioned based on vertical size class after rotating the
- device to give the displayed document more screen real estate.
+ - adds a paragraph on top of the Acknowledgements to provide additional context - adds
+ PLCrashReporter license to acknowledgements
- https://github.com/owncloud/ios-app/issues/428
+ https://github.com/owncloud/enterprise/issues/4284
-* Change - "Go to Page" reallocated in PDF previews: [#4448](https://github.com/owncloud/enterprise/issues/4448)
+* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
- The "Go to Page" option for PDF files has been reallocated to the Actions menu, and is also
- available by tapping on the page label.
+ - UI fix for branded login on the iPad - Fill color for branded button was not used
- https://github.com/owncloud/enterprise/issues/4448
+ https://github.com/owncloud/enterprise/issues/4367
+ https://github.com/owncloud/enterprise/issues/4366
-* Change - French Localization: [#4450](https://github.com/owncloud/enterprise/issues/4450)
+* Bugfix - Enabling Markup Mode: [#4468](https://github.com/owncloud/enterprise/issues/4468)
- Added french localization.
+ In some cases enabling markup mode failed.
- https://github.com/owncloud/enterprise/issues/4450
+ https://github.com/owncloud/enterprise/issues/4468
* Change - Local account-wide search using custom queries: [#53](https://github.com/owncloud/ios-app/issues/53)
@@ -776,6 +802,14 @@ Details
https://github.com/owncloud/ios-app/issues/53
+* Change - Full Screen PDF View: [#428](https://github.com/owncloud/ios-app/issues/428)
+
+ - A PDF file can be opened in fullscreen view and hides unnecessary UI elements. (Tap to trigger
+ full screen view) - Thumbnails positioned based on vertical size class after rotating the
+ device to give the displayed document more screen real estate.
+
+ https://github.com/owncloud/ios-app/issues/428
+
* Change - Unified Branding with MDM support: [#697](https://github.com/owncloud/ios-app/issues/697)
Refactored Branding, introducing a new Branding class, unifying branding support with class
@@ -895,6 +929,26 @@ Details
https://github.com/owncloud/ios-app/pull/910
+* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
+
+ - Passcode lock enforcement via class setting. User can be forced to set-up a passcode when he
+ first starts the app - Auto-generated MDM documentation
+
+ https://github.com/owncloud/enterprise/issues/4104
+
+* Change - "Go to Page" reallocated in PDF previews: [#4448](https://github.com/owncloud/enterprise/issues/4448)
+
+ The "Go to Page" option for PDF files has been reallocated to the Actions menu, and is also
+ available by tapping on the page label.
+
+ https://github.com/owncloud/enterprise/issues/4448
+
+* Change - French Localization: [#4450](https://github.com/owncloud/enterprise/issues/4450)
+
+ Added french localization.
+
+ https://github.com/owncloud/enterprise/issues/4450
+
Changelog for ownCloud iOS Client [11.5.2] (2021-03-03)
=======================================
The following sections list the changes in ownCloud iOS Client 11.5.2 relevant to
@@ -905,19 +959,13 @@ ownCloud admins and users.
Summary
-------
-* Bugfix - Accessing hyperlinks in PDF documents: [#4432](https://github.com/owncloud/enterprise/issues/4432)
* Bugfix - PDF thumbnail view position on the iPad: [#905](https://github.com/owncloud/ios-app/pull/905)
* Bugfix - Misplaced Collapsible Progress Bar in detail view: [#906](https://github.com/owncloud/ios-app/issues/906)
+* Bugfix - Accessing hyperlinks in PDF documents: [#4432](https://github.com/owncloud/enterprise/issues/4432)
Details
-------
-* Bugfix - Accessing hyperlinks in PDF documents: [#4432](https://github.com/owncloud/enterprise/issues/4432)
-
- Tap on hyperlinks in PDF documents opens the link.
-
- https://github.com/owncloud/enterprise/issues/4432
-
* Bugfix - PDF thumbnail view position on the iPad: [#905](https://github.com/owncloud/ios-app/pull/905)
Fixed the position of the PDF thumbnail view on the iPad from the bottom to the right position to
@@ -932,6 +980,12 @@ Details
https://github.com/owncloud/ios-app/issues/906
+* Bugfix - Accessing hyperlinks in PDF documents: [#4432](https://github.com/owncloud/enterprise/issues/4432)
+
+ Tap on hyperlinks in PDF documents opens the link.
+
+ https://github.com/owncloud/enterprise/issues/4432
+
Changelog for ownCloud iOS Client [11.5.1] (2021-02-17)
=======================================
The following sections list the changes in ownCloud iOS Client 11.5.1 relevant to
@@ -963,13 +1017,12 @@ ownCloud admins and users.
Summary
-------
-* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
-* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
* Bugfix - Improved AppStore Review Request Time: [#845](https://github.com/owncloud/ios-app/pull/845)
* Bugfix - Changed wording in documentation: [#867](https://github.com/owncloud/ios-app/pull/867)
* Bugfix - Fix bookmark name editing: [#877](https://github.com/owncloud/ios-app/pull/877)
* Bugfix - Media Player Behaviour: [#884](https://github.com/owncloud/ios-app/pull/884)
-* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
+* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
+* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
* Change - Full Screen PDF View: [#428](https://github.com/owncloud/ios-app/issues/428)
* Change - Unified Branding with MDM support: [#697](https://github.com/owncloud/ios-app/issues/697)
* Change - Class Settings Metadata Support: [#831](https://github.com/owncloud/ios-app/issues/831)
@@ -982,24 +1035,11 @@ Summary
* Change - TLS certificate comparison: [#872](https://github.com/owncloud/ios-app/pull/872)
* Change - New Issue view / presentation: [#874](https://github.com/owncloud/ios-app/pull/874)
* Change - Automated Calens Changelog Creation: [#879](https://github.com/owncloud/ios-app/pull/879)
+* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
Details
-------
-* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
-
- - adds a paragraph on top of the Acknowledgements to provide additional context - adds
- PLCrashReporter license to acknowledgements
-
- https://github.com/owncloud/enterprise/issues/4284
-
-* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
-
- - UI fix for branded login on the iPad - Fill color for branded button was not used
-
- https://github.com/owncloud/enterprise/issues/4367
- https://github.com/owncloud/enterprise/issues/4366
-
* Bugfix - Improved AppStore Review Request Time: [#845](https://github.com/owncloud/ios-app/pull/845)
Changed request time for In-App review and fixed storing the first launch date
@@ -1029,12 +1069,19 @@ Details
https://github.com/owncloud/ios-app/pull/884
-* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
+* Bugfix - Added paragraph on top of Acknowledgements page: [#4284](https://github.com/owncloud/enterprise/issues/4284)
- - Passcode lock enforcement via class setting. User can be forced to set-up a passcode when he
- first starts the app - Auto-generated MDM documentation
+ - adds a paragraph on top of the Acknowledgements to provide additional context - adds
+ PLCrashReporter license to acknowledgements
- https://github.com/owncloud/enterprise/issues/4104
+ https://github.com/owncloud/enterprise/issues/4284
+
+* Bugfix - Fixed Branded UI on iPad: [#4367](https://github.com/owncloud/enterprise/issues/4367)
+
+ - UI fix for branded login on the iPad - Fill color for branded button was not used
+
+ https://github.com/owncloud/enterprise/issues/4367
+ https://github.com/owncloud/enterprise/issues/4366
* Change - Full Screen PDF View: [#428](https://github.com/owncloud/ios-app/issues/428)
@@ -1127,6 +1174,13 @@ Details
https://github.com/owncloud/ios-app/pull/879
+* Change - MDM Enhancements: [#4104](https://github.com/owncloud/enterprise/issues/4104)
+
+ - Passcode lock enforcement via class setting. User can be forced to set-up a passcode when he
+ first starts the app - Auto-generated MDM documentation
+
+ https://github.com/owncloud/enterprise/issues/4104
+
## Release version 11.4.5 (January 2021)
- Fix: Crash in Detail View (#855)
diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md
index 576976d90..d58fc9cb3 100644
--- a/KNOWN_ISSUES.md
+++ b/KNOWN_ISSUES.md
@@ -1,4 +1,4 @@
-# Known issues in version 12.0 alpha 2
+# Known issues
## WARNING
@@ -7,44 +7,88 @@ It should only be used with dedicated test servers, test data - and test devices
## App
- in the new browsing experience, some features are not yet available:
- - a grid view
- breadcrumb title
- - item / folder / usage info at the bottom of lists
- spaces do not yet show a member count or provide access to a list of members
- subscription of spaces can't be turned on/off yet
-- the root of spaces-based accounts is not yet shown as hierarchic sidebar
-- support for sharing is widely untested and/or unavailable in the alpha
-- inactivated state of spaces is not yet represented in the UI
-- Copy & Paste allows copying a folder into a subfolder of its own / itself, leading to an infinite cycle
- handling of detached drives with user data in them (see OCVault.detachedDrives)
-- sync actions that are actually complete are not always cleared from the Status tab until a logout/login
-- dropping an item into its source/origin folder (same view controller) triggers a MOVE that fails
+- [x] clicking a file in favorite view doesn't open the viewer (due to lack of context.query - the viewer clases need to be updated to use data sources rather than queries)
+- support for OC10 sharing is incomplete:
+ - lack of actions for accepted shares
+ - federated shares are not yet included in "Shared with me" view
+- spaces support for Shortcuts
+
+Missing:
+- [x] quick access
+- [x] proper iPhone support
+- [ ] static login/branded login UI
+- [x] state restoration
+- [ ] full inline progress reporting when account databases are updated on first login
+- [ ] progress reporting in active connections
+- [x] migration from the Legacy app clarified: the feature was removed
+- [x] iPadOS: opening an account in a new window
+ - [x] by context menu (openAccountInWindow)
+ - [x] by drag and drop (see ServerListTableViewController: UITableViewDragDelegate)
+- [x] account auto connect (also account.auto-connect in ServerListTableViewController) -> no longer necessary, handled by state restoration
+- [x] opening private links (display(itemWithID…:…))
+- [x] account issue handling
+- [x] functional share extension
+- [x] full themeing/branding support
+- [ ] reinstate Key Commands
+
+Jesus:
+- [ ] Presentation view after installing is missing
+- [x] The icon to hide/show the sidebar is missing in portrait mode. -> resolved by BrowserNavigation replacement of UINavigationController
+- [x] Adding an oCIS account with existing custom spaces makes the app freezes and then crashes
+- [x] If an space is browsed and new space image is added in the web client, app crashes
+- [x] "Open in new window" option does not work. It does nothing after clicking
+- [x] I miss the option to "Select All" and "Deselect All" in multiselection
+- [x] "Copy" and "Move" operations show empty folder picker. No way to consolidate.
+- [ ] "Cut"/"Paste" only working in space scope
+- [ ] Upper bar (time, hour, battery level, and so on) is black under dark themes, not visible (fixable?)
+
+Matthias:
+- [x] Selecting an OC10 account's root folder twice results in an empty list -> not reproducible in latest builds
+
+Michael:
+- [x] Account deletion by swipe doesn't work
+- [x] Crash searching for accounts to share with
+- [x] Certificate warning when an account refers to a mix of hostnames
+- [ ] UI rendering picking an account for photo uploads on iPhone: prompt full length, button super-compressed.
## File Provider
- dragging an entire space on top of another starts a full copy of the space, which eventually fails halfway through
## SDK
-- local storage consumed by spaces that are then deleted or inactivated is not reclaimed
- pre-population of accounts using infinite PROPFIND is not supported
# Evolution roadmap
-- collection views
- - support sidebars / hierarchies, including expanded state, with dynamic updates from data sources
-
-- location picker replaces folder picker
- - supports picking
- - accounts
- - spaces
- - folders
- - returns an OCLocation
+- [ ] collection views
+ - [x] support sidebars / hierarchies, including expanded state, with dynamic updates from data sources
+ - [x] ItemListCell: replace manual composition of info line below name with SegmentView
+ - [x] allows to show different content there, f.ex. Space and Folder in search
+ - [ ] sticky sort / multiselect bar in file lists
+
+- [x] location picker replaces folder picker
+ - [x] supports picking
+ - [x] accounts
+ - [x] spaces
+ - [x] folders
+ - [x] returns an OCLocation
- allow passing "quick locations" to present on top in a group
- track and re-offer last-picked / recent locations (via account's KVS)
- quick access to personal and other spaces
- integrate favorites as group
+ - [x] use for preferences and share extension
+
+- improved bookmark setup / editing
+ - browsing UI for ALL certificates stored in a bookmark's store, not just the primary certificate
- account list
- allow grouping accounts (i.e. Home / Work)
- - replace simple list with modern CollectionViewController-based UI
+ - [x] replace simple list with modern CollectionViewController-based UI
+
+- available offline
+ - allow creating available offline item policies from smart searches - or directly from the search UI
- make sync smarter, f.ex.:
- a file that is updated locally multiple times only should be uploaded once, not once for every update
@@ -69,4 +113,6 @@ It should only be used with dedicated test servers, test data - and test devices
- other errors
- report to user, drop silently, retry (how often/long?)?
-- more expressive "Empty folder" message display, based on new .message item type
+- [x] more expressive "Empty folder" message display, based on new .message item type
+
+- show spinner while recreating a scene via "Open in new window"
diff --git a/Podfile b/Podfile
deleted file mode 100644
index 3c5337fd8..000000000
--- a/Podfile
+++ /dev/null
@@ -1,17 +0,0 @@
-ENV['COCOAPODS_DISABLE_STATS'] = 'true'
-
-target 'ownCloudTests' do
- project 'ownCloud'
-
- use_frameworks! # Required for Swift Test Targets only
- inherit! :search_paths # Required for not double-linking libraries in the app and test targets.
- pod 'EarlGrey', '~> 1.16'
-end
-
-target 'ownCloudScreenshotsTests' do
- project 'ownCloud'
-
- use_frameworks! # Required for Swift Test Targets only
- inherit! :search_paths # Required for not double-linking libraries in the app and test targets.
- pod 'EarlGrey', '~> 1.16'
-end
diff --git a/Podfile.lock b/Podfile.lock
deleted file mode 100644
index 6700af4b7..000000000
--- a/Podfile.lock
+++ /dev/null
@@ -1,16 +0,0 @@
-PODS:
- - EarlGrey (1.16.0)
-
-DEPENDENCIES:
- - EarlGrey (~> 1.16)
-
-SPEC REPOS:
- trunk:
- - EarlGrey
-
-SPEC CHECKSUMS:
- EarlGrey: 455e5597ae5ccaca92cd46b81d8b25cacec060a1
-
-PODFILE CHECKSUM: 9075b8f92281024401a0039c3477c9a16650b092
-
-COCOAPODS: 1.10.0
diff --git a/changelog/11.11.0_2022-09-26/1138 b/changelog/11.11.0_2022-09-26/1138
new file mode 100644
index 000000000..b5d61f2b2
--- /dev/null
+++ b/changelog/11.11.0_2022-09-26/1138
@@ -0,0 +1,5 @@
+Bugfix: Respect privateLinks capability
+
+Respect files.privateLinks capability and do not offer to create private links when privateLinks are not supported.
+
+https://github.com/owncloud/ios-app/issues/1138
diff --git a/changelog/11.11.0_2022-09-26/1141 b/changelog/11.11.0_2022-09-26/1141
new file mode 100644
index 000000000..5e7f8ffee
--- /dev/null
+++ b/changelog/11.11.0_2022-09-26/1141
@@ -0,0 +1,7 @@
+Bugfix: Enabling Markup Mode, Showing Video Controls on iOS 16, Updating Theme
+
+Enabling markup mode was broken on iOS 16 because of rearranged navigation bar and toolbar items.
+Video player controls were not showing on iOS 16.
+Furthermore when a new theme was chosen, this causes that the UITabBar and UIToolbar does not updates colours.
+
+https://github.com/owncloud/ios-app/issues/1141
diff --git a/changelog/11.11.0_2022-09-26/1146 b/changelog/11.11.0_2022-09-26/1146
new file mode 100644
index 000000000..bf5bdb0b6
--- /dev/null
+++ b/changelog/11.11.0_2022-09-26/1146
@@ -0,0 +1,5 @@
+Change: New Dark Mode Themes
+
+Adds a new dark mode theme which is mostly equal to the web UI dark mode theme. Furthermore it adds a black dark mode theme.
+
+https://github.com/owncloud/ios-app/issues/1146
diff --git a/changelog/11.11.0_2022-09-26/1156 b/changelog/11.11.0_2022-09-26/1156
new file mode 100644
index 000000000..b330c6dc0
--- /dev/null
+++ b/changelog/11.11.0_2022-09-26/1156
@@ -0,0 +1,5 @@
+Bugfix: Share Extension Passcode Lock Interval
+
+The passcode lock interval was not taken into use in the share extension.
+
+https://github.com/owncloud/ios-app/issues/1156
diff --git a/changelog/11.11.0_2022-09-26/5296 b/changelog/11.11.0_2022-09-26/5296
new file mode 100644
index 000000000..826e39c72
--- /dev/null
+++ b/changelog/11.11.0_2022-09-26/5296
@@ -0,0 +1,5 @@
+Bugfix: Video Metadata Image
+
+If a video file includes a metadata image, the video file was not visible, because the metadata image was overlaying.
+
+https://github.com/owncloud/enterprise/issues/5296
diff --git a/doc/BUILD_CUSTOMIZATION.md b/doc/BUILD_CUSTOMIZATION.md
new file mode 100644
index 000000000..ce413fb34
--- /dev/null
+++ b/doc/BUILD_CUSTOMIZATION.md
@@ -0,0 +1,38 @@
+# Build Flags
+
+## Description
+
+Build Flags can be used to control the inclusion or exclusion of certain functionality or features at compile time.
+
+## Usage in Branding
+
+A **space-separated** list of flags can be specified in the `Branding.plist` with the key `build.flags`, f.ex.:
+
+```xml
+build.flags
+DISABLE_BACKGROUND_LOCATION
+```
+
+## Flags
+
+The following options can be used as `build.flags`:
+
+### `DISABLE_BACKGROUND_LOCATION`
+
+Removes the following from the app:
+- the option for location-triggered background uploads from Settings
+- the location description keys from the app's `Info.plist`
+
+Not used by default.
+
+### `DISABLE_APPSTORE_LICENSING`
+
+Removes the following from the app:
+- App Store integration for OCLicense
+- App Store related view controllers and settings section
+
+### `DISABLE_PLAIN_HTTP`
+
+Removes the following from the app:
+- the `NSAppTransportSecurity` dictionary from the app's `Info.plist`
+- including the `NSAllowsArbitraryLoads` key that's needed to allow plain/unsecured HTTP connections
diff --git a/doc/CONFIGURATION.json b/doc/CONFIGURATION.json
index 631d8df97..d76827a9c 100644
--- a/doc/CONFIGURATION.json
+++ b/doc/CONFIGURATION.json
@@ -1,18 +1,4 @@
[
- {
- "autoExpansion" : "none",
- "category" : "Account",
- "categoryTag" : "account",
- "classIdentifier" : "account",
- "className" : "ownCloud.ServerListTableViewController",
- "defaultValue" : false,
- "description" : "Skip \"Account\" screen / automatically open \"Files\" screen after login",
- "flatIdentifier" : "account.auto-connect",
- "key" : "auto-connect",
- "label" : "account.auto-connect",
- "status" : "supported",
- "type" : "bool"
- },
{
"autoExpansion" : "none",
"category" : "Actions",
@@ -35,6 +21,10 @@
"description" : "Copy",
"value" : "com.owncloud.action.copy"
},
+ {
+ "description" : "New document",
+ "value" : "com.owncloud.action.createDocument"
+ },
{
"description" : "Create folder",
"value" : "com.owncloud.action.createFolder"
@@ -47,6 +37,10 @@
"description" : "Delete",
"value" : "com.owncloud.action.delete"
},
+ {
+ "description" : "Close Window",
+ "value" : "com.owncloud.action.discardscene"
+ },
{
"description" : "Duplicate",
"value" : "com.owncloud.action.duplicate"
@@ -83,6 +77,10 @@
"description" : "Open in",
"value" : "com.owncloud.action.openin"
},
+ {
+ "description" : "Open in a new Window",
+ "value" : "com.owncloud.action.openscene"
+ },
{
"description" : "Go to page",
"value" : "com.owncloud.action.pdfpage"
@@ -149,6 +147,10 @@
"description" : "Copy",
"value" : "com.owncloud.action.copy"
},
+ {
+ "description" : "New document",
+ "value" : "com.owncloud.action.createDocument"
+ },
{
"description" : "Create folder",
"value" : "com.owncloud.action.createFolder"
@@ -161,6 +163,10 @@
"description" : "Delete",
"value" : "com.owncloud.action.delete"
},
+ {
+ "description" : "Close Window",
+ "value" : "com.owncloud.action.discardscene"
+ },
{
"description" : "Duplicate",
"value" : "com.owncloud.action.duplicate"
@@ -197,6 +203,10 @@
"description" : "Open in",
"value" : "com.owncloud.action.openin"
},
+ {
+ "description" : "Open in a new Window",
+ "value" : "com.owncloud.action.openscene"
+ },
{
"description" : "Go to page",
"value" : "com.owncloud.action.pdfpage"
@@ -241,6 +251,61 @@
"status" : "advanced",
"type" : "stringArray"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Actions",
+ "categoryTag" : "actions",
+ "classIdentifier" : "action",
+ "className" : "ownCloudAppShared.Action",
+ "description" : "List of all operating system activities that should be excluded from OS share sheets in actions such as Open In.",
+ "flatIdentifier" : "action.excludedSystemActivities",
+ "key" : "excludedSystemActivities",
+ "label" : "action.excludedSystemActivities",
+ "possibleValues" : [
+ {
+ "description" : "Add to reading list",
+ "value" : "com.apple.UIKit.activity.AddToReadingList"
+ },
+ {
+ "description" : "AirDrop",
+ "value" : "com.apple.UIKit.activity.AirDrop"
+ },
+ {
+ "description" : "Assign to contact",
+ "value" : "com.apple.UIKit.activity.AssignToContact"
+ },
+ {
+ "description" : "Copy to pasteboard",
+ "value" : "com.apple.UIKit.activity.CopyToPasteboard"
+ },
+ {
+ "description" : "Mail",
+ "value" : "com.apple.UIKit.activity.Mail"
+ },
+ {
+ "description" : "Markup as PDF",
+ "value" : "com.apple.UIKit.activity.MarkupAsPDF"
+ },
+ {
+ "description" : "Message",
+ "value" : "com.apple.UIKit.activity.Message"
+ },
+ {
+ "description" : "Open in (i)Books",
+ "value" : "com.apple.UIKit.activity.OpenInIBooks"
+ },
+ {
+ "description" : "Print",
+ "value" : "com.apple.UIKit.activity.Print"
+ },
+ {
+ "description" : "Save to camera roll",
+ "value" : "com.apple.UIKit.activity.SaveToCameraRoll"
+ }
+ ],
+ "status" : "advanced",
+ "type" : "stringArray"
+ },
{
"autoExpansion" : "none",
"category" : "App",
@@ -289,7 +354,7 @@
"categoryTag" : "app",
"classIdentifier" : "app",
"className" : "ownCloudAppShared.VendorServices",
- "defaultValue" : false,
+ "defaultValue" : true,
"description" : "Controls if the app is built for beta or release purposes.",
"flatIdentifier" : "app.is-beta-build",
"key" : "is-beta-build",
@@ -317,7 +382,7 @@
"categoryTag" : "app",
"classIdentifier" : "app",
"className" : "ownCloudAppShared.VendorServices",
- "defaultValue" : false,
+ "defaultValue" : true,
"description" : "Controls whether a warning should be shown on the first run of a beta version.",
"flatIdentifier" : "app.show-beta-warning",
"key" : "show-beta-warning",
@@ -408,6 +473,20 @@
"status" : "advanced",
"type" : "string"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "OIDC",
+ "categoryTag" : "oidc",
+ "classIdentifier" : "authentication-oauth2",
+ "className" : "OCAuthenticationMethodOAuth2",
+ "defaultValue" : true,
+ "description" : "If client registration is enabled, but registration fails, controls if the error should be ignored and the default client ID and secret should be used instead.",
+ "flatIdentifier" : "authentication-oauth2.oidc-fallback-on-client-registration-failure",
+ "key" : "oidc-fallback-on-client-registration-failure",
+ "label" : "authentication-oauth2.oidc-fallback-on-client-registration-failure",
+ "status" : "supported",
+ "type" : "bool"
+ },
{
"autoExpansion" : "none",
"category" : "OIDC",
@@ -824,6 +903,19 @@
"status" : "advanced",
"type" : "string"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Build",
+ "categoryTag" : "build",
+ "classIdentifier" : "build",
+ "className" : "BuildOptions",
+ "description" : "Set a custom app group identifier via Branding.plist parameter. This value will be set by fastlane. Changes OCAppGroupIdentifier, OCKeychainAccessGroupIdentifier and updates other, directly signing-relevant parts of the Info.plist. With this value set, fastlane needs the provisioning profiles and certificate with the app group identifier. This is needed, if a customer is using an own resigning script which does not handle setting the app group identifier.",
+ "flatIdentifier" : "build.app-group-identifier",
+ "key" : "app-group-identifier",
+ "label" : "build.app-group-identifier",
+ "status" : "supported",
+ "type" : "string"
+ },
{
"autoExpansion" : "none",
"category" : "Build",
@@ -831,7 +923,7 @@
"classIdentifier" : "build",
"className" : "BuildOptions",
"defaultValue" : "owncloud",
- "description" : "Name of the URL scheme to use for private links. Must be provided in Branding.plist at build time. For documentation, please see doc/BUILD_CUSTOMIZATION.md.",
+ "description" : "Name of the URL scheme to use for private links. Must be provided in Branding.plist at build time. For documentation, please see https://github.com/owncloud/ios-app/blob/master/doc/BUILD_CUSTOMIZATION.md.",
"flatIdentifier" : "build.custom-app-scheme",
"key" : "custom-app-scheme",
"label" : "build.custom-app-scheme",
@@ -845,7 +937,7 @@
"classIdentifier" : "build",
"className" : "BuildOptions",
"defaultValue" : "oc",
- "description" : "Name of the URL scheme to use for OAuth2/OIDC authentication. Must be provided in Branding.plist at build time. The authentication redirect URI parameters must also be changed accordingly in Branding.plist and on the server side. For documentation, please see doc/BUILD_CUSTOMIZATION.md.",
+ "description" : "Name of the URL scheme to use for OAuth2/OIDC authentication. Must be provided in Branding.plist at build time. The authentication redirect URI parameters must also be changed accordingly in Branding.plist and on the server side. For documentation, please see https://github.com/owncloud/ios-app/blob/master/doc/BUILD_CUSTOMIZATION.md.",
"flatIdentifier" : "build.custom-auth-scheme",
"key" : "custom-auth-scheme",
"label" : "build.custom-auth-scheme",
@@ -858,13 +950,26 @@
"categoryTag" : "build",
"classIdentifier" : "build",
"className" : "BuildOptions",
- "description" : "A set of space separated flags to customize the build. Must be provided in Branding.plist at build time. For documentation, please see doc/BUILD_CUSTOMIZATION.md.",
+ "description" : "A set of space separated flags to customize the build. Must be provided in Branding.plist at build time. For documentation, please see https://github.com/owncloud/ios-app/blob/master/doc/BUILD_CUSTOMIZATION.md.",
"flatIdentifier" : "build.flags",
"key" : "flags",
"label" : "build.flags",
"status" : "supported",
"type" : "string"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Build",
+ "categoryTag" : "build",
+ "classIdentifier" : "build",
+ "className" : "BuildOptions",
+ "description" : "Set a custom app group identifier via Branding.plist parameter. This value will be set by fastlane. Changes OCAppGroupIdentifier, OCKeychainAccessGroupIdentifier only. Fastlane does not need the provisioning profile and certificate with the given app group identifer. Needs resigning with the correct provisioning profile and certificate. This is needed, if a customer is using an own resigning script which does not handle setting the app group identifier.",
+ "flatIdentifier" : "build.oc-app-group-identifier",
+ "key" : "oc-app-group-identifier",
+ "label" : "build.oc-app-group-identifier",
+ "status" : "supported",
+ "type" : "string"
+ },
{
"autoExpansion" : "none",
"category" : "Connection",
@@ -938,6 +1043,20 @@
"status" : "advanced",
"type" : "bool"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Security",
+ "categoryTag" : "security",
+ "classIdentifier" : "connection",
+ "className" : "OCConnection",
+ "description" : "Rule that defines the criteria that need to be met by a hostname other than a bookmark's hostname for the associated certificate to be added to the bookmark, tracked for changes and validated by the same rules as the bookmark's primary certificate. No value (default) or a value of `(0 == 1)` disables this feature. A value of `$hostname like \"*.mycompany.com\"` tracks the certificates for all hosts ending with mycompany.com.",
+ "flags" : 4,
+ "flatIdentifier" : "connection.associated-certificates-tracking-rule",
+ "key" : "associated-certificates-tracking-rule",
+ "label" : "connection.associated-certificates-tracking-rule",
+ "status" : "advanced",
+ "type" : "string"
+ },
{
"autoExpansion" : "none",
"category" : "Security",
@@ -1028,21 +1147,6 @@
"status" : "advanced",
"type" : "string"
},
- {
- "autoExpansion" : "none",
- "category" : "Endpoints",
- "categoryTag" : "endpoints",
- "classIdentifier" : "connection",
- "className" : "OCConnection",
- "defaultValue" : "index.php/apps/files/api/v1/thumbnail",
- "description" : "Path of the thumbnail endpoint.",
- "flags" : 4,
- "flatIdentifier" : "connection.endpoint-thumbnail",
- "key" : "endpoint-thumbnail",
- "label" : "connection.endpoint-thumbnail",
- "status" : "advanced",
- "type" : "string"
- },
{
"autoExpansion" : "none",
"category" : "Endpoints",
@@ -1261,8 +1365,8 @@
},
{
"autoExpansion" : "none",
- "category" : "Privacy",
- "categoryTag" : "privacy",
+ "category" : "Connection",
+ "categoryTag" : "connection",
"classIdentifier" : "core",
"className" : "OCCore",
"defaultValue" : true,
@@ -1398,6 +1502,258 @@
"status" : "advanced",
"type" : "bool"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Extensions",
+ "categoryTag" : "extensions",
+ "classIdentifier" : "extensions",
+ "className" : "OCExtensionManager",
+ "defaultValue" : [
+
+ ],
+ "description" : "List of all disallowed extensions. If provided, extensions not listed here are allowed.",
+ "flatIdentifier" : "extensions.disallowed",
+ "key" : "disallowed",
+ "label" : "extensions.disallowed",
+ "possibleValues" : [
+ {
+ "description" : "Extension with the identifier action-timeout-simulator.",
+ "value" : "action-timeout-simulator"
+ },
+ {
+ "description" : "Extension with the identifier auth-race-condition.",
+ "value" : "auth-race-condition"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.background_update.",
+ "value" : "com.owncloud.action.background_update"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.collaborate.",
+ "value" : "com.owncloud.action.collaborate"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.copy.",
+ "value" : "com.owncloud.action.copy"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.createDocument.",
+ "value" : "com.owncloud.action.createDocument"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.createFolder.",
+ "value" : "com.owncloud.action.createFolder"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.cutpasteboard.",
+ "value" : "com.owncloud.action.cutpasteboard"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.delete.",
+ "value" : "com.owncloud.action.delete"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.discardscene.",
+ "value" : "com.owncloud.action.discardscene"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.duplicate.",
+ "value" : "com.owncloud.action.duplicate"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.favorite.",
+ "value" : "com.owncloud.action.favorite"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.importpasteboard.",
+ "value" : "com.owncloud.action.importpasteboard"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.instant_media_upload.",
+ "value" : "com.owncloud.action.instant_media_upload"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.links.",
+ "value" : "com.owncloud.action.links"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.makeAvailableOffline.",
+ "value" : "com.owncloud.action.makeAvailableOffline"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.makeUnavailableOffline.",
+ "value" : "com.owncloud.action.makeUnavailableOffline"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.markup.",
+ "value" : "com.owncloud.action.markup"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.move.",
+ "value" : "com.owncloud.action.move"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.openin.",
+ "value" : "com.owncloud.action.openin"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.openscene.",
+ "value" : "com.owncloud.action.openscene"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.pdfpage.",
+ "value" : "com.owncloud.action.pdfpage"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.pending_media_upload.",
+ "value" : "com.owncloud.action.pending_media_upload"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.presentationmode.",
+ "value" : "com.owncloud.action.presentationmode"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.rename.",
+ "value" : "com.owncloud.action.rename"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.scan.",
+ "value" : "com.owncloud.action.scan"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.show-exif.",
+ "value" : "com.owncloud.action.show-exif"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.unfavorite.",
+ "value" : "com.owncloud.action.unfavorite"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.unshare.",
+ "value" : "com.owncloud.action.unshare"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.upload.camera_media.",
+ "value" : "com.owncloud.action.upload.camera_media"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.uploadfile.",
+ "value" : "com.owncloud.action.uploadfile"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.action.uploadphotos.",
+ "value" : "com.owncloud.action.uploadphotos"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.classic.",
+ "value" : "com.owncloud.classic"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.dark.",
+ "value" : "com.owncloud.dark"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.dark.black.",
+ "value" : "com.owncloud.dark.black"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.light.",
+ "value" : "com.owncloud.light"
+ },
+ {
+ "description" : "Extension with the identifier com.owncloud.web.dark.",
+ "value" : "com.owncloud.web.dark"
+ },
+ {
+ "description" : "Extension with the identifier five-seconds-of-404.",
+ "value" : "five-seconds-of-404"
+ },
+ {
+ "description" : "Extension with the identifier license.Down.",
+ "value" : "license.Down"
+ },
+ {
+ "description" : "Extension with the identifier license.ISRunLoopThread.",
+ "value" : "license.ISRunLoopThread"
+ },
+ {
+ "description" : "Extension with the identifier license.PocketSVG.",
+ "value" : "license.PocketSVG"
+ },
+ {
+ "description" : "Extension with the identifier license.libzip.",
+ "value" : "license.libzip"
+ },
+ {
+ "description" : "Extension with the identifier license.openssl.",
+ "value" : "license.openssl"
+ },
+ {
+ "description" : "Extension with the identifier license.plcrashreporter.",
+ "value" : "license.plcrashreporter"
+ },
+ {
+ "description" : "Extension with the identifier lookup-table.",
+ "value" : "lookup-table"
+ },
+ {
+ "description" : "Extension with the identifier only-404.",
+ "value" : "only-404"
+ },
+ {
+ "description" : "Extension with the identifier org.owncloud.image.",
+ "value" : "org.owncloud.image"
+ },
+ {
+ "description" : "Extension with the identifier org.owncloud.media.",
+ "value" : "org.owncloud.media"
+ },
+ {
+ "description" : "Extension with the identifier org.owncloud.pdfViewer.default.",
+ "value" : "org.owncloud.pdfViewer.default"
+ },
+ {
+ "description" : "Extension with the identifier org.owncloud.ql_preview.",
+ "value" : "org.owncloud.ql_preview"
+ },
+ {
+ "description" : "Extension with the identifier org.owncloud.webview.",
+ "value" : "org.owncloud.webview"
+ },
+ {
+ "description" : "Extension with the identifier recovering-apm.",
+ "value" : "recovering-apm"
+ },
+ {
+ "description" : "Extension with the identifier reject-downloads-500.",
+ "value" : "reject-downloads-500"
+ },
+ {
+ "description" : "Extension with the identifier simple-apm.",
+ "value" : "simple-apm"
+ },
+ {
+ "description" : "Extension with the identifier web-finger.",
+ "value" : "web-finger"
+ }
+ ],
+ "status" : "advanced",
+ "type" : "stringArray"
+ },
+ {
+ "autoExpansion" : "none",
+ "category" : "FileProvider",
+ "categoryTag" : "fileprovider",
+ "classIdentifier" : "fileprovider",
+ "className" : "OCFileProviderSettings",
+ "defaultValue" : true,
+ "description" : "Controls whether the account content is available to other apps via File Provider / Files.app.",
+ "flatIdentifier" : "fileprovider.browseable",
+ "key" : "browseable",
+ "label" : "fileprovider.browseable",
+ "status" : "supported",
+ "type" : "bool"
+ },
{
"autoExpansion" : "none",
"category" : "Connection",
@@ -1412,6 +1768,14 @@
"key" : "active-simulations",
"label" : "host-simulator.active-simulations",
"possibleValues" : [
+ {
+ "description" : "Lets all MOVE/COPY/DELETE/PUT requests fail with a timeout error.",
+ "value" : "action-timeout-simulator"
+ },
+ {
+ "description" : "Responds to all .well-known/webfinger requests with server-instance responses.",
+ "value" : "auth-race-condition"
+ },
{
"description" : "Return status code 404 for every request for the first five seconds.",
"value" : "five-seconds-of-404"
@@ -1431,6 +1795,10 @@
{
"description" : "Redirect any request without cookies to a cookie-setting endpoint, where cookies are set - and then redirect back.",
"value" : "simple-apm"
+ },
+ {
+ "description" : "Responds to all .well-known/webfinger requests with server-instance responses.",
+ "value" : "web-finger"
}
],
"status" : "debugOnly",
@@ -1490,7 +1858,7 @@
"key" : "vacuum-sync-anchor-ttl",
"label" : "item-policy.vacuum-sync-anchor-ttl",
"status" : "debugOnly",
- "type" : "bool"
+ "type" : "int"
},
{
"autoExpansion" : "none",
@@ -1765,6 +2133,21 @@
"classIdentifier" : "log",
"className" : "OCLogger",
"defaultValue" : true,
+ "description" : "Controls whether messages spanning more than one line should be logged as a single line, after replacing new line characters with \"\\n\".",
+ "flags" : 4,
+ "flatIdentifier" : "log.replace-newline",
+ "key" : "replace-newline",
+ "label" : "log.replace-newline",
+ "status" : "advanced",
+ "type" : "bool"
+ },
+ {
+ "autoExpansion" : "none",
+ "category" : "Logging",
+ "categoryTag" : "logging",
+ "classIdentifier" : "log",
+ "className" : "OCLogger",
+ "defaultValue" : false,
"description" : "Controls whether messages spanning more than one line should be broken into their individual lines and each be logged with the complete lead-in/lead-out sequence.",
"flags" : 4,
"flatIdentifier" : "log.single-lined",
@@ -1858,6 +2241,27 @@
"status" : "advanced",
"type" : "int"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Passcode",
+ "categoryTag" : "passcode",
+ "classIdentifier" : "passcode",
+ "className" : "AppLockSettings",
+ "defaultValue" : {
+ "com.air-watch.boxer" : {
+ "allow" : false
+ },
+ "default" : {
+ "allow" : true
+ }
+ },
+ "description" : "Controls the biometrical unlock availability in the share sheet, with per-app level control.",
+ "flatIdentifier" : "passcode.share-sheet-biometrical-unlock-by-app",
+ "key" : "share-sheet-biometrical-unlock-by-app",
+ "label" : "passcode.share-sheet-biometrical-unlock-by-app",
+ "status" : "advanced",
+ "type" : "dictionary"
+ },
{
"autoExpansion" : "none",
"category" : "Passcode",
@@ -1872,6 +2276,22 @@
"status" : "advanced",
"type" : "bool"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Security",
+ "categoryTag" : "security",
+ "classIdentifier" : "post-build",
+ "className" : "OCClassSettingsFlatSourcePostBuild",
+ "defaultValue" : [
+
+ ],
+ "description" : "List of settings (as flat identifiers) that are allowed to be changed post-build via the app's URL scheme. Including a value of \"*\" allows any setting to be changed. Defaults to an empty array (equalling not allowed). ",
+ "flatIdentifier" : "post-build.allowed-settings",
+ "key" : "allowed-settings",
+ "label" : "post-build.allowed-settings",
+ "status" : "advanced",
+ "type" : "stringArray"
+ },
{
"autoExpansion" : "none",
"category" : "Release Notes",
@@ -1898,6 +2318,42 @@
"status" : "debugOnly",
"type" : "string"
},
+ {
+ "autoExpansion" : "none",
+ "category" : "Connection",
+ "categoryTag" : "connection",
+ "classIdentifier" : "server-locator",
+ "className" : "OCServerLocator",
+ "description" : "Lookup table that maps users to server URLs",
+ "flatIdentifier" : "server-locator.lookup-table",
+ "key" : "lookup-table",
+ "label" : "server-locator.lookup-table",
+ "status" : "advanced",
+ "type" : "dictionary"
+ },
+ {
+ "autoExpansion" : "none",
+ "category" : "Connection",
+ "categoryTag" : "connection",
+ "classIdentifier" : "server-locator",
+ "className" : "OCServerLocator",
+ "description" : "Use Server Locator",
+ "flatIdentifier" : "server-locator.use",
+ "key" : "use",
+ "label" : "server-locator.use",
+ "possibleValues" : [
+ {
+ "description" : "Locate server via lookup table. Keys can match against the beginning (f.ex. \"begins:bob@\"), end (f.ex. \"ends:@owncloud.org\") or regular expression (f.ex. \"regexp:\")",
+ "value" : "lookup-table"
+ },
+ {
+ "description" : "Locate server via Webfinger service-instance relation (http://webfinger.owncloud/rel/server-instance) using the entered/provided server URL",
+ "value" : "web-finger"
+ }
+ ],
+ "status" : "advanced",
+ "type" : "string"
+ },
{
"autoExpansion" : "none",
"category" : "Security",
@@ -1923,229 +2379,5 @@
"label" : "user-settings.disallow",
"status" : "advanced",
"type" : "stringArray"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Indicates if the user can change the server URL for the account.",
- "flatIdentifier" : "branding.profile-allow-url-configuration",
- "key" : "profile-allow-url-configuration",
- "label" : "Allow URL configuration",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "bool"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "The identifiers of the authentication methods allowed for this profile. Allows to f.ex. force OAuth2, or to use Basic Auth even if OAuth2 is available.",
- "flatIdentifier" : "branding.profile-allowed-authentication-methods",
- "key" : "profile-allowed-authentication-methods",
- "label" : "Allowed authentication methods",
- "possibleValues" : [
- {
- "description" : "Basic Auth",
- "value" : "com.owncloud.basicauth"
- },
- {
- "description" : "OAuth2",
- "value" : "com.owncloud.oauth2"
- },
- {
- "description" : "OpenID Connect",
- "value" : "com.owncloud.openid-connect"
- }
- ],
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "stringArray"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Domain names (can also include subdomain name), which are allowed as server url when adding a new account.",
- "flatIdentifier" : "branding.profile-allowed-hosts",
- "key" : "profile-allowed-hosts",
- "label" : "Allowed Hosts",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "stringArray"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "The name that should be used for the bookmark that's generated from this profile and appears in the account list.",
- "flatIdentifier" : "branding.profile-bookmark-name",
- "key" : "profile-bookmark-name",
- "label" : "Bookmark Name",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Text used for the onboarding button title",
- "flatIdentifier" : "branding.profile-help-button-label",
- "key" : "profile-help-button-label",
- "label" : "Onboarding button title",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Optional URL to onboarding resources.",
- "flatIdentifier" : "branding.profile-help-url",
- "key" : "profile-help-url",
- "label" : "Onboarding URL",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "urlString"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Identifier uniquely identifying the profile.",
- "flatIdentifier" : "branding.profile-identifier",
- "key" : "profile-identifier",
- "label" : "Identifier",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Name of the profile during setup.",
- "flatIdentifier" : "branding.profile-name",
- "key" : "profile-name",
- "label" : "Name",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Message shown in an alert before opening the onboarding URL.",
- "flatIdentifier" : "branding.profile-open-help-message",
- "key" : "profile-open-help-message",
- "label" : "Open onboarding URL message",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Text that is shown when asking the user to enter their password.",
- "flatIdentifier" : "branding.profile-password-auth-prompt",
- "key" : "profile-password-auth-prompt",
- "label" : "Password prompt",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Text that is shown to the user before opening the authentication web view (f.ex. for OAuth2, OIDC).",
- "flatIdentifier" : "branding.profile-token-auth-prompt",
- "key" : "profile-token-auth-prompt",
- "label" : "Token authentication prompt",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "The URL of the server targeted by this profile.",
- "flatIdentifier" : "branding.profile-url",
- "key" : "profile-url",
- "label" : "URL",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "urlString"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Text shown above the URL field when setting up an account.",
- "flatIdentifier" : "branding.profile-url-prompt",
- "key" : "profile-url-prompt",
- "label" : "URL prompt",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
- },
- {
- "autoExpansion" : "none",
- "category" : "Branding",
- "categoryTag" : "branding",
- "classIdentifier" : "branding",
- "className" : "Branding",
- "description" : "Welcome message shown during account setup.",
- "flatIdentifier" : "branding.profile-welcome-message",
- "key" : "profile-welcome-message",
- "label" : "Welcome Message",
- "status" : "advanced",
- "subCategory" : "Profile",
- "subCategoryTag" : "profile",
- "type" : "string"
}
]
\ No newline at end of file
diff --git a/doc/images/el/keyword.strings b/doc/images/el/keyword.strings
index f60e7bc49..8a3dbb69f 100644
Binary files a/doc/images/el/keyword.strings and b/doc/images/el/keyword.strings differ
diff --git a/doc/images/el/title.strings b/doc/images/el/title.strings
index 57713faf8..2f4549f36 100644
Binary files a/doc/images/el/title.strings and b/doc/images/el/title.strings differ
diff --git a/doc/images/ko/keyword.strings b/doc/images/ko/keyword.strings
new file mode 100644
index 000000000..aa725dfd0
Binary files /dev/null and b/doc/images/ko/keyword.strings differ
diff --git a/doc/images/ko/title.strings b/doc/images/ko/title.strings
new file mode 100644
index 000000000..c332ce3eb
Binary files /dev/null and b/doc/images/ko/title.strings differ
diff --git a/enterprise/resign/resignOwncloudApp b/enterprise/resign/resignOwncloudApp
index 23bd551e0..2f8870c83 100755
--- a/enterprise/resign/resignOwncloudApp
+++ b/enterprise/resign/resignOwncloudApp
@@ -7,7 +7,7 @@
# For distribution utilizing Apple mechanisms please see https://owncloud.org/contribute/iOS-license-exception/
# You should have received a copy of this license along with this program. If not, see .
-VERSION="1.2.0"
+VERSION="1.2.1"
#Define output formats
BOLD="$(tput bold)"
@@ -81,7 +81,7 @@ if [ ! -f "$UNSIGNED_IPA" ]; then
fi
# Get certificate SHA-1
-CERT_SHA_1=`security find-certificate -c "$IDENTITY" -Z | grep "^SHA-1" | cut -d: -f 2 | xargs`
+CERT_SHA_1=`security find-certificate -c "$IDENTITY" -Z | grep "^SHA-256" | cut -d: -f 2 | xargs`
# Create temp directory
mkdir $APPTEMP
@@ -96,7 +96,7 @@ else
# Convert provisioning profile to plist
security cms -D -i "$a" > "$APPTEMP/tmp.plist"
# Get provisioning SHA-1
- PROV_SHA_1=`/usr/libexec/PlistBuddy -c "Print :DeveloperCertificates:0" $APPTEMP/tmp.plist | openssl x509 -inform der -fingerprint | grep "^SHA1" | cut -d= -f 2 | ruby -ne 'puts $_.split(":").join'`
+ PROV_SHA_1=`/usr/libexec/PlistBuddy -c "Print :DeveloperCertificates:0" $APPTEMP/tmp.plist | openssl x509 -inform der -fingerprint | grep "^SHA256" | cut -d= -f 2 | ruby -ne 'puts $_.split(":").join'`
rm -f "$APPTEMP/tmp.plist"
if [ "$CERT_SHA_1" = "$PROV_SHA_1" ]; then
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index b070b2cd3..53eeba7fb 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -28,7 +28,7 @@ platform :ios do
lane :build_ipa_ad_hoc do
#Create the build
gym(
- workspace: "ownCloud.xcworkspace",
+ project: "ownCloud.xcodeproj",
scheme: "ownCloud",
codesigning_identity: "Apple Distribution: ownCloud GmbH (4AP2STM4H5)",
export_method: "ad-hoc",
@@ -463,8 +463,7 @@ end
if File.exist?(xcode_version_paths)
required_version = File.read(xcode_version_paths).strip
puts "Found required Xcode version: " + required_version
- xcversion(version: required_version)
- ensure_xcode_version()
+ ensure_xcode_version(version: required_version)
end
appName = "ownCloud"
@@ -547,6 +546,12 @@ end
sh "mv ../ownCloud/Resources/Info.plist.mod ../ownCloud/Resources/Info.plist"
end
+ # Special handling for app build flag DISABLE_PLAIN_HTTP (see above why this is needed)
+ if appBuildFlags.include? "DISABLE_PLAIN_HTTP"
+ sh "sed '/#ifndef DISABLE_PLAIN_HTTP/,/#endif/d' ../ownCloud/Resources/Info.plist >../ownCloud/Resources/Info.plist.mod"
+ sh "mv ../ownCloud/Resources/Info.plist.mod ../ownCloud/Resources/Info.plist"
+ end
+
# update_url_schemes can't seem to reach the second URL scheme ("oc") for authentication
# so using sed and a XML property instead
if !appCustomAppScheme.empty?
@@ -824,13 +829,13 @@ end
#Create the build
build_app(
- workspace: "ownCloud.xcworkspace",
+ project: "ownCloud.xcodeproj",
scheme: "ownCloud",
configuration: CONFIGURATION,
codesigning_identity: ENTERPRISE_IDENTITY,
output_name: ipaName,
export_method: EXPORT_METHOD,
- xcargs: "APP_BUILD_FLAGS='" + appBuildFlags + "'",
+ xcargs: "CODE_SIGN_STYLE=Manual APP_BUILD_FLAGS='" + appBuildFlags + "'",
export_options: {
method: EXPORT_METHOD,
provisioningProfiles: {
diff --git a/fastlane/metadata-emm/en-US/release_notes.txt b/fastlane/metadata-emm/en-US/release_notes.txt
index 5da11c0dc..88613836b 100644
--- a/fastlane/metadata-emm/en-US/release_notes.txt
+++ b/fastlane/metadata-emm/en-US/release_notes.txt
@@ -1,9 +1,15 @@
-• UI fixes on iOS 15
-This version fixes some UI problems on iOS 15.
+• New Dark Mode Themes
+Two new dark mode themes are available.
-• Shortcuts Action
-The shortcuts action Delete Path Item did not provided configured accounts.
+• iOS 16: Markup Mode
+Markup mode was not enabled automatically on iOS 16.
-• Increased Timeout for Copy Action
-Timeout for Copy Action was increased up to 10 minutes.
+• iOS 16: Video Player
+Video player controls were not showing on iOS 16.
+
+• Video Player
+Metadata image could overlay the video player canvas.
+
+• Passcode Interval
+The passcode lock interval was not taken into use in the share extension.
diff --git a/fastlane/metadata-owncloud-online/en-US/release_notes.txt b/fastlane/metadata-owncloud-online/en-US/release_notes.txt
index 5da11c0dc..88613836b 100644
--- a/fastlane/metadata-owncloud-online/en-US/release_notes.txt
+++ b/fastlane/metadata-owncloud-online/en-US/release_notes.txt
@@ -1,9 +1,15 @@
-• UI fixes on iOS 15
-This version fixes some UI problems on iOS 15.
+• New Dark Mode Themes
+Two new dark mode themes are available.
-• Shortcuts Action
-The shortcuts action Delete Path Item did not provided configured accounts.
+• iOS 16: Markup Mode
+Markup mode was not enabled automatically on iOS 16.
-• Increased Timeout for Copy Action
-Timeout for Copy Action was increased up to 10 minutes.
+• iOS 16: Video Player
+Video player controls were not showing on iOS 16.
+
+• Video Player
+Metadata image could overlay the video player canvas.
+
+• Passcode Interval
+The passcode lock interval was not taken into use in the share extension.
diff --git a/fastlane/metadata/en-US/release_notes.txt b/fastlane/metadata/en-US/release_notes.txt
index 5da11c0dc..88613836b 100644
--- a/fastlane/metadata/en-US/release_notes.txt
+++ b/fastlane/metadata/en-US/release_notes.txt
@@ -1,9 +1,15 @@
-• UI fixes on iOS 15
-This version fixes some UI problems on iOS 15.
+• New Dark Mode Themes
+Two new dark mode themes are available.
-• Shortcuts Action
-The shortcuts action Delete Path Item did not provided configured accounts.
+• iOS 16: Markup Mode
+Markup mode was not enabled automatically on iOS 16.
-• Increased Timeout for Copy Action
-Timeout for Copy Action was increased up to 10 minutes.
+• iOS 16: Video Player
+Video player controls were not showing on iOS 16.
+
+• Video Player
+Metadata image could overlay the video player canvas.
+
+• Passcode Interval
+The passcode lock interval was not taken into use in the share extension.
diff --git a/fastlane/screenshots/ar/keyword.strings b/fastlane/screenshots/ar/keyword.strings
new file mode 100644
index 000000000..57ed3deb4
Binary files /dev/null and b/fastlane/screenshots/ar/keyword.strings differ
diff --git a/fastlane/screenshots/ar/title.strings b/fastlane/screenshots/ar/title.strings
new file mode 100644
index 000000000..57ed3deb4
Binary files /dev/null and b/fastlane/screenshots/ar/title.strings differ
diff --git a/fastlane/screenshots/ca/keyword.strings b/fastlane/screenshots/ca/keyword.strings
new file mode 100644
index 000000000..8d6072935
Binary files /dev/null and b/fastlane/screenshots/ca/keyword.strings differ
diff --git a/fastlane/screenshots/de-DE/keyword.strings b/fastlane/screenshots/de-DE/keyword.strings
new file mode 100644
index 000000000..fe237c7fe
Binary files /dev/null and b/fastlane/screenshots/de-DE/keyword.strings differ
diff --git a/fastlane/screenshots/de-DE/title.strings b/fastlane/screenshots/de-DE/title.strings
new file mode 100644
index 000000000..0a9465ab8
Binary files /dev/null and b/fastlane/screenshots/de-DE/title.strings differ
diff --git a/fastlane/screenshots/de/keyword.strings b/fastlane/screenshots/de/keyword.strings
new file mode 100644
index 000000000..fe237c7fe
Binary files /dev/null and b/fastlane/screenshots/de/keyword.strings differ
diff --git a/fastlane/screenshots/de/title.strings b/fastlane/screenshots/de/title.strings
new file mode 100644
index 000000000..0a9465ab8
Binary files /dev/null and b/fastlane/screenshots/de/title.strings differ
diff --git a/fastlane/screenshots/de_CH/keyword.strings b/fastlane/screenshots/de_CH/keyword.strings
new file mode 100644
index 000000000..fe237c7fe
Binary files /dev/null and b/fastlane/screenshots/de_CH/keyword.strings differ
diff --git a/fastlane/screenshots/de_CH/title.strings b/fastlane/screenshots/de_CH/title.strings
new file mode 100644
index 000000000..0a9465ab8
Binary files /dev/null and b/fastlane/screenshots/de_CH/title.strings differ
diff --git a/fastlane/screenshots/el/keyword.strings b/fastlane/screenshots/el/keyword.strings
new file mode 100644
index 000000000..8a3dbb69f
Binary files /dev/null and b/fastlane/screenshots/el/keyword.strings differ
diff --git a/fastlane/screenshots/el/title.strings b/fastlane/screenshots/el/title.strings
new file mode 100644
index 000000000..2f4549f36
Binary files /dev/null and b/fastlane/screenshots/el/title.strings differ
diff --git a/fastlane/screenshots/en-GB/keyword.strings b/fastlane/screenshots/en-GB/keyword.strings
new file mode 100644
index 000000000..aba384182
Binary files /dev/null and b/fastlane/screenshots/en-GB/keyword.strings differ
diff --git a/fastlane/screenshots/en-GB/title.strings b/fastlane/screenshots/en-GB/title.strings
new file mode 100644
index 000000000..547033c70
Binary files /dev/null and b/fastlane/screenshots/en-GB/title.strings differ
diff --git a/fastlane/screenshots/es/keyword.strings b/fastlane/screenshots/es/keyword.strings
new file mode 100644
index 000000000..ad1dc0f49
Binary files /dev/null and b/fastlane/screenshots/es/keyword.strings differ
diff --git a/fastlane/screenshots/es/title.strings b/fastlane/screenshots/es/title.strings
new file mode 100644
index 000000000..90b256dbb
Binary files /dev/null and b/fastlane/screenshots/es/title.strings differ
diff --git a/fastlane/screenshots/et_EE/title.strings b/fastlane/screenshots/et_EE/title.strings
new file mode 100644
index 000000000..5086a9bf9
Binary files /dev/null and b/fastlane/screenshots/et_EE/title.strings differ
diff --git a/fastlane/screenshots/eu/keyword.strings b/fastlane/screenshots/eu/keyword.strings
new file mode 100644
index 000000000..bc56f9a28
Binary files /dev/null and b/fastlane/screenshots/eu/keyword.strings differ
diff --git a/fastlane/screenshots/eu/title.strings b/fastlane/screenshots/eu/title.strings
new file mode 100644
index 000000000..3a670b7a7
Binary files /dev/null and b/fastlane/screenshots/eu/title.strings differ
diff --git a/fastlane/screenshots/fr/title.strings b/fastlane/screenshots/fr/title.strings
new file mode 100644
index 000000000..c64d79caf
Binary files /dev/null and b/fastlane/screenshots/fr/title.strings differ
diff --git a/fastlane/screenshots/gl/keyword.strings b/fastlane/screenshots/gl/keyword.strings
new file mode 100644
index 000000000..db8cff283
Binary files /dev/null and b/fastlane/screenshots/gl/keyword.strings differ
diff --git a/fastlane/screenshots/gl/title.strings b/fastlane/screenshots/gl/title.strings
new file mode 100644
index 000000000..4e0cabde7
Binary files /dev/null and b/fastlane/screenshots/gl/title.strings differ
diff --git a/fastlane/screenshots/he/keyword.strings b/fastlane/screenshots/he/keyword.strings
new file mode 100644
index 000000000..05b8a398a
Binary files /dev/null and b/fastlane/screenshots/he/keyword.strings differ
diff --git a/fastlane/screenshots/he/title.strings b/fastlane/screenshots/he/title.strings
new file mode 100644
index 000000000..311f4c0fc
Binary files /dev/null and b/fastlane/screenshots/he/title.strings differ
diff --git a/fastlane/screenshots/km/keyword.strings b/fastlane/screenshots/km/keyword.strings
new file mode 100644
index 000000000..9e578cb74
Binary files /dev/null and b/fastlane/screenshots/km/keyword.strings differ
diff --git a/fastlane/screenshots/ko/keyword.strings b/fastlane/screenshots/ko/keyword.strings
new file mode 100644
index 000000000..aa725dfd0
Binary files /dev/null and b/fastlane/screenshots/ko/keyword.strings differ
diff --git a/fastlane/screenshots/ko/title.strings b/fastlane/screenshots/ko/title.strings
new file mode 100644
index 000000000..c332ce3eb
Binary files /dev/null and b/fastlane/screenshots/ko/title.strings differ
diff --git a/fastlane/screenshots/lv/title.strings b/fastlane/screenshots/lv/title.strings
new file mode 100644
index 000000000..fec42a1f9
Binary files /dev/null and b/fastlane/screenshots/lv/title.strings differ
diff --git a/fastlane/screenshots/pt-BR/keyword.strings b/fastlane/screenshots/pt-BR/keyword.strings
new file mode 100644
index 000000000..37766ce90
Binary files /dev/null and b/fastlane/screenshots/pt-BR/keyword.strings differ
diff --git a/fastlane/screenshots/pt-BR/title.strings b/fastlane/screenshots/pt-BR/title.strings
new file mode 100644
index 000000000..bd1d1bd72
Binary files /dev/null and b/fastlane/screenshots/pt-BR/title.strings differ
diff --git a/fastlane/screenshots/ru/keyword.strings b/fastlane/screenshots/ru/keyword.strings
new file mode 100644
index 000000000..a004b1a7b
Binary files /dev/null and b/fastlane/screenshots/ru/keyword.strings differ
diff --git a/fastlane/screenshots/ru/title.strings b/fastlane/screenshots/ru/title.strings
new file mode 100644
index 000000000..8684188dd
Binary files /dev/null and b/fastlane/screenshots/ru/title.strings differ
diff --git a/fastlane/screenshots/sq/keyword.strings b/fastlane/screenshots/sq/keyword.strings
new file mode 100644
index 000000000..893314b78
Binary files /dev/null and b/fastlane/screenshots/sq/keyword.strings differ
diff --git a/fastlane/screenshots/sq/title.strings b/fastlane/screenshots/sq/title.strings
new file mode 100644
index 000000000..aeab3e0d3
Binary files /dev/null and b/fastlane/screenshots/sq/title.strings differ
diff --git a/fastlane/screenshots/th-TH/keyword.strings b/fastlane/screenshots/th-TH/keyword.strings
new file mode 100644
index 000000000..fa36c4461
Binary files /dev/null and b/fastlane/screenshots/th-TH/keyword.strings differ
diff --git a/fastlane/screenshots/th-TH/title.strings b/fastlane/screenshots/th-TH/title.strings
new file mode 100644
index 000000000..9e8b8b3be
Binary files /dev/null and b/fastlane/screenshots/th-TH/title.strings differ
diff --git a/fastlane/screenshots/tr/keyword.strings b/fastlane/screenshots/tr/keyword.strings
new file mode 100644
index 000000000..c8d9b7ab5
Binary files /dev/null and b/fastlane/screenshots/tr/keyword.strings differ
diff --git a/fastlane/screenshots/tr/title.strings b/fastlane/screenshots/tr/title.strings
new file mode 100644
index 000000000..d6f3387f7
Binary files /dev/null and b/fastlane/screenshots/tr/title.strings differ
diff --git a/fastlane/screenshots/ur_PK/keyword.strings b/fastlane/screenshots/ur_PK/keyword.strings
new file mode 100644
index 000000000..0ffb50a7a
Binary files /dev/null and b/fastlane/screenshots/ur_PK/keyword.strings differ
diff --git a/fastlane/screenshots/zh-Hans/keyword.strings b/fastlane/screenshots/zh-Hans/keyword.strings
new file mode 100644
index 000000000..384e9c30f
Binary files /dev/null and b/fastlane/screenshots/zh-Hans/keyword.strings differ
diff --git a/fastlane/screenshots/zh-Hans/title.strings b/fastlane/screenshots/zh-Hans/title.strings
new file mode 100644
index 000000000..d9d2b6e1b
Binary files /dev/null and b/fastlane/screenshots/zh-Hans/title.strings differ
diff --git a/fastlane/screenshots/zh_TW/keyword.strings b/fastlane/screenshots/zh_TW/keyword.strings
new file mode 100644
index 000000000..c6185c38f
Binary files /dev/null and b/fastlane/screenshots/zh_TW/keyword.strings differ
diff --git a/fastlane/screenshots/zh_TW/title.strings b/fastlane/screenshots/zh_TW/title.strings
new file mode 100644
index 000000000..9676e63d1
Binary files /dev/null and b/fastlane/screenshots/zh_TW/title.strings differ
diff --git a/img/filetypes-tvg/space.tvg b/img/filetypes-tvg/space.tvg
new file mode 100644
index 000000000..cc01e021e
--- /dev/null
+++ b/img/filetypes-tvg/space.tvg
@@ -0,0 +1 @@
+{"viewBox":"{{0, 0}, {15, 15}}","defaults":{"folderFillColor":"#55739a"},"image":"\n\n