From c899d044cc64c1b3955572fa4d4b9066d8dcc5fc Mon Sep 17 00:00:00 2001 From: Gunnstein Lye Date: Tue, 25 Jun 2019 16:02:44 +0200 Subject: [PATCH 1/3] Enable CSRF token in login form by default --- app/config/security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/security.yml b/app/config/security.yml index 711aaa380..d87e8dcb4 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -24,6 +24,7 @@ security: ezpublish_rest_session: ~ form_login: require_previous_session: false + csrf_token_generator: security.csrf.token_manager logout: ~ main: From e14c31c639d9ff4ed09e58685566c0c9cafa845d Mon Sep 17 00:00:00 2001 From: Gunnstein Lye Date: Fri, 28 Jun 2019 10:14:56 +0200 Subject: [PATCH 2/3] Revert "Enable CSRF token in login form by default" This reverts commit c899d044cc64c1b3955572fa4d4b9066d8dcc5fc. The commit is good in itself, but breaks some tests. The tests have to be reworked before we bring this back. --- app/config/security.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/security.yml b/app/config/security.yml index d87e8dcb4..711aaa380 100644 --- a/app/config/security.yml +++ b/app/config/security.yml @@ -24,7 +24,6 @@ security: ezpublish_rest_session: ~ form_login: require_previous_session: false - csrf_token_generator: security.csrf.token_manager logout: ~ main: From f731f59f23504527d5be28e4be531723011fb4ad Mon Sep 17 00:00:00 2001 From: Mikolaj Adamczyk Date: Fri, 28 Jun 2019 10:37:20 +0200 Subject: [PATCH 3/3] EZP-30695: Configured subtree paths for AdminUI (#418) --- app/config/ezplatform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/ezplatform.yml b/app/config/ezplatform.yml index cf851571d..5e369637c 100644 --- a/app/config/ezplatform.yml +++ b/app/config/ezplatform.yml @@ -60,6 +60,9 @@ ezpublish: - 5 # Users - 43 # Media - 48 # Setup + subtree_paths: + content: /1/2/ + media: /1/43/ site: languages: [eng-GB]