|
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 |
|
|
d6750777c2
|
MAPG-140 add PersistentDataManager and refactor of models
|
2020-06-20 01:48:20 +02:00 |
|
|
1a4d928143
|
Merged in bugfix/MAPG-149-fix-cover (pull request #120)
MAPG-149 fix z-indexes
|
2020-06-18 14:38:03 +00:00 |
|
|
b35668c2fb
|
MAPG-149 fix z-indexes
|
2020-06-18 16:37:32 +02:00 |
|
|
5814620b4f
|
Merged in bugfix/MAPG-149-fix-new-client-side-bugs (pull request #119)
Bugfix/MAPG-149 fix new client side bugs
|
2020-06-18 14:28:44 +00:00 |
|
|
64b6197bd4
|
MAPG-149 omit focusing/selecting input elements after processing
|
2020-06-18 16:28:01 +02:00 |
|
|
1be51b3e07
|
MAPG-149 make current password the first input element
|
2020-06-18 16:23:30 +02:00 |
|
|
43775c8f4f
|
Merged in bugfix/MAPG-148-fix-xmlhttp-responsetype-error (pull request #118)
MAPG-148 set xhr responseType after xhr open() because it is accepted by all browsers
|
2020-06-18 14:21:30 +00:00 |
|
|
95eb956403
|
Merged in bugfix/MAPG-152-save-user-to-session-after-modi (pull request #117)
MAPG-152 save modified user to session
|
2020-06-18 14:21:23 +00:00 |
|
|
ce96e15911
|
MAPG-148 set xhr responseType after xhr open() because it is accepted by all browsers
|
2020-06-18 16:20:45 +02:00 |
|
|
3726573f4c
|
MAPG-152 save modified user to session
|
2020-06-18 16:18:41 +02:00 |
|
|
a8913b0d44
|
Merged in bugfix/MAPG-151-check-email-address-validity-on (pull request #116)
Bugfix/MAPG-151 check email address validity on
|
2020-06-18 14:16:32 +00:00 |
|
|
e014bf9dc1
|
MAPG-151 add some client side input checks
|
2020-06-18 16:15:03 +02:00 |
|
|
50c7e3972c
|
MAPG-151 check email address validity on server side
|
2020-06-18 16:12:40 +02:00 |
|
|
efccb2dcc5
|
Merged in feature/MAPG-145-css-selection (pull request #115)
MAPG-145 add CSS ::selection attribute
|
2020-06-14 20:11:37 +00:00 |
|