Skip to content

Commit

Permalink
release-2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Feb 29, 2024
1 parent 3197f32 commit 3d87c0f
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 356 deletions.
72 changes: 51 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
Changelog for reva 2.19.1 (2024-02-29)
=======================================

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

Summary
-------

* Fix #4534: Fix remove/update share permissions
* Fix #4539: Fix a typo

Details
-------

* Bugfix #4534: 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/issues/8273
https://github.com/cs3org/reva/pull/4534

* Bugfix #4539: Fix a typo

We fixed a typo

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

Changelog for reva 2.19.0 (2024-02-22)
=======================================

Expand Down Expand Up @@ -4219,27 +4249,6 @@ Details

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

Changelog for reva 2.4.1 (2022-05-24)
=======================================

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

Summary
-------

* Fix #2891: Add missing http status code

Details
-------

* Bugfix #2891: Add missing http status code

This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
pass it through.

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

Changelog for reva 2.4.0 (2022-05-24)
=======================================

Expand Down Expand Up @@ -4383,6 +4392,27 @@ Details

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

Changelog for reva 2.4.1 (2022-05-24)
=======================================

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

Summary
-------

* Fix #2891: Add missing http status code

Details
-------

* Bugfix #2891: Add missing http status code

This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to
pass it through.

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

Changelog for reva 2.3.1 (2022-05-08)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_DATE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-02-22
2024-02-29
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.19.0
2.19.1
File renamed without changes.
Loading

0 comments on commit 3d87c0f

Please sign in to comment.