Prepare release 0.5.0

This commit is contained in:
Benedikt Kulmann
2020-07-23 08:36:15 +02:00
committed by Jörn Friedrich Dreyer
parent 6042907de0
commit 148bc66350
9 changed files with 3 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ TLS-Terminating reverse proxy.
env PROXY_TLS=false or --tls=false
https://github.com/owncloud/ocis-proxy/issues/71
https://github.com/owncloud/ocis-proxy/pull/72

View File

@@ -1,6 +1,7 @@
Enhancement: only send create home request if an account has been migrated
Enhancement: only send create home request if an account has been migrated
This change adds a check if an account has been migrated by getting it from the
ocis-accounts service. If no account is returned it means it hasn't been migrated.
https://github.com/owncloud/ocis-proxy/issues/52
https://github.com/owncloud/ocis-proxy/pull/63