mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-30 17:00:57 -06:00
add changelog v5.
This commit is contained in:
7
changelog/5.0.4_2024-05-13/bump-reva.md
Normal file
7
changelog/5.0.4_2024-05-13/bump-reva.md
Normal 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
|
||||
5
changelog/5.0.4_2024-05-13/fix-wopi-example.md
Normal file
5
changelog/5.0.4_2024-05-13/fix-wopi-example.md
Normal 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
|
||||
6
changelog/5.0.4_2024-05-13/nats-reconnects.md
Normal file
6
changelog/5.0.4_2024-05-13/nats-reconnects.md
Normal 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
|
||||
16
changelog/5.0.5_2024-05-22/update-web-8.0.2.md
Normal file
16
changelog/5.0.5_2024-05-22/update-web-8.0.2.md
Normal 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
|
||||
7
changelog/5.0.6_2024-07-17/fix-email-notification.md
Normal file
7
changelog/5.0.6_2024-07-17/fix-email-notification.md
Normal 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
|
||||
@@ -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
|
||||
5
changelog/5.0.6_2024-07-17/remove-revisions-cli.md
Normal file
5
changelog/5.0.6_2024-07-17/remove-revisions-cli.md
Normal 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
|
||||
6
changelog/5.0.6_2024-07-17/thumbnail-request-limit.md
Normal file
6
changelog/5.0.6_2024-07-17/thumbnail-request-limit.md
Normal 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
|
||||
20
changelog/5.0.6_2024-07-17/update-web-8.0.4.md
Normal file
20
changelog/5.0.6_2024-07-17/update-web-8.0.4.md
Normal 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
|
||||
Reference in New Issue
Block a user