From 148bc66350625b3740eda0368ffc4c8fbad64436 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 23 Jul 2020 08:36:15 +0200 Subject: [PATCH] Prepare release 0.5.0 --- .../{unreleased => 0.5.0_2020-07-23}/add-accounts-ui-routes.md | 0 changelog/{unreleased => 0.5.0_2020-07-23}/add-disable-tls.md | 1 + .../{unreleased => 0.5.0_2020-07-23}/add-oidc-config-flags.md | 0 .../create-home-if-migrated.md | 3 ++- .../fix-createhome-middleware.md | 0 .../fix-createhome-segfault.md | 0 changelog/{unreleased => 0.5.0_2020-07-23}/root-tracing.md | 0 .../{unreleased => 0.5.0_2020-07-23}/support-signed-urls.md | 0 .../user-and-group-name-mapping.md} | 0 9 files changed, 3 insertions(+), 1 deletion(-) rename changelog/{unreleased => 0.5.0_2020-07-23}/add-accounts-ui-routes.md (100%) rename changelog/{unreleased => 0.5.0_2020-07-23}/add-disable-tls.md (82%) rename changelog/{unreleased => 0.5.0_2020-07-23}/add-oidc-config-flags.md (100%) rename changelog/{unreleased => 0.5.0_2020-07-23}/create-home-if-migrated.md (82%) rename changelog/{unreleased => 0.5.0_2020-07-23}/fix-createhome-middleware.md (100%) rename changelog/{unreleased => 0.5.0_2020-07-23}/fix-createhome-segfault.md (100%) rename changelog/{unreleased => 0.5.0_2020-07-23}/root-tracing.md (100%) rename changelog/{unreleased => 0.5.0_2020-07-23}/support-signed-urls.md (100%) rename changelog/{unreleased/user-and-group-name-mapping => 0.5.0_2020-07-23/user-and-group-name-mapping.md} (100%) diff --git a/changelog/unreleased/add-accounts-ui-routes.md b/changelog/0.5.0_2020-07-23/add-accounts-ui-routes.md similarity index 100% rename from changelog/unreleased/add-accounts-ui-routes.md rename to changelog/0.5.0_2020-07-23/add-accounts-ui-routes.md diff --git a/changelog/unreleased/add-disable-tls.md b/changelog/0.5.0_2020-07-23/add-disable-tls.md similarity index 82% rename from changelog/unreleased/add-disable-tls.md rename to changelog/0.5.0_2020-07-23/add-disable-tls.md index 6f1ee9595c..0767078275 100644 --- a/changelog/unreleased/add-disable-tls.md +++ b/changelog/0.5.0_2020-07-23/add-disable-tls.md @@ -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 diff --git a/changelog/unreleased/add-oidc-config-flags.md b/changelog/0.5.0_2020-07-23/add-oidc-config-flags.md similarity index 100% rename from changelog/unreleased/add-oidc-config-flags.md rename to changelog/0.5.0_2020-07-23/add-oidc-config-flags.md diff --git a/changelog/unreleased/create-home-if-migrated.md b/changelog/0.5.0_2020-07-23/create-home-if-migrated.md similarity index 82% rename from changelog/unreleased/create-home-if-migrated.md rename to changelog/0.5.0_2020-07-23/create-home-if-migrated.md index 82ee28ed96..0d8f54842d 100644 --- a/changelog/unreleased/create-home-if-migrated.md +++ b/changelog/0.5.0_2020-07-23/create-home-if-migrated.md @@ -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 diff --git a/changelog/unreleased/fix-createhome-middleware.md b/changelog/0.5.0_2020-07-23/fix-createhome-middleware.md similarity index 100% rename from changelog/unreleased/fix-createhome-middleware.md rename to changelog/0.5.0_2020-07-23/fix-createhome-middleware.md diff --git a/changelog/unreleased/fix-createhome-segfault.md b/changelog/0.5.0_2020-07-23/fix-createhome-segfault.md similarity index 100% rename from changelog/unreleased/fix-createhome-segfault.md rename to changelog/0.5.0_2020-07-23/fix-createhome-segfault.md diff --git a/changelog/unreleased/root-tracing.md b/changelog/0.5.0_2020-07-23/root-tracing.md similarity index 100% rename from changelog/unreleased/root-tracing.md rename to changelog/0.5.0_2020-07-23/root-tracing.md diff --git a/changelog/unreleased/support-signed-urls.md b/changelog/0.5.0_2020-07-23/support-signed-urls.md similarity index 100% rename from changelog/unreleased/support-signed-urls.md rename to changelog/0.5.0_2020-07-23/support-signed-urls.md diff --git a/changelog/unreleased/user-and-group-name-mapping b/changelog/0.5.0_2020-07-23/user-and-group-name-mapping.md similarity index 100% rename from changelog/unreleased/user-and-group-name-mapping rename to changelog/0.5.0_2020-07-23/user-and-group-name-mapping.md