Skip to content

Commit

Permalink
release-2.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Oct 28, 2024
1 parent 4188019 commit 4a0faec
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 110 deletions.
118 changes: 69 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Changelog for reva 2.26.2 (2024-10-28)
=======================================

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

Summary
-------

* Fix #4902: Fix quota calculation

Details
-------

* Bugfix #4902: Fix quota calculation

Quota would show "exceeded" when remaining quota was 0 because total was 0.

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

Changelog for reva 2.26.1 (2024-10-25)
=======================================

Expand Down Expand Up @@ -4934,34 +4954,6 @@ Details

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

Changelog for reva 2.7.1 (2022-07-15)
=======================================

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

Summary
-------

* Fix #3080: Make dataproviders return more headers
* Enh #3046: Add user filter

Details
-------

* Bugfix #3080: Make dataproviders return more headers

Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
necessary metadata information as headers.

https://github.com/owncloud/reva/issues/3080

* Enhancement #3046: Add user filter

This PR adds the ability to filter spaces by user-id

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

Changelog for reva 2.7.0 (2022-07-15)
=======================================

Expand Down Expand Up @@ -5094,6 +5086,34 @@ Details
https://github.com/owncloud/ocis/issues/3073
https://github.com/cs3org/reva/pull/2977

Changelog for reva 2.7.1 (2022-07-15)
=======================================

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

Summary
-------

* Fix #3080: Make dataproviders return more headers
* Enh #3046: Add user filter

Details
-------

* Bugfix #3080: Make dataproviders return more headers

Instead of ocdav doing an additional Stat request we now rely on the dataprovider to return the
necessary metadata information as headers.

https://github.com/owncloud/reva/issues/3080

* Enhancement #3046: Add user filter

This PR adds the ability to filter spaces by user-id

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

Changelog for reva 2.6.1 (2022-06-27)
=======================================

Expand Down Expand Up @@ -5461,27 +5481,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 @@ -5625,6 +5624,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-10-25
2024-10-28
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.26.1
2.26.2
12 changes: 6 additions & 6 deletions changelog/NOTE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Changelog for reva 2.26.1 (2024-10-25)
Changelog for reva 2.26.2 (2024-10-28)
=======================================

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

Summary
-------

* Enh #4897: Fix remaining quota calculation
* Fix #4902: Fix quota calculation

Details
-------

* Enhancement #4897: Fix remaining quota calculation
* Bugfix #4902: Fix quota calculation

Remaining quota should only be total - used and not take disk space into account.
Quota would show "exceeded" when remaining quota was 0 because total was 0.

https://github.com/cs3org/reva/pull/4897
https://github.com/cs3org/reva/pull/4902

29 changes: 29 additions & 0 deletions docs/content/en/docs/changelog/2.26.2/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

---
title: "v2.26.2"
linkTitle: "v2.26.2"
weight: 40
description: >
Changelog for Reva v2.26.2 (2024-10-28)
---

Changelog for reva 2.26.2 (2024-10-28)
=======================================

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

Summary
-------

* Fix #4902: Fix quota calculation

Details
-------

* Bugfix #4902: Fix quota calculation

Quota would show "exceeded" when remaining quota was 0 because total was 0.

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

Loading

0 comments on commit 4a0faec

Please sign in to comment.