Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Mar 31, 2022
1 parent 6b0c35d commit 2f2b26d
Showing 1 changed file with 30 additions and 19 deletions.
49 changes: 30 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

The following sections list the changes for unreleased.

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

## Summary

* Bugfix - Ensure the same data on /ocs/v?.php/config like oC10: [#3113](https://github.com/owncloud/ocis/pull/3113)
* Bugfix - Use the default server download protocol if spaces are not supported: [#3386](https://github.com/owncloud/ocis/pull/3386)
* Change - Fix keys with underscores in the config files: [#3412](https://github.com/owncloud/ocis/pull/3412)
* Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360)

## Details
Expand All @@ -23,6 +24,16 @@ The following sections list the changes for unreleased.

https://github.com/owncloud/ocis/pull/3386

* Change - Fix keys with underscores in the config files: [#3412](https://github.com/owncloud/ocis/pull/3412)

We've fixed some config keys in configuration files that previously didn't contain
underscores but should.

Please check the documentation on https://owncloud.dev for latest configuration
documentation.

https://github.com/owncloud/ocis/pull/3412

* Enhancement - Add sorting to GraphAPI users and groups: [#3360](https://github.com/owncloud/ocis/issues/3360)

The GraphAPI endpoints for users and groups support ordering now. User can be ordered by
Expand All @@ -31,28 +42,11 @@ The following sections list the changes for unreleased.
Example: https://localhost:9200/graph/v1.0/groups?$orderby=displayName asc

https://github.com/owncloud/ocis/issues/3360
# 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.18.0...v1.19.0
[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0

## Summary

Expand Down Expand Up @@ -221,6 +215,23 @@ 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 2f2b26d

Please sign in to comment.