Commit Graph

542 Commits

Author SHA1 Message Date
dc1aedd28f Merged in hotfix/MAPG-166-response-to-head-requests (pull request #136)
MAPG-166 response to HEAD request with the GET content
2020-06-23 13:27:48 +00:00
787427b211 MAPG-166 response to HEAD request with the GET content 2020-06-23 15:26:53 +02:00
05b1a84168 Merged in bugfix/MAPG-164-fix-mail-sender (pull request #134)
MAPG-164 use env variable for mail sender instead of hardcoded value
2020-06-22 21:37:40 +00:00
e2a0da3dd2 MAPG-164 use env variable for mail sender instead of hardcoded value 2020-06-22 21:37:17 +00:00
e751fdaa3e Merged in feature/MAPG-165-make-version-number-more-nice (pull request #133)
MAPG-165 don't write 'Release_' into footer
2020-06-22 19:17:38 +00:00
675d7e60d0 MAPG-165 don't write 'Release_' into footer 2020-06-22 21:17:02 +02:00
0d097aacb5 Merged in feature/MAPG-164-make-possible-to-rename-application (pull request #132)
MAPG-164 show application's name from env variable
2020-06-22 19:07:39 +00:00
98cd15e91f MAPG-164 show application's name from env variable 2020-06-22 21:06:15 +02:00
4f680db8f3 Merged in bugfix/MAPG-163-fix-modal-when-height-is-low (pull request #131)
MAPG-163 optimize modal height
2020-06-21 21:09:08 +00:00
ea98af0681 MAPG-163 optimize modal sizes 2020-06-21 23:07:47 +02:00
05934d6245 Merged in feature/MAPG-87-create-footer-with-author-copyright (pull request #130)
Feature/MAPG-87 create footer with author copyright
2020-06-21 20:27:40 +00:00
3ab8ac5fe6 MAPG-87 use HTML5 semantic elements, new styles, new footer 2020-06-21 22:25:29 +02:00
94e60e4ac5 MAPG-87 unify some styles 2020-06-21 22:20:04 +02:00
9df5028c20 MAPG-87 introduce footer 2020-06-21 22:18:35 +02:00
49bd03f303 Merged in feature/MAPG-162-add-script-that-can-run-sql-on-db (pull request #129)
MAPG-162 add script that can run external SQLs on the DB
2020-06-21 17:45:23 +00:00
7210e12656 MAPG-162 add script that can run external SQLs on the DB 2020-06-21 19:44:02 +02:00
8320b94210 Merged in feature/MAPG-161-make-static-maps-look-good-on-mobile (pull request #128)
MAPG-161 load static maps with JS and set scale based on devicePixelRatio
2020-06-21 17:37:35 +00:00
28aa762153 MAPG-161 load static maps with JS and set scale based on devicePixelRatio 2020-06-21 19:32:30 +02:00
33eb154112 Merged in feature/MAPG-160-replace-space-with-margin (pull request #127)
MAPG-160 replace space with margin-right next to inline images
2020-06-21 15:37:14 +00:00
a2ca7888f4 MAPG-160 replace space with margin-right next to inline images 2020-06-21 17:36:08 +02:00
e0395132d6 Merged in feature/MAPG-159-update-docker-composer-to-mariadb-103 (pull request #126)
MAPG-159 update MariaDB to 10.3 in docker-compose.yml
2020-06-21 14:07:49 +00:00
aeaf0fe8d3 MAPG-159 update MariaDB to 10.3 in docker-compose.yml 2020-06-21 16:05:14 +02:00
d96ac938f8 Merged in bugfix/MAPG-69-dont-resend-welcome-email (pull request #125)
MAPG-69 welcome email shouldn't be sent to existing user
2020-06-21 14:03:28 +00:00
cb5229a5e8 MAPG-69 welcome email shouldn't be sent to existing user 2020-06-21 16:01:46 +02:00
5a4fe48a9e Merged in bugfix/MAPG-69-add-env-example (pull request #124)
MAPG-69 add Google OAuth environment variables to .env.example
2020-06-21 14:01:12 +00:00
02d6298d95 MAPG-69 add Google OAuth environment variables to .env.example 2020-06-21 15:51:52 +02:00
a56ce849c0 Merged in feature/MAPG-69-implement-google-registration-login (pull request #123)
Feature/MAPG-69 implement google registration login
2020-06-21 13:48:28 +00:00
87d476065d MAPG-69 fix routing to handle emptry string properly 2020-06-21 15:44:40 +02:00
df60efbb8c MAPG-69 group routes to better overview 2020-06-21 15:43:49 +02:00
6338e35cfb MAPG-69 ability to cancel Google signup 2020-06-21 15:29:02 +02:00
1cfbef418e MAPG-69 add missing return types in LoginController 2020-06-21 15:19:36 +02:00
a8777b897b MAPG-69 ability to reset signup filled after login attempt 2020-06-21 15:12:45 +02:00
285f2dd0ac MAPG-69 login user when trying to sign up 2020-06-21 15:12:45 +02:00
10b7766458 MAPG-69 redirect to sign up when user not found during login 2020-06-21 15:12:45 +02:00
9697163457 MAPG-69 merge SignupController to LoginController and introduce Google login/sign up 2020-06-21 15:12:45 +02:00
d1c9e221f7 MAPG-69 add Google OAuth handler 2020-06-21 15:12:44 +02:00
2d2e218002 MAPG-69 add simple JWT parser 2020-06-21 15:12:44 +02:00
7ba11f34cc MAPG-69 add new field to User 2020-06-21 15:12:44 +02:00
99c72d99be MAPG-69 make Redirect able to redirect to external sources 2020-06-21 15:12:44 +02:00
295570a28d MAPG-69 fix missing relations in UserConfirmation 2020-06-21 01:21:42 +02:00
e612d0d93f Merged in feature/MAPG-155-adjust-minzoom-and-maxzoom-to-z (pull request #122)
MAPG-155 minZoom and maxZoom should depend on zoomOffset
2020-06-20 00:15:18 +00:00
a2d2b94cc6 MAPG-155 minZoom and maxZoom should depend on zoomOffset 2020-06-20 02:14:17 +02:00
80b850fdd7 Merged in feature/MAPG-140-solve-persistent-model-anomalies (pull request #121)
Feature/MAPG-140 solve persistent model anomalies
2020-06-20 00:10:48 +00:00
0bf6e900fe MAPG-140 add UserConfirmation model and repository and adapt SignupController 2020-06-20 02:03:11 +02:00
bd46809d3a MAPG-140 adapt PlaceRepository and classes that use it to use persistent model 2020-06-20 02:03:11 +02:00
821a9d80c0 MAPG-140 adapt MapRepository and classes that use it to use persistent model 2020-06-20 02:03:11 +02:00
eafa98571e MAPG-140 add Map persistent model 2020-06-20 02:03:11 +02:00
316e39f2f2 MAPG-140 add Place persistent model 2020-06-20 02:03:11 +02:00
5ff720e3c6 MAPG-140 MAPG-154 store user in session based on id 2020-06-20 02:03:11 +02:00
a9eec05288 MAPG-140 refactor user handling to use the PersistentDataManager 2020-06-20 02:03:11 +02:00