mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-13 04:37:46 -04:00
Automated changelog update [skip ci]
This commit is contained in:
34
CHANGELOG.md
34
CHANGELOG.md
@@ -6,10 +6,30 @@ The following sections list the changes in ocis-reva unreleased.
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis-reva/pull/399)
|
||||
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis-reva/pull/384)
|
||||
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis-reva/pull/399)
|
||||
|
||||
## Details
|
||||
|
||||
* Bugfix - Update LDAP filters: [#399](https://github.com/owncloud/ocis-reva/pull/399)
|
||||
|
||||
With the separation of use and find filters we can now use a filter that taken into account a users
|
||||
uuid as well as his username. This is necessary to make sharing work with the new account service
|
||||
which assigns accounts an immutable account id that is different from the username.
|
||||
Furthermore, the separate find filters now allows searching users by their displayname or
|
||||
email as well.
|
||||
|
||||
``` userfilter =
|
||||
"(&(objectclass=posixAccount)(|(ownclouduuid={{.OpaqueId}})(cn={{.OpaqueId}})))"
|
||||
findfilter =
|
||||
"(&(objectclass=posixAccount)(|(cn={{query}}*)(displayname={{query}}*)(mail={{query}}*)))"
|
||||
```
|
||||
|
||||
https://github.com/owncloud/ocis-reva/pull/399
|
||||
https://github.com/cs3org/reva/pull/996
|
||||
|
||||
|
||||
* Enhancement - Update storage documentation: [#384](https://github.com/owncloud/ocis-reva/pull/384)
|
||||
|
||||
We added details to the documentation about storage requirements known from ownCloud 10, the
|
||||
@@ -18,6 +38,20 @@ The following sections list the changes in ocis-reva unreleased.
|
||||
https://github.com/owncloud/ocis-reva/pull/384
|
||||
https://github.com/owncloud/ocis-reva/pull/390
|
||||
|
||||
|
||||
* Enhancement - Update reva to v0.1.1-0.20200724135750-b46288b375d6: [#399](https://github.com/owncloud/ocis-reva/pull/399)
|
||||
|
||||
- Update reva to v0.1.1-0.20200724135750-b46288b375d6 - Split LDAP user filters
|
||||
(reva/#996) - meshdirectory: Add invite forward API to provider links (reva/#1000) - OCM:
|
||||
Pass the link to the meshdirectory service in token mail (reva/#1002) - Update
|
||||
github.com/go-ldap/ldap to v3 (reva/#1004)
|
||||
|
||||
https://github.com/owncloud/ocis-reva/pull/399
|
||||
https://github.com/cs3org/reva/pull/996
|
||||
https://github.com/cs3org/reva/pull/1000
|
||||
https://github.com/cs3org/reva/pull/1002
|
||||
https://github.com/cs3org/reva/pull/1004
|
||||
|
||||
# Changelog for [0.11.0] (2020-07-23)
|
||||
|
||||
The following sections list the changes in ocis-reva 0.11.0.
|
||||
|
||||
1
go.sum
1
go.sum
@@ -935,6 +935,7 @@ golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a/go.mod h1:LzIPMQfyMNhhGPh
|
||||
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df h1:lDWgvUvNnaTnNBc/dwOty86cFeKoKWbwy2wQj0gIxbU=
|
||||
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 h1:vEg9joUBmeBcK9iSJftGNf3coIG4HqZElCPehJsfAYM=
|
||||
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
|
||||
|
||||
Reference in New Issue
Block a user