Automated changelog update [skip ci]
This commit is contained in:
+33
-24
@@ -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 - 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)
|
* 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)
|
* Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22)
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
@@ -27,6 +28,14 @@ The following sections list the changes in ocis-glauth unreleased.
|
|||||||
https://github.com/owncloud/ocis-glauth/pull/24
|
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)
|
* Enhancement - Implement group queries: [#22](https://github.com/owncloud/ocis-glauth/issues/22)
|
||||||
|
|
||||||
Refactored the handler and implemented group queries.
|
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.
|
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
|
## 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
|
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)
|
# Changelog for [0.2.0] (2020-03-17)
|
||||||
|
|
||||||
The following sections list the changes in ocis-glauth 0.2.0.
|
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
|
## 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
|
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)
|
# Changelog for [0.1.0] (2020-02-28)
|
||||||
|
|
||||||
The following sections list the changes in ocis-glauth 0.1.0.
|
The following sections list the changes in ocis-glauth 0.1.0.
|
||||||
|
|||||||
Reference in New Issue
Block a user