Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed May 12, 2023
1 parent 554e109 commit 08797f7
Showing 1 changed file with 28 additions and 19 deletions.
47 changes: 28 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following sections list the changes for unreleased.
## Summary

* Bugfix - Fix the empty string givenName attribute when creating user: [#5431](https://github.com/owncloud/ocis/issues/5431)
* Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: [#6037](https://github.com/owncloud/ocis/issues/6037)
* Bugfix - Add missing response to blocked requests: [#6277](https://github.com/owncloud/ocis/pull/6277)
* Enhancement - Add specific result to antivirus for debugging: [#6265](https://github.com/owncloud/ocis/pull/6265)
* Enhancement - Add Store to `postprocessing`: [#6281](https://github.com/owncloud/ocis/pull/6281)
Expand All @@ -20,6 +21,14 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/issues/5431
https://github.com/owncloud/ocis/pull/6259

* Bugfix - Fix the wrong status code when appRoleAssignments is forbidden: [#6037](https://github.com/owncloud/ocis/issues/6037)

Fix the wrong status code when appRoleAssignments is forbidden in the
CreateAppRoleAssignment and DeleteAppRoleAssignment methods.

https://github.com/owncloud/ocis/issues/6037
https://github.com/owncloud/ocis/pull/6276

* Bugfix - Add missing response to blocked requests: [#6277](https://github.com/owncloud/ocis/pull/6277)

We added the missing response body to requests which were blocked by the policy engine.
Expand Down Expand Up @@ -3483,7 +3492,7 @@ The following sections list the changes for 2.0.0.

The following sections list the changes for 1.20.0.

[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0
[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0

## Summary

Expand Down Expand Up @@ -3651,11 +3660,28 @@ The following sections list the changes for 1.20.0.
Group member remove

https://github.com/owncloud/ocis/pull/3467
# Changelog for [1.19.1] (2022-03-29)

The following sections list the changes for 1.19.1.

[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1

## Summary

* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)

## Details

* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)

URLs for Special items (space image, readme) were broken.

https://github.com/owncloud/ocis/pull/3419
# Changelog for [1.19.0] (2022-03-29)

The following sections list the changes for 1.19.0.

[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0
[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0

## Summary

Expand Down Expand Up @@ -3824,23 +3850,6 @@ The following sections list the changes for 1.19.0.
https://github.com/owncloud/ocis/pull/3291
https://github.com/owncloud/ocis/pull/3375
https://github.com/owncloud/web/releases/tag/v5.3.0
# Changelog for [1.19.1] (2022-03-29)

The following sections list the changes for 1.19.1.

[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1

## Summary

* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)

## Details

* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419)

URLs for Special items (space image, readme) were broken.

https://github.com/owncloud/ocis/pull/3419
# Changelog for [1.18.0] (2022-03-03)

The following sections list the changes for 1.18.0.
Expand Down

0 comments on commit 08797f7

Please sign in to comment.