diff --git a/changelog/5.0.4_2024-05-13/bump-reva.md b/changelog/5.0.4_2024-05-13/bump-reva.md new file mode 100644 index 000000000..6395ca5f4 --- /dev/null +++ b/changelog/5.0.4_2024-05-13/bump-reva.md @@ -0,0 +1,7 @@ +Bugfix: Update reva to v2.19.7 + +We updated reva to v2.19.7 + +* Enhancement [cs3org/reva#4673](https://github.com/cs3org/reva/pull/4673): Add virus filter to list uploads sessions + +https://github.com/owncloud/ocis/pull/9011 \ No newline at end of file diff --git a/changelog/5.0.4_2024-05-13/fix-wopi-example.md b/changelog/5.0.4_2024-05-13/fix-wopi-example.md new file mode 100644 index 000000000..de1624a80 --- /dev/null +++ b/changelog/5.0.4_2024-05-13/fix-wopi-example.md @@ -0,0 +1,5 @@ +Bugfix: Service startup of WOPI example + +We fixed a bug in the service startup of the appprovider-onlyoffice in the ocis_wopi deployment example. + +https://github.com/owncloud/ocis/pull/9127 diff --git a/changelog/5.0.4_2024-05-13/nats-reconnects.md b/changelog/5.0.4_2024-05-13/nats-reconnects.md new file mode 100644 index 000000000..cb5793233 --- /dev/null +++ b/changelog/5.0.4_2024-05-13/nats-reconnects.md @@ -0,0 +1,6 @@ +Bugfix: Nats reconnects + +We fixed the reconnect handling of the natjs kv registry. + +https://github.com/owncloud/ocis/pull/9139 +https://github.com/owncloud/ocis/pull/8880 \ No newline at end of file diff --git a/changelog/5.0.5_2024-05-22/update-web-8.0.2.md b/changelog/5.0.5_2024-05-22/update-web-8.0.2.md new file mode 100644 index 000000000..65c69180a --- /dev/null +++ b/changelog/5.0.5_2024-05-22/update-web-8.0.2.md @@ -0,0 +1,16 @@ +Enhancement: Update web to v8.0.2 + +Tags: web + +We updated ownCloud Web to v8.0.2. Please refer to the changelog (linked) for details on the web release. + +* Bugfix [owncloud/web#10515](https://github.com/owncloud/web/issues/10515): Folder replace +* Bugfix [owncloud/web#10598](https://github.com/owncloud/web/issues/10598): Hidden right sidebar on small screens +* Bugfix [owncloud/web#10634](https://github.com/owncloud/web/issues/10634): Scope loss when showing search results +* Bugfix [owncloud/web#10657](https://github.com/owncloud/web/issues/10657): Theme loading without matching theme +* Bugfix [owncloud/web#10763](https://github.com/owncloud/web/pull/10763): Flickering loading indicator +* Bugfix [owncloud/web#10810](https://github.com/owncloud/web/issues/10810): Download files with special chars in name +* Bugfix [owncloud/web#10881](https://github.com/owncloud/web/pull/10881): IDP logout issues + +https://github.com/owncloud/ocis/pull/9153 +https://github.com/owncloud/web/releases/tag/v8.0.2 \ No newline at end of file diff --git a/changelog/5.0.6_2024-07-17/fix-email-notification.md b/changelog/5.0.6_2024-07-17/fix-email-notification.md new file mode 100644 index 000000000..c77bd9782 --- /dev/null +++ b/changelog/5.0.6_2024-07-17/fix-email-notification.md @@ -0,0 +1,7 @@ +Bugfix: Fix the email notification service + +We fixed an error in the notification service that caused the email notification to fail when the user's display name contained special characters. + + +https://github.com/owncloud/ocis/pull/9514 +https://github.com/owncloud/ocis/issues/9402 \ No newline at end of file diff --git a/changelog/5.0.6_2024-07-17/harden-postprocessing-restart.md b/changelog/5.0.6_2024-07-17/harden-postprocessing-restart.md new file mode 100644 index 000000000..b4320a105 --- /dev/null +++ b/changelog/5.0.6_2024-07-17/harden-postprocessing-restart.md @@ -0,0 +1,5 @@ +Bugfix: Allow all uploads to restart + +On postprocessing-restart, allow all uploads to restart even if one fails. + +https://github.com/owncloud/ocis/pull/9506 diff --git a/changelog/5.0.6_2024-07-17/remove-revisions-cli.md b/changelog/5.0.6_2024-07-17/remove-revisions-cli.md new file mode 100644 index 000000000..6ddb14b94 --- /dev/null +++ b/changelog/5.0.6_2024-07-17/remove-revisions-cli.md @@ -0,0 +1,5 @@ +Enhancement: Add cli to purge revisions + +Adds a cli that allows removing all revisions for a storage-provider. + +https://github.com/owncloud/ocis/pull/9497 \ No newline at end of file diff --git a/changelog/5.0.6_2024-07-17/thumbnail-request-limit.md b/changelog/5.0.6_2024-07-17/thumbnail-request-limit.md new file mode 100644 index 000000000..e15c2dd6f --- /dev/null +++ b/changelog/5.0.6_2024-07-17/thumbnail-request-limit.md @@ -0,0 +1,6 @@ +Enhancement: Limit concurrent thumbnail requests + +The number of concurrent requests to the thumbnail service can be limited now +to have more control over the consumed system resources. + +https://github.com/owncloud/ocis/pull/9199 \ No newline at end of file diff --git a/changelog/5.0.6_2024-07-17/update-web-8.0.4.md b/changelog/5.0.6_2024-07-17/update-web-8.0.4.md new file mode 100644 index 000000000..44408176d --- /dev/null +++ b/changelog/5.0.6_2024-07-17/update-web-8.0.4.md @@ -0,0 +1,20 @@ +Enhancement: Update web to v8.0.4 + +Tags: web + +We updated ownCloud Web to v8.0.4. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#10814](https://github.com/owncloud/web/issues/10814): Vertical scroll for OcModal on small screens +- Bugfix [owncloud/web#10918](https://github.com/owncloud/web/issues/10918): Resource deselection on right-click +- Bugfix [owncloud/web#10920](https://github.com/owncloud/web/pull/10920): Resources with name consist of number won't show up in trash bin +- Bugfix [owncloud/web#10941](https://github.com/owncloud/web/issues/10941): Space not updating on navigation +- Bugfix [owncloud/web#11063](https://github.com/owncloud/web/issues/11063): Enforce shortcut URL protocol +- Bugfix [owncloud/web#11092](https://github.com/owncloud/web/issues/11092): Browser confirmation dialog after closing editor +- Bugfix [owncloud/web#11091](https://github.com/owncloud/web/issues/11091): Button focus when closing editor +- Bugfix [owncloud/web#10942](https://github.com/owncloud/web/issues/10942): Keyboard navigation breaking +- Bugfix [owncloud/web#11086](https://github.com/owncloud/web/pull/11086): Opening public links with an expired token + +https://github.com/owncloud/ocis/pull/9429 +https://github.com/owncloud/ocis/pull/9510 +https://github.com/owncloud/web/releases/tag/v8.0.3 +https://github.com/owncloud/web/releases/tag/v8.0.4 \ No newline at end of file