From 2ddc10286d6f07672c16583c1ec993bdb90ee4b1 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 10 Nov 2020 15:30:25 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ ocis/go.sum | 1 + 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723c7ebc1e..baa44de3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Bugfix - Add missing env vars to docker compose: [#392](https://github.com/owncloud/ocis/pull/392) * Bugfix - Don't enforce empty external apps slice: [#473](https://github.com/owncloud/ocis/pull/473) * Bugfix - Lower Bound was not working for the cs3 api index implementation: [#741](https://github.com/owncloud/ocis/pull/741) +* Bugfix - Make settings service start without go coroutines: [#835](https://github.com/owncloud/ocis/pull/835) * Bugfix - Fix button layout after phoenix update: [#625](https://github.com/owncloud/ocis/pull/625) * Bugfix - Fix id or username query handling: [#745](https://github.com/owncloud/ocis/pull/745) * Bugfix - Fix konnectd build: [#809](https://github.com/owncloud/ocis/pull/809) @@ -61,6 +62,7 @@ * Enhancement - Add glauth fallback backend: [#649](https://github.com/owncloud/ocis/pull/649) * Enhancement - Launch a storage to store ocis-metadata: [#602](https://github.com/owncloud/ocis/pull/602) * Enhancement - Simplify tracing config: [#92](https://github.com/owncloud/product/issues/92) +* Enhancement - Update glauth to dev fd3ac7e4bbdc93578655d9a08d8e23f105aaa5b2: [#834](https://github.com/owncloud/ocis/pull/834) * Enhancement - Update glauth to dev 4f029234b2308: [#786](https://github.com/owncloud/ocis/pull/786) * Enhancement - Update konnectd to v0.33.8: [#744](https://github.com/owncloud/ocis/pull/744) * Enhancement - Update reva to cdb3d6688da5: [#748](https://github.com/owncloud/ocis/pull/748) @@ -94,6 +96,13 @@ https://github.com/owncloud/ocis/pull/741 +* Bugfix - Make settings service start without go coroutines: [#835](https://github.com/owncloud/ocis/pull/835) + + The go routines cause a race condition that sometimes causes the tests to fail. The ListRoles + request would not return all permissions. + + https://github.com/owncloud/ocis/pull/835 + * Bugfix - Fix button layout after phoenix update: [#625](https://github.com/owncloud/ocis/pull/625) Tags: accounts @@ -1483,6 +1492,13 @@ https://github.com/owncloud/ocis/pull/329 https://github.com/owncloud/ocis/pull/409 +* Enhancement - Update glauth to dev fd3ac7e4bbdc93578655d9a08d8e23f105aaa5b2: [#834](https://github.com/owncloud/ocis/pull/834) + + We updated glauth to dev commit fd3ac7e4bbdc93578655d9a08d8e23f105aaa5b2, which allows to + skip certificate checks for the owncloud backend. + + https://github.com/owncloud/ocis/pull/834 + * Enhancement - Update glauth to dev 4f029234b2308: [#786](https://github.com/owncloud/ocis/pull/786) Includes a bugfix, don't mix graph and provisioning api. diff --git a/ocis/go.sum b/ocis/go.sum index 98dfc55609..d5a6c4053f 100644 --- a/ocis/go.sum +++ b/ocis/go.sum @@ -351,6 +351,7 @@ github.com/glauth/glauth v1.1.3-0.20201005201919-4d42af8aacbf h1:3ejnL7OvxCJ6XiE github.com/glauth/glauth v1.1.3-0.20201005201919-4d42af8aacbf/go.mod h1:ygO1z1pcp79iBrjbA6vqrsUxIonStjBncosl2a9/Dx8= github.com/glauth/glauth v1.1.3-0.20201030130813-4f029234b230 h1:2oT6sD4SUhZ94BXf0NmOaKCwbkzsweBTYRPnyTDP7xY= github.com/glauth/glauth v1.1.3-0.20201030130813-4f029234b230/go.mod h1:ygO1z1pcp79iBrjbA6vqrsUxIonStjBncosl2a9/Dx8= +github.com/glauth/glauth v1.1.3-0.20201110124627-fd3ac7e4bbdc/go.mod h1:ygO1z1pcp79iBrjbA6vqrsUxIonStjBncosl2a9/Dx8= github.com/gliderlabs/ssh v0.2.2 h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0= github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= github.com/glycerine/go-unsnap-stream v0.0.0-20181221182339-f9677308dec2 h1:Ujru1hufTHVb++eG6OuNDKMxZnGIvF6o/u8q/8h2+I4=