Merge pull request #7855 from owncloud/release-5.0.0-alpha.4

chore: prepare release v5.0.0-alpha.4
This commit is contained in:
Michael Barz
2023-12-05 14:15:48 +01:00
committed by GitHub
68 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +0,0 @@
Enhancement: Add banned password list to the default deployments
We add banned password list to the default deployments
https://github.com/owncloud/ocis/pull/7784
https://github.com/owncloud/ocis/issues/7724

View File

@@ -1,6 +0,0 @@
Enhancement: Default link permission config
A new config for default link permissions that is being announced via capabilities has been added. It defaults to 1 (= public link with viewer permissions).
https://github.com/owncloud/ocis/pull/7783
https://github.com/owncloud/web/issues/9919

View File

@@ -1,8 +0,0 @@
Enhancement: Add user filter startswith and contains
We add two new filters to the user list endpoint. The `startswith` filter allows to
filter users by the beginning of their name. The `contains` filter allows to
filter users by a substring of their name.
https://github.com/owncloud/ocis/pull/7739
https://github.com/owncloud/ocis/issues/5486

View File

@@ -1,5 +0,0 @@
Enhancement: Update to go 1.21
We updated to go 1.21.
https://github.com/owncloud/ocis/pull/7794

View File

@@ -1,6 +0,0 @@
Enhancement: Add Sharing NG list permissions endpoint
We've added a new sharing ng endpoint which lists all permissions for a given item.
https://github.com/owncloud/ocis/pull/7805
https://github.com/owncloud/ocis/issues/6993

View File

@@ -1,6 +0,0 @@
Bugfix: fix wrong compile date
We fixed that current date is always printed.
https://github.com/owncloud/ocis/pull/6132
https://github.com/owncloud/ocis/issues/6124

View File

@@ -1,10 +0,0 @@
Bugfix: Disable DEPTH infinity in PROPFIND
We fixed the Disabled DEPTH infinity in PROPFIND for:
Personal /remote.php/dav/files/admin
Public link share /remote.php/dav/public-files/<token>
Trashbin /remote.php/dav/spaces/trash-bin/<personal-space-id>
https://github.com/owncloud/ocis/pull/7746
https://github.com/cs3org/reva/pull/4278
https://github.com/owncloud/ocis/issues/7359

View File

@@ -1,5 +0,0 @@
Bugfix: Fix search service start
The `search` service would sometimes not start correctly because config values are overwritten by default configuration.
https://github.com/owncloud/ocis/pull/7795