Skip to content

Commit

Permalink
Add changelog item for deprecated config options (#11256)
Browse files Browse the repository at this point in the history
* Add changelog item for deprecated config options

---------

Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
  • Loading branch information
AlexAndBear and kulmann authored Jul 23, 2024
1 parent 0ba86b9 commit 5a9854e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 5 deletions.
41 changes: 41 additions & 0 deletions changelog/unreleased/change-remove-deprecated-config-options
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Change: Removal of Deprecated Config Options

BREAKING CHANGE for developers and administrators:
The following configuration options have been removed to simplify the configuration process for administrators and improve the overall manageability of the project,
as they were either not used anymore or only relevant for CI testing:

- `options.ocm.openRemotely`
- `options.openLinksWithDefaultApp`
- `options.upload.xhr.timeout`
- `options.routing.idBased`
- `options.routing.fullShareOwnerPaths`
- `options.hoverableQuickActions`
- `options.sidebar.exif.showLocation`
- `options.sidebar.shares.showAllOnLoad`
- `options.sharingRecipientsPerPage`
- `options.displayThumbnails`
- `options.disablePreviews`
- `options.previewFileMimeType`
- `options.topCenterNotifications`
- `options.displayResourcesLazy`

https://github.com/owncloud/web/pull/11251
https://github.com/owncloud/web/issues/11212
https://github.com/owncloud/web/pull/11249
https://github.com/owncloud/web/issues/11219
https://github.com/owncloud/web/pull/11240
https://github.com/owncloud/web/issues/11216
https://github.com/owncloud/web/pull/11238
https://github.com/owncloud/web/issues/11218
https://github.com/owncloud/web/pull/11229
https://github.com/owncloud/web/issues/11217
https://github.com/owncloud/web/pull/11228
https://github.com/owncloud/web/issues/11211
https://github.com/owncloud/web/pull/11226
https://github.com/owncloud/web/issues/11213
https://github.com/owncloud/web/pull/11224
https://github.com/owncloud/web/issues/11215
https://github.com/owncloud/web/pull/11223
https://github.com/owncloud/web/issues/11214
https://github.com/owncloud/web/pull/11209
https://github.com/owncloud/web/issues/11207
5 changes: 0 additions & 5 deletions tests/drone/config-ocis.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
"response_type": "code",
"scope": "openid profile email"
},
"options": {
"routing": {
"idBased": false
}
},
"apps": ["files", "text-editor", "preview", "pdf-viewer", "search", "admin-settings"]
}

0 comments on commit 5a9854e

Please sign in to comment.