From 14d368a344276a4041f12e55a1c0b022f977aa91 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 7 Sep 2020 13:37:41 +0200 Subject: [PATCH] Changelog --- changelog/unreleased/update-proxy-disable-cache.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/update-proxy-disable-cache.md diff --git a/changelog/unreleased/update-proxy-disable-cache.md b/changelog/unreleased/update-proxy-disable-cache.md new file mode 100644 index 0000000000..b59b2bc2c7 --- /dev/null +++ b/changelog/unreleased/update-proxy-disable-cache.md @@ -0,0 +1,6 @@ +Change: Update proxy with disabled accounts cache + +We removed the accounts cache in ocis-proxy in order to avoid problems with accounts that have been updated in ocis-accounts. + +https://github.com/owncloud/ocis/pull/525 +https://github.com/owncloud/ocis-proxy/pull/100