From c42924435607d020f1fe1de5942f31037de4d929 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 16 Sep 2020 16:57:55 +0200 Subject: [PATCH 1/4] added script for localdev env --- src/main/bash/stop_services.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/bash/stop_services.sh diff --git a/src/main/bash/stop_services.sh b/src/main/bash/stop_services.sh new file mode 100644 index 00000000..62cae4a7 --- /dev/null +++ b/src/main/bash/stop_services.sh @@ -0,0 +1,9 @@ + +sudo systemctl stop mysql +sudo systemctl stop apache2 +sudo systemctl stop docker +sudo systemctl stop docker-registry +sudo systemctl stop virtualbox +sudo systemctl stop openvpn +sudo systemctl stop crtmpserver + From d558b5a60cfbd0ce77c774083904d61dda1157e3 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 16 Sep 2020 17:33:41 +0200 Subject: [PATCH 2/4] Layout Changes --- .../templates/user/login/loginForm.html | 44 ++++++++++--------- .../templates/user/register/registerForm.html | 43 +++++++++++------- 2 files changed, 51 insertions(+), 36 deletions(-) diff --git a/src/main/resources/templates/user/login/loginForm.html b/src/main/resources/templates/user/login/loginForm.html index 6682666d..8450a276 100644 --- a/src/main/resources/templates/user/login/loginForm.html +++ b/src/main/resources/templates/user/login/loginForm.html @@ -49,28 +49,30 @@

Your Todo-List for Getting Things Done -
diff --git a/src/main/resources/templates/user/register/registerForm.html b/src/main/resources/templates/user/register/registerForm.html index 8b22fac0..82e8b4d6 100644 --- a/src/main/resources/templates/user/register/registerForm.html +++ b/src/main/resources/templates/user/register/registerForm.html @@ -16,21 +16,34 @@

-
-
-
- - -
-
-
-
-
- -
-
+
+
+
+ register as new user +
+
+
+
+
+ + +
+
+
+
+
+
+
+
+ +
+
From 492d5b919346b0f502b13778994a1ee699fd6f81 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 16 Sep 2020 17:41:37 +0200 Subject: [PATCH 3/4] Layout Changes --- .../user/resetPassword/resetPasswordForm.html | 37 +++++++++++++------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/main/resources/templates/user/resetPassword/resetPasswordForm.html b/src/main/resources/templates/user/resetPassword/resetPasswordForm.html index 7aad8e85..416aff6e 100644 --- a/src/main/resources/templates/user/resetPassword/resetPasswordForm.html +++ b/src/main/resources/templates/user/resetPassword/resetPasswordForm.html @@ -16,21 +16,34 @@

-
-
-
- - -
-
+ +
+
+ Password Reset +
+
+
+
+
+ + +
+
+
+
+
- - -
+ +
+
From f5022d07a76a0b0d37186a960b0e788e1e64d401 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Wed, 16 Sep 2020 17:53:22 +0200 Subject: [PATCH 4/4] fixed #279 Formular Layout Errors --- etc/TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/TODO.md b/etc/TODO.md index e56e7b32..2929574d 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -122,4 +122,6 @@ Caused by: org.postgresql.util.PSQLException: ERROR: relation "spring_session" d * fixed #272 prepare Release 2.3.23 * fixed #265 make release with maven plugin - +## 2.3.24 +* issue #277 heroku: Compiled slug size: 617.9M is too large (max is 500M) +* fixed #279 Formular Layout Errors