Skip to content

Commit 952b4a8

Browse files
hosygithub-actions[bot]
authored andcommitted
Calens changelog updated
1 parent 83f2930 commit 952b4a8

File tree

1 file changed

+115
-0
lines changed

1 file changed

+115
-0
lines changed

CHANGELOG.md

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,118 @@
1+
Changelog for ownCloud iOS Client [12.0.0] (2023-06-12)
2+
=======================================
3+
The following sections list the changes in ownCloud iOS Client 12.0.0 relevant to
4+
ownCloud admins and users.
5+
6+
[12.0.0]: https://github.com/owncloud/ios-app/compare/milestone/11.11.1...milestone/12.0.0
7+
8+
Summary
9+
-------
10+
11+
* Change - Spaces/Drives / Graph API support: [#92](https://github.com/owncloud/ios-sdk/pull/92)
12+
* Change - Gridview implementation: [#744](https://github.com/owncloud/ios-app/issues/744)
13+
* Change - App Provider support: [#1127](https://github.com/owncloud/ios-app/issues/1127)
14+
* Change - New Navigation: [#1162](https://github.com/owncloud/ios-app/pull/1162)
15+
* Change - Postbuild Settings: [#1179](https://github.com/owncloud/ios-app/pull/1179)
16+
* Change - CSS theming: [#1194](https://github.com/owncloud/ios-app/pull/1194)
17+
* Change - Support saving folder searches: [#1205](https://github.com/owncloud/ios-app/pull/1205)
18+
* Change - Unified Onboarding and Account Setup: [#1208](https://github.com/owncloud/ios-app/pull/1208)
19+
* Change - New sharing UI with role support: [#4848](https://github.com/owncloud/ocis/issues/4848#issuecomment-1283678879)
20+
* Change - Support Webfinger based lookup server: [#4849](https://github.com/owncloud/enterprise/issues/4849)
21+
* Change - Added new build flag: [#5290](https://github.com/owncloud/enterprise/issues/5290)
22+
* Change - Disallow Extensions via MDM: [#5308](https://github.com/owncloud/enterprise/issues/5308)
23+
* Change - Disable access to File Provider via MDM: [#5371](https://github.com/owncloud/enterprise/issues/5371)
24+
* Change - Dynamic Instance Logo: [#5505](https://github.com/owncloud/enterprise/issues/5505)
25+
26+
Details
27+
-------
28+
29+
* Change - Spaces/Drives / Graph API support: [#92](https://github.com/owncloud/ios-sdk/pull/92)
30+
31+
Adds support for spaces/drives / Graph API.
32+
33+
https://github.com/owncloud/ios-sdk/pull/92
34+
35+
* Change - Gridview implementation: [#744](https://github.com/owncloud/ios-app/issues/744)
36+
37+
Implements a dynamically adapting grid layout used for item grid view.
38+
39+
https://github.com/owncloud/ios-app/issues/744
40+
41+
* Change - App Provider support: [#1127](https://github.com/owncloud/ios-app/issues/1127)
42+
43+
Create and edit new documents through app providers on servers that support them.
44+
45+
https://github.com/owncloud/ios-app/issues/1127
46+
47+
* Change - New Navigation: [#1162](https://github.com/owncloud/ios-app/pull/1162)
48+
49+
Navigate via the new sidebar, breadcrumbs and browser controls.
50+
51+
https://github.com/owncloud/ios-app/pull/1162
52+
53+
* Change - Postbuild Settings: [#1179](https://github.com/owncloud/ios-app/pull/1179)
54+
55+
Postbuild settings allow modification of branding and class settings via URL scheme,
56+
allowing to quickly iterate during development without the need to rebuild the app.
57+
58+
https://github.com/owncloud/ios-app/pull/1179
59+
60+
* Change - CSS theming: [#1194](https://github.com/owncloud/ios-app/pull/1194)
61+
62+
ThemeCSS brings CSS-style styling to the UIViewController/UIView tree, by allowing to
63+
attach CSS-style selectors to them via new cssSelector and cssSelectors properties.
64+
65+
https://github.com/owncloud/ios-app/pull/1194
66+
67+
* Change - Support saving folder searches: [#1205](https://github.com/owncloud/ios-app/pull/1205)
68+
69+
Support for saving folder-scoped searches
70+
71+
https://github.com/owncloud/ios-app/pull/1205
72+
73+
* Change - Unified Onboarding and Account Setup: [#1208](https://github.com/owncloud/ios-app/pull/1208)
74+
75+
Migrated the branded onboarding process into the vanilla add account view.
76+
77+
https://github.com/owncloud/ios-app/pull/1208
78+
79+
* Change - New sharing UI with role support: [#4848](https://github.com/owncloud/ocis/issues/4848#issuecomment-1283678879)
80+
81+
New sharing UI with support for share roles and a modern layout.
82+
83+
https://github.com/owncloud/ocis/issues/4848#issuecomment-1283678879
84+
85+
* Change - Support Webfinger based lookup server: [#4849](https://github.com/owncloud/enterprise/issues/4849)
86+
87+
Allows using webfinger or a lookup table to locate and use an alternative server based on the
88+
user name.
89+
90+
https://github.com/owncloud/enterprise/issues/4849
91+
92+
* Change - Added new build flag: [#5290](https://github.com/owncloud/enterprise/issues/5290)
93+
94+
Add DISABLE_PLAIN_HTTP build flag
95+
96+
https://github.com/owncloud/enterprise/issues/5290
97+
98+
* Change - Disallow Extensions via MDM: [#5308](https://github.com/owncloud/enterprise/issues/5308)
99+
100+
Add option to disallow extensions, show action for unviewable filetypes
101+
102+
https://github.com/owncloud/enterprise/issues/5308
103+
104+
* Change - Disable access to File Provider via MDM: [#5371](https://github.com/owncloud/enterprise/issues/5371)
105+
106+
Adds a new MDM option fileprovider.browseable
107+
108+
https://github.com/owncloud/enterprise/issues/5371
109+
110+
* Change - Dynamic Instance Logo: [#5505](https://github.com/owncloud/enterprise/issues/5505)
111+
112+
Use the instance logo as account avatar logo.
113+
114+
https://github.com/owncloud/enterprise/issues/5505
115+
1116
Changelog for ownCloud iOS Client [11.11.1] (2022-10-30)
2117
=======================================
3118
The following sections list the changes in ownCloud iOS Client 11.11.1 relevant to

0 commit comments

Comments
 (0)