Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jul 7, 2023
1 parent c8bf344 commit 49bb358
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following sections list the changes for unreleased.

* Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515)
* Bugfix - Handle the bad request status: [#6469](https://github.com/owncloud/ocis/pull/6469)
* Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605)
* Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528)
* Enhancement - Add more metadata to the remote item: [#6300](https://github.com/owncloud/ocis/pull/6300)
* Enhancement - Make the app provider service name configurable: [#6482](https://github.com/owncloud/ocis/pull/6482)
Expand Down Expand Up @@ -41,6 +42,15 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/6469
https://github.com/cs3org/reva/pull/3948

* Bugfix - Fix the oidc role assigner: [#6605](https://github.com/owncloud/ocis/pull/6605)

The update role method did not allow to set a role when the user already has two roles. This makes
no sense as the user is supposed to have only one and the update will fix that. We still log an error
level log to make the admin aware of that.

https://github.com/owncloud/ocis/pull/6605
https://github.com/owncloud/ocis/pull/6618

* Enhancement - Add permissions to report: [#6528](https://github.com/owncloud/ocis/pull/6528)

The webdav REPORT endpoint only returned permissions for personal spaces and shares. Now also
Expand Down

0 comments on commit 49bb358

Please sign in to comment.