1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

Automated changelog update [skip ci]

This commit is contained in:
Michal Klos 2025-04-02 14:15:40 +00:00
parent fae3d1d80d
commit 1dba647bb2

View File

@ -74,6 +74,7 @@ The following sections list the changes for unreleased.
* Bugfix - Fix migrate rebuild-jsoncs3-indexes cli: [#11145](https://github.com/owncloud/ocis/pull/11145)
* Bugfix - OCM Share Notifications: [#11162](https://github.com/owncloud/ocis/pull/11162)
* Bugfix - Fix pdf form creation: [#11163](https://github.com/owncloud/ocis/pull/11163)
* Bugfix - Fix app-auth, REST status code: [#11190](https://github.com/owncloud/ocis/pull/11190)
* Enhancement - Update Mockery to 2.52.3: [#11070](https://github.com/owncloud/ocis/pull/11070)
* Enhancement - Improve postprocessing logs: [#11108](https://github.com/owncloud/ocis/pull/11108)
* Enhancement - Improve graph space management logs: [#11115](https://github.com/owncloud/ocis/pull/11115)
@ -154,6 +155,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/11164
https://github.com/owncloud/ocis/pull/11163
* Bugfix - Fix app-auth, REST status code: [#11190](https://github.com/owncloud/ocis/pull/11190)
Now app-auth REST returns status code 404 when creating token for non-existent
user (Impersonation)
https://github.com/owncloud/ocis/issues/10815
https://github.com/owncloud/ocis/pull/11190
* Enhancement - Update Mockery to 2.52.3: [#11070](https://github.com/owncloud/ocis/pull/11070)
Without updating ocis will not build on go 1.24. This requires also updating the