Automated changelog update [skip ci]

This commit is contained in:
kobergj
2024-09-27 08:37:58 +00:00
parent 496a3e4e45
commit 2e107a7c39
+7
View File
@@ -70,6 +70,7 @@ The following sections list the changes for unreleased.
* Bugfix - Remove duplicate CSP header from responses: [#10146](https://github.com/owncloud/ocis/pull/10146)
* Bugfix - Fixed the missing folder variable: [#10150](https://github.com/owncloud/ocis/pull/10150)
* Bugfix - Fix activity limit: [#10165](https://github.com/owncloud/ocis/pull/10165)
* Bugfix - Fix email translations: [#10171](https://github.com/owncloud/ocis/pull/10171)
* Bugfix - Fix Activities translation: [#10175](https://github.com/owncloud/ocis/pull/10175)
* Enhancement - Allow to maintain the last sign-in timestamp of a user: [#9942](https://github.com/owncloud/ocis/pull/9942)
* Enhancement - Add an Activity for FileUpdated: [#10072](https://github.com/owncloud/ocis/pull/10072)
@@ -190,6 +191,12 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/10165
* Bugfix - Fix email translations: [#10171](https://github.com/owncloud/ocis/pull/10171)
Email translations would not use custom translation pathes. This is now fixed.
https://github.com/owncloud/ocis/pull/10171
* Bugfix - Fix Activities translation: [#10175](https://github.com/owncloud/ocis/pull/10175)
Fix the panic for the translation-sync in the activities service.