add changelog v5.

This commit is contained in:
Viktor Scharf
2024-08-07 17:46:09 +02:00
parent 38a4741b12
commit fd1ff9d95f
9 changed files with 77 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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