mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 04:49:48 -06:00
Merge pull request #8681 from owncloud/ff-stable-5.0
Forward merge stable 5.0
This commit is contained in:
5
changelog/5.0.0_2024-03-18/bump-go-122.md
Normal file
5
changelog/5.0.0_2024-03-18/bump-go-122.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Update to go 1.22
|
||||
|
||||
We have updated go to version 1.22.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8586
|
||||
@@ -1,4 +1,21 @@
|
||||
Enhancement: Update reva to 2.19.0
|
||||
Enhancement: Update reva to 2.19.2
|
||||
|
||||
We update reva to the version 2.19.2
|
||||
|
||||
* Bugfix [cs3org/reva#4557](https://github.com/cs3org/reva/pull/4557): Fix ceph build
|
||||
* Bugfix [cs3org/reva#4570](https://github.com/cs3org/reva/pull/4570): Fix sharing invite on virtual drive
|
||||
* Bugfix [cs3org/reva#4559](https://github.com/cs3org/reva/pull/4559): Fix graph drive invite
|
||||
* Bugfix [cs3org/reva#4518](https://github.com/cs3org/reva/pull/4518): Fix an error when lock/unlock a file
|
||||
* Bugfix [cs3org/reva#4566](https://github.com/cs3org/reva/pull/4566): Fix public link previews
|
||||
* Bugfix [cs3org/reva#4561](https://github.com/cs3org/reva/pull/4561): Fix Stat() by Path on re-created resource
|
||||
* Enhancement [cs3org/reva#4556](https://github.com/cs3org/reva/pull/4556): Allow tracing requests by giving util functions a context
|
||||
* Enhancement [cs3org/reva#4545](https://github.com/cs3org/reva/pull/4545): Extend service account permissions
|
||||
* Enhancement [cs3org/reva#4564](https://github.com/cs3org/reva/pull/4564): Send file locked/unlocked events
|
||||
|
||||
We update reva to the version 2.19.1
|
||||
|
||||
* Bugfix [cs3org/reva#4534](https://github.com/cs3org/reva/pull/4534): Fix remove/update share permissions
|
||||
* Bugfix [cs3org/reva#4539](https://github.com/cs3org/reva/pull/4539): Fix a typo
|
||||
|
||||
We update reva to the version 2.19.0
|
||||
|
||||
@@ -139,6 +156,7 @@ reva users. The changes are ordered by importance.
|
||||
* Enhancement [cs3org/reva#4170](https://github.com/cs3org/reva/pull/4170): Update password policies
|
||||
* Enhancement [cs3org/reva#4232](https://github.com/cs3org/reva/pull/4232): Improve error handling in utils package
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8638
|
||||
https://github.com/owncloud/ocis/pull/8519
|
||||
https://github.com/owncloud/ocis/pull/8502
|
||||
https://github.com/owncloud/ocis/pull/8340
|
||||
5
changelog/5.0.0_2024-03-18/change-presigned-key-store.md
Normal file
5
changelog/5.0.0_2024-03-18/change-presigned-key-store.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Change: change the default store for presigned keys to nats-js-kv
|
||||
|
||||
We wrapped the store service in a micro store implementation and changed the default to the built-in NATS instance.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8419
|
||||
@@ -0,0 +1,5 @@
|
||||
Bugfix: Correct the default mapping of roles
|
||||
|
||||
The default config for the OIDC role mapping was incorrect. Lightweight users are now assignable.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8639
|
||||
6
changelog/5.0.0_2024-03-18/fix-graph-invite.md
Normal file
6
changelog/5.0.0_2024-03-18/fix-graph-invite.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: Fix graph drive invite
|
||||
|
||||
We fixed the issue when sharing of personal drive is allowed via graph
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8538
|
||||
https://github.com/owncloud/ocis/issues/8494
|
||||
6
changelog/5.0.0_2024-03-18/fix-public-link-lock.md
Normal file
6
changelog/5.0.0_2024-03-18/fix-public-link-lock.md
Normal file
@@ -0,0 +1,6 @@
|
||||
Bugfix: Fix an error when lock/unlock a public shared file
|
||||
|
||||
We fixed a bug when anonymous user with viewer role in public link of a folder can lock/unlock a file inside it
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8472
|
||||
https://github.com/owncloud/ocis/issues/7785
|
||||
9
changelog/5.0.0_2024-03-18/fix-remove-update-share.md
Normal file
9
changelog/5.0.0_2024-03-18/fix-remove-update-share.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Bugfix: Fix remove/update share permissions
|
||||
|
||||
This is a workaround that should prevent removing or changing the share permissions when the file is locked.
|
||||
These limitations have to be removed after the wopi server will be able to unlock the file properly.
|
||||
These limitations are not spread on the files inside the shared folder.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/8529
|
||||
https://github.com/cs3org/reva/pull/4534
|
||||
https://github.com/owncloud/ocis/issues/8273
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user