diff --git a/CHANGELOG.md b/CHANGELOG.md index 84268ae9e2..ae41fb9990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ The following sections list the changes for unreleased. * Bugfix - Update the default admin role: [#6310](https://github.com/owncloud/ocis/pull/6310) * Enhancement - Add specific result to antivirus for debugging: [#6265](https://github.com/owncloud/ocis/pull/6265) * Enhancement - Update Reva to 2.13.3: [#6305](https://github.com/owncloud/ocis/pull/6305) +* Enhancement - Default LDAP write to true: [#6362](https://github.com/owncloud/ocis/pull/6362) * Enhancement - Graph user capabilities: [#6339](https://github.com/owncloud/ocis/pull/6339) +* Enhancement - Configurable ID Cache: [#6353](https://github.com/owncloud/ocis/pull/6353) * Enhancement - Add Store to `postprocessing`: [#6281](https://github.com/owncloud/ocis/pull/6281) * Enhancement - Remove quota from share jails api responses: [#6309](https://github.com/owncloud/ocis/pull/6309) @@ -92,6 +94,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6305 https://github.com/owncloud/ocis/pull/6339 +* Enhancement - Default LDAP write to true: [#6362](https://github.com/owncloud/ocis/pull/6362) + + Default `OCIS_LDAP_SERVER_WRITE_ENABLED` to true + + https://github.com/owncloud/ocis/pull/6362 + * Enhancement - Graph user capabilities: [#6339](https://github.com/owncloud/ocis/pull/6339) Adds capablities to show if users are writeable in LDAP so clients can block their specific @@ -99,6 +107,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6339 +* Enhancement - Configurable ID Cache: [#6353](https://github.com/owncloud/ocis/pull/6353) + + Makes the integrated idcache (used to reduce reads from disc) configurable with the general + cache envvars + + https://github.com/owncloud/ocis/pull/6353 + * Enhancement - Add Store to `postprocessing`: [#6281](https://github.com/owncloud/ocis/pull/6281) Add a gomicro store for the postprocessing service. Needed to run multiple postprocessing