mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 21:30:07 -06:00
Automated changelog update [skip ci]
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix - Remove runtime kill and run commands: [#3740](https://github.com/owncloud/ocis/pull/3740)
|
||||
* Bugfix - Check permissions when deleting Space: [#3709](https://github.com/owncloud/ocis/pull/3709)
|
||||
* Bugfix - Make IDP secrets configurable via environment variables: [#3744](https://github.com/owncloud/ocis/pull/3744)
|
||||
* Bugfix - Thumbnails for `/dav/xxx?preview=1` requests: [#3567](https://github.com/owncloud/ocis/pull/3567)
|
||||
@@ -34,6 +35,17 @@ The following sections list the changes for unreleased.
|
||||
|
||||
## Details
|
||||
|
||||
* Bugfix - Remove runtime kill and run commands: [#3740](https://github.com/owncloud/ocis/pull/3740)
|
||||
|
||||
We've removed the kill and run commands from the oCIS runtime. If these dynamic capabilities
|
||||
are needed, one should switch to a full fledged supervisor and start oCIS as individual
|
||||
services.
|
||||
|
||||
If one wants to start a only a subset of services, this is still possible by setting
|
||||
OCIS_RUN_EXTENSIONS.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3740
|
||||
|
||||
* Bugfix - Check permissions when deleting Space: [#3709](https://github.com/owncloud/ocis/pull/3709)
|
||||
|
||||
Check for manager permissions when deleting spaces. Do not allow deleting spaces via dav
|
||||
|
||||
Reference in New Issue
Block a user