Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kobergj committed May 22, 2023
1 parent bf2103d commit 2dfb20b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -92,13 +94,26 @@ 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
fields

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
Expand Down

0 comments on commit 2dfb20b

Please sign in to comment.