Skip to content

Commit

Permalink
Revert "[feature/account-wizard] Add account wizard"
Browse files Browse the repository at this point in the history
  • Loading branch information
hosy committed Jan 29, 2024
1 parent a564c43 commit a54a4ee
Show file tree
Hide file tree
Showing 224 changed files with 1,745 additions and 4,578 deletions.
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.1
14.3.1
107 changes: 0 additions & 107 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Table of Contents

* [Changelog for 12.1.0](#changelog-for-owncloud-ios-client-1210-2024-01-29)
* [Changelog for 12.0.3](#changelog-for-owncloud-ios-client-1203-2023-08-31)
* [Changelog for 12.0.2](#changelog-for-owncloud-ios-client-1202-2023-06-23)
* [Changelog for 12.0.1](#changelog-for-owncloud-ios-client-1201-2023-06-15)
Expand All @@ -22,112 +21,6 @@
* [Changelog for 11.5.1](#changelog-for-owncloud-ios-client-1151-2021-02-17)
* [Changelog for 11.5.0](#changelog-for-owncloud-ios-client-1150-2021-02-10)
* [Changelog for 11.4.5 versions and below](#changelog-for-1145-versions-and-below)
# Changelog for ownCloud iOS Client [12.1.0] (2024-01-29)
The following sections list the changes in ownCloud iOS Client 12.1.0 relevant to
ownCloud admins and users.

[12.1.0]: https://github.com/owncloud/ios-app/compare/milestone/12.0.3...milestone/12.1.0

## Summary

* Bugfix - Available offline badge: [#1128](https://github.com/owncloud/ios-app/issues/1128)
* Bugfix - File Provider fixes: [#1294](https://github.com/owncloud/ios-app/pull/1294)
* Bugfix - Open ownCloud Links in App: [#1295](https://github.com/owncloud/ios-app/issues/1295)
* Bugfix - Show message in File Provider if no account has been set up: [#1306](https://github.com/owncloud/ios-app/pull/1306)
* Bugfix - Disable Markup Edit Mode iOS 17: [#1309](https://github.com/owncloud/ios-app/issues/1309)
* Bugfix - Adopt log format: [#11224](https://github.com/owncloud/client/issues/11224)
* Change - New account wizard: [#1274](https://github.com/owncloud/ios-app/pull/1274)
* Change - Text recognition actions for images: [#1283](https://github.com/owncloud/ios-app/pull/1283)
* Change - File extension / suffix protection: [#1292](https://github.com/owncloud/ios-app/issues/1292)
* Change - Share Action Extension "Save to ownCloud": [#1293](https://github.com/owncloud/ios-app/issues/1293)
* Change - Link naming: [#1297](https://github.com/owncloud/ios-app/issues/1297)
* Change - Remove Extension Build Flag (Intents): [#6112](https://github.com/owncloud/enterprise/issues/6112)

## Details

* Bugfix - Available offline badge: [#1128](https://github.com/owncloud/ios-app/issues/1128)

Available offline badge was there after making unavailable offline.

https://github.com/owncloud/ios-app/issues/1128

* Bugfix - File Provider fixes: [#1294](https://github.com/owncloud/ios-app/pull/1294)

This branch addresses found issues in the File Provider: - fixes unanswered
thumbnail requests (leading to infinite thumbnail responses) - fixes incorrect
error being returned in response to thumbnail requests

https://github.com/owncloud/ios-app/pull/1294

* Bugfix - Open ownCloud Links in App: [#1295](https://github.com/owncloud/ios-app/issues/1295)

Fixed existing feature intending to open files/folders in app, by clicking a
private link from outside.

https://github.com/owncloud/ios-app/issues/1295

* Bugfix - Show message in File Provider if no account has been set up: [#1306](https://github.com/owncloud/ios-app/pull/1306)

This PR makes the File Provider UI show a message if no account has been set up
yet, offering to open the app. Previously, the FP UI was briefly shown and then
dismissed.

https://github.com/owncloud/ios-app/pull/1306

* Bugfix - Disable Markup Edit Mode iOS 17: [#1309](https://github.com/owncloud/ios-app/issues/1309)

Fixed disabling edit mode in markup document view on iOS 17

https://github.com/owncloud/ios-app/issues/1309

* Bugfix - Adopt log format: [#11224](https://github.com/owncloud/client/issues/11224)

Use common http log format for ownCloud clients.

https://github.com/owncloud/client/issues/11224

* Change - New account wizard: [#1274](https://github.com/owncloud/ios-app/pull/1274)

- reimplementation of the new account wizard - support for reordering accounts
in the sidebar via drag and drop - adds location breadcrumb dropdown in the
viewer

https://github.com/owncloud/ios-app/pull/1274

* Change - Text recognition actions for images: [#1283](https://github.com/owncloud/ios-app/pull/1283)

Adds VisonKit interactions to the image viewer, allowing to select and interact
with recognized content (f.ex. text) like in the Photos app.

https://github.com/owncloud/ios-app/pull/1283

* Change - File extension / suffix protection: [#1292](https://github.com/owncloud/ios-app/issues/1292)

Prevents users from removing or changing the suffix for new documents and
document scanner.

https://github.com/owncloud/ios-app/issues/1292

* Change - Share Action Extension "Save to ownCloud": [#1293](https://github.com/owncloud/ios-app/issues/1293)

Adds a share action extension "Save to ownCloud", which will open the share
sheet view.

https://github.com/owncloud/ios-app/issues/1293

* Change - Link naming: [#1297](https://github.com/owncloud/ios-app/issues/1297)

Adds a Name field for link shares, allowing to enter and edit the name of link
shares.

https://github.com/owncloud/ios-app/issues/1297

* Change - Remove Extension Build Flag (Intents): [#6112](https://github.com/owncloud/enterprise/issues/6112)

Adds a build flag to remove app extensions from a IPA build.

https://github.com/owncloud/enterprise/issues/6112

# Changelog for ownCloud iOS Client [12.0.3] (2023-08-31)
The following sections list the changes in ownCloud iOS Client 12.0.3 relevant to
ownCloud admins and users.
Expand Down
5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/11224

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1128

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/12.1.0_2024-01-29/1274

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1283

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1292

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1293

This file was deleted.

7 changes: 0 additions & 7 deletions changelog/12.1.0_2024-01-29/1294

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1295

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1297

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1306

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/1309

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/12.1.0_2024-01-29/6112

This file was deleted.

4 changes: 0 additions & 4 deletions doc/BUILD_CUSTOMIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ Removes the following from the app:
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
-
### `REMOVE_EXTENSION_INTENTS`

Removes the Intents extension binary from the IPA after building the app with fastlane
130 changes: 49 additions & 81 deletions doc/CONFIGURATION.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@
[
{
"autoExpansion" : "none",
"category" : "Bookmarks",
"categoryTag" : "bookmarks",
"classIdentifier" : "account-settings",
"className" : "ownCloud.AccountSettingsProvider",
"description" : "The default name for the creation of new bookmarks.",
"flatIdentifier" : "account-settings.default-name",
"key" : "default-name",
"label" : "account-settings.default-name",
"status" : "supported",
"type" : "string"
},
{
"autoExpansion" : "none",
"category" : "Bookmarks",
"categoryTag" : "bookmarks",
"classIdentifier" : "account-settings",
"className" : "ownCloud.AccountSettingsProvider",
"description" : "The default URL for the creation of new bookmarks.",
"flatIdentifier" : "account-settings.default-url",
"key" : "default-url",
"label" : "account-settings.default-url",
"status" : "supported",
"type" : "string"
},
{
"autoExpansion" : "none",
"category" : "Bookmarks",
"categoryTag" : "bookmarks",
"classIdentifier" : "account-settings",
"className" : "ownCloud.AccountSettingsProvider",
"description" : "Controls whether the server URL in the text field during the creation of new bookmarks can be changed.",
"flatIdentifier" : "account-settings.url-editable",
"key" : "url-editable",
"label" : "account-settings.url-editable",
"status" : "supported",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Actions",
Expand Down Expand Up @@ -727,7 +766,6 @@
"categoryTag" : "branding",
"classIdentifier" : "branding",
"className" : "Branding",
"defaultValue" : true,
"description" : "Indicates if the user can change the server URL for the account.",
"flatIdentifier" : "branding.profile-allow-url-configuration",
"key" : "profile-allow-url-configuration",
Expand Down Expand Up @@ -872,60 +910,25 @@
"categoryTag" : "branding",
"classIdentifier" : "branding",
"className" : "Branding",
"description" : "Values to use in system-color-based themes for branded clients. Mutually exclusive with theme-definitions.",
"flatIdentifier" : "branding.theme-colors",
"key" : "theme-colors",
"label" : "Theme Colors",
"possibleKeys" : [
{
"description" : "Color to use as tint/accent color for controls (in hex notation).",
"value" : "tint-color"
},
{
"description" : "Color to use as background color for brand views (in hex notation).",
"value" : "branding-background-color"
},
{
"description" : "The status bar style in the setup wizard, affecting the status bar text color. Can be either `default`, `black` or `white`.",
"value" : "setup-status-bar-style"
},
{
"description" : "Color to fill file icons with (in hex notation).",
"value" : "file-icon-color"
},
{
"description" : "Color to fill folder icons with (in hex notation).",
"value" : "folder-icon-color"
}
],
"status" : "advanced",
"type" : "dictionary"
},
{
"autoExpansion" : "none",
"category" : "Branding",
"categoryTag" : "branding",
"classIdentifier" : "branding",
"className" : "Branding",
"description" : "CSS records to add to the CSS space of system-color-based themes for branded clients. Mutually exclusive with theme-definitions.",
"flatIdentifier" : "branding.theme-css-records",
"key" : "theme-css-records",
"label" : "Theme CSS Records",
"description" : "Array of dictionaries, each specifying a theme.",
"flatIdentifier" : "branding.theme-definitions",
"key" : "theme-definitions",
"label" : "branding.theme-definitions",
"status" : "advanced",
"type" : "stringArray"
"type" : "dictionaryArray"
},
{
"autoExpansion" : "none",
"category" : "Branding",
"categoryTag" : "branding",
"classIdentifier" : "branding",
"className" : "Branding",
"description" : "Array of dictionaries, each specifying a theme.",
"flatIdentifier" : "branding.theme-definitions",
"key" : "theme-definitions",
"label" : "branding.theme-definitions",
"description" : "Dictionary defining generic colors that can be used in the definitions.",
"flatIdentifier" : "branding.theme-generic-colors",
"key" : "theme-generic-colors",
"label" : "branding.theme-generic-colors",
"status" : "advanced",
"type" : "dictionaryArray"
"type" : "dictionary"
},
{
"autoExpansion" : "none",
Expand Down Expand Up @@ -1102,19 +1105,6 @@
"status" : "supported",
"type" : "string"
},
{
"autoExpansion" : "none",
"category" : "Build",
"categoryTag" : "build",
"classIdentifier" : "build",
"className" : "BuildOptions",
"description" : "Sets a custom version number for the app.",
"flatIdentifier" : "build.version-number",
"key" : "version-number",
"label" : "build.version-number",
"status" : "supported",
"type" : "string"
},
{
"autoExpansion" : "none",
"category" : "Connection",
Expand Down Expand Up @@ -1849,14 +1839,6 @@
"description" : "Extension with the identifier simple-apm.",
"value" : "simple-apm"
},
{
"description" : "Extension with the identifier system.dark.",
"value" : "system.dark"
},
{
"description" : "Extension with the identifier system.light.",
"value" : "system.light"
},
{
"description" : "Extension with the identifier web-finger.",
"value" : "web-finger"
Expand Down Expand Up @@ -2325,20 +2307,6 @@
"status" : "advanced",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Passcode",
"categoryTag" : "passcode",
"classIdentifier" : "passcode",
"className" : "AppLockSettings",
"defaultValue" : false,
"description" : "Controls wether the user MUST establish a passcode upon app installation, if NO device passcode protection is set.",
"flatIdentifier" : "passcode.enforced-by-device",
"key" : "enforced-by-device",
"label" : "passcode.enforced-by-device",
"status" : "advanced",
"type" : "bool"
},
{
"autoExpansion" : "none",
"category" : "Passcode",
Expand Down
Loading

0 comments on commit a54a4ee

Please sign in to comment.