Skip to content

Commit

Permalink
prepare release, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed May 8, 2022
1 parent 2389cfd commit c5b8bbc
Show file tree
Hide file tree
Showing 10 changed files with 162 additions and 401 deletions.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
Changelog for reva 2.3.1 (2022-05-08)
=======================================

The following sections list the changes in reva 2.3.1 relevant to
reva users. The changes are ordered by importance.

Summary
-------

* Fix #2827: Check permissions when deleting spaces
* Fix #2830: Correctly render response when accepting merged shares
* Fix #2831: Fix uploads to owncloudsql storage when no mtime is provided
* Enh #2833: Make status.php values configurable
* Enh #2832: Add version option for ocdav go-micro service

Details
-------

* Bugfix #2827: Check permissions when deleting spaces

Do not allow viewers and editors to delete a space (you need to be manager) Block deleting a space
via dav service (should use graph to avoid accidental deletes)

https://github.com/cs3org/reva/pull/2827

* Bugfix #2830: Correctly render response when accepting merged shares

We now only return the data for the accepted share instead of concatenating data for all
affected shares.

https://github.com/cs3org/reva/pull/2830

* Bugfix #2831: Fix uploads to owncloudsql storage when no mtime is provided

We've fixed uploads to owncloudsql storage when no mtime is provided. We now just use the
current timestamp. Previously the upload did fail.

https://github.com/cs3org/reva/pull/2831

* Enhancement #2833: Make status.php values configurable

We've added an option to set the status values for `product`, `productname`, `version`,
`versionstring` and `edition`.

https://github.com/cs3org/reva/pull/2833

* Enhancement #2832: Add version option for ocdav go-micro service

We've added an option to set a version for the ocdav go-micro registry. This enables you to set a
version queriable by from the go-micro registry.

https://github.com/cs3org/reva/pull/2832


Changelog for reva 2.3.0 (2022-05-02)
=======================================

Expand All @@ -13,6 +67,7 @@ Summary
* Fix #2285: Accept new userid idp format
* Fix #2802: Fix the resource id handling for space shares
* Fix #2800: Fix spaceid parsing in spaces trashbin API
* Fix #1846: Fix trash-bin propfind responses
* Fix #2608: Respect the tracing_service_name config variable
* Fix #2742: Use exact match in login filter
* Fix #2759: Made uid, gid claims parsing more robust in OIDC auth provider
Expand All @@ -24,6 +79,7 @@ Summary
* Fix #2572: Wait for nats server on middleware start
* Chg #2735: Avoid user enumeration
* Chg #2737: Bump go-cs3api
* Chg #2816: Merge the utility functions for space ids/references into one package
* Chg #2763: Change the oCIS and S3NG storage driver blob store layout
* Chg #2596: Remove hash from public link urls
* Chg #2785: Implement workaround for chi.RegisterMethod
Expand Down Expand Up @@ -104,6 +160,13 @@ Details

https://github.com/cs3org/reva/pull/2800

* Bugfix #1846: Fix trash-bin propfind responses

Fixed the href of the root element in trash-bin propfind responses.

https://github.com/owncloud/ocis/issues/1846
https://github.com/cs3org/reva/pull/2821

* Bugfix #2608: Respect the tracing_service_name config variable

https://github.com/cs3org/reva/pull/2608
Expand Down Expand Up @@ -178,6 +241,13 @@ Details

https://github.com/cs3org/reva/pull/2737

* Change #2816: Merge the utility functions for space ids/references into one package

Merged the utility functions regarding space ids or references into one package. Also updated
the functions to support the newly added provider id in the spaces id.

https://github.com/cs3org/reva/pull/2816

* Change #2763: Change the oCIS and S3NG storage driver blob store layout

We've optimized the oCIS and S3NG storage driver blob store layout.
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-05-04
2022-05-08
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
Loading

0 comments on commit c5b8bbc

Please sign in to comment.