From 092e8cdc34a28028b2e7dd16ad2f26cde0c63dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 24 Jul 2020 11:25:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 57 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08c8bc8c..c57a449a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The following sections list the changes in ocis-glauth unreleased. * Bugfix - Ignore case when comparing objectclass values: [#26](https://github.com/owncloud/ocis-glauth/pull/26) * Bugfix - Build docker images with alpine:latest instead of alpine:edge: [#24](https://github.com/owncloud/ocis-glauth/pull/24) +* Enhancement - Handle ownCloudUUID attribute: [#27](https://github.com/owncloud/ocis-glauth/pull/27) * Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22) ## Details @@ -27,6 +28,14 @@ The following sections list the changes in ocis-glauth unreleased. https://github.com/owncloud/ocis-glauth/pull/24 +* Enhancement - Handle ownCloudUUID attribute: [#27](https://github.com/owncloud/ocis-glauth/pull/27) + + Clients can now query an accounts immutable id by using the [new `ownCloudUUID` + attribute](https://github.com/butonic/owncloud-ldap-schema/blob/master/owncloud.schema#L28-L34). + + https://github.com/owncloud/ocis-glauth/pull/27 + + * Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22) Refactored the handler and implemented group queries. @@ -37,7 +46,7 @@ The following sections list the changes in ocis-glauth unreleased. The following sections list the changes in ocis-glauth 0.4.0. -[0.4.0]: https://github.com/owncloud/ocis-glauth/compare/v0.3.0...v0.4.0 +[0.4.0]: https://github.com/owncloud/ocis-glauth/compare/v0.2.0...v0.4.0 ## Summary @@ -77,33 +86,11 @@ The following sections list the changes in ocis-glauth 0.4.0. https://github.com/owncloud/ocis-glauth/pull/12 -# Changelog for [0.3.0] (2020-03-17) - -The following sections list the changes in ocis-glauth 0.3.0. - -[0.3.0]: https://github.com/owncloud/ocis-glauth/compare/v0.2.0...v0.3.0 - -## Summary - -* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) - -## Details - -* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) - - Demo users like admin, demo and test don't allow you to tell a story. Which is why we changed the - set of hard coded demo users to `einstein`, `marie` and `feynman`. You should know who they are. - This also changes the ldap domain from `dc=owncloud,dc=com` to `dc=example,dc=org` because - that is what these users use as their email domain. There are also `konnectd` and `reva` for - technical purposes, eg. to allow konnectd and reva to bind to glauth. - - https://github.com/owncloud/ocis-glauth/issues/5 - # Changelog for [0.2.0] (2020-03-17) The following sections list the changes in ocis-glauth 0.2.0. -[0.2.0]: https://github.com/owncloud/ocis-glauth/compare/v0.1.0...v0.2.0 +[0.2.0]: https://github.com/owncloud/ocis-glauth/compare/v0.3.0...v0.2.0 ## Summary @@ -121,6 +108,28 @@ The following sections list the changes in ocis-glauth 0.2.0. https://github.com/owncloud/ocis-glauth/pull/6 +# Changelog for [0.3.0] (2020-03-17) + +The following sections list the changes in ocis-glauth 0.3.0. + +[0.3.0]: https://github.com/owncloud/ocis-glauth/compare/v0.1.0...v0.3.0 + +## Summary + +* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) + +## Details + +* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) + + Demo users like admin, demo and test don't allow you to tell a story. Which is why we changed the + set of hard coded demo users to `einstein`, `marie` and `feynman`. You should know who they are. + This also changes the ldap domain from `dc=owncloud,dc=com` to `dc=example,dc=org` because + that is what these users use as their email domain. There are also `konnectd` and `reva` for + technical purposes, eg. to allow konnectd and reva to bind to glauth. + + https://github.com/owncloud/ocis-glauth/issues/5 + # Changelog for [0.1.0] (2020-02-28) The following sections list the changes in ocis-glauth 0.1.0.