|
216d30329f
|
Merge pull request 'feature/avoid-repeating-places-in-game' (#38) from feature/avoid-repeating-places-in-game into develop
default-pipeline default-pipeline #189
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/38
Reviewed-by: Pőcze Bence <bence@pocze.ch>
|
2021-05-09 10:58:53 +02:00 |
|
|
3f8311d708
|
implemented review findings
default-pipeline default-pipeline #188
|
2021-05-08 23:37:36 +02:00 |
|
|
7f8c1eb291
|
Merge pull request 'added error handling when requesting to join non existing room' (#41) from bugfix/unhandled-error-when-trying-to-join-non-existing-room into develop
default-pipeline default-pipeline #187
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/41
Reviewed-by: Pőcze Bence <bence@pocze.ch>
|
2021-05-08 20:59:29 +02:00 |
|
|
d57a4c63e0
|
Merge pull request 'check the user type if it has valid value' (#40) from bugfix/cli-user-creation-crashes-when-no-type-is-given into develop
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/40
Reviewed-by: Pőcze Bence <bence@pocze.ch>
|
2021-05-08 20:59:09 +02:00 |
|
|
01a4fdf5e5
|
added error handling when requesting to join non existing room
default-pipeline default-pipeline #181
|
2021-05-08 18:03:17 +02:00 |
|
|
1cc3294ee7
|
check the user type if it has valid value
default-pipeline default-pipeline #180
|
2021-05-08 16:19:49 +02:00 |
|
|
ad0b8d078f
|
allow error string to be null in case the password was correct
default-pipeline default-pipeline #178
|
2021-05-08 09:34:34 +02:00 |
|
|
899817a853
|
removed unnecessary comment
default-pipeline default-pipeline #177
|
2021-05-06 20:41:23 +02:00 |
|
|
c626e36bbb
|
specified explicit type in function parameter
default-pipeline default-pipeline #176
|
2021-05-06 20:39:00 +02:00 |
|
|
8d8074977b
|
fixing comments
default-pipeline default-pipeline #175
|
2021-05-06 20:25:48 +02:00 |
|
|
8b3c95bdc7
|
handling of deleting places or user updated
default-pipeline default-pipeline #174
|
2021-05-06 20:09:05 +02:00 |
|
|
b2535ad78a
|
refactored function and variable names, and replaced variables in inner scope
default-pipeline default-pipeline #173
|
2021-05-06 17:12:18 +02:00 |
|
|
886bd02f88
|
removed mistakenly added parameter
default-pipeline default-pipeline #172
|
2021-05-06 10:09:28 +02:00 |
|
|
7143c7ec63
|
moved saving to UserPlayedPlace to seperate function
default-pipeline default-pipeline #171
|
2021-05-06 10:05:23 +02:00 |
|
|
fb7c0e7a5c
|
renamed the random int generator function
default-pipeline default-pipeline #170
|
2021-05-06 09:36:49 +02:00 |
|
|
8136273b33
|
replaced left join with inner join for older places search
default-pipeline default-pipeline #169
|
2021-05-05 21:58:19 +02:00 |
|
|
3c6a7a3c5f
|
selection with preference for older places; refactored PlaceRepository
|
2021-05-05 21:50:23 +02:00 |
|
|
01f3c7c8cf
|
added preference for places not seen by user in the selection of places for the game
|
2021-05-05 19:19:38 +02:00 |
|
|
66c871fbc2
|
Extended Select functionality with handling of derived tables
|
2021-05-05 19:18:07 +02:00 |
|
|
807b4d024f
|
extended database with UserPlayedPlace table for tracking when and what place a User played in game
|
2021-05-05 19:16:54 +02:00 |
|
|
11eee64895
|
do not exclude indoor panoramas
default-pipeline default-pipeline #166
|
2021-05-02 18:38:29 +02:00 |
|
|
95553296bd
|
removed extra line break
default-pipeline default-pipeline #121
|
2021-04-27 17:54:47 +02:00 |
|
|
be0f7b64b8
|
refactored comment
default-pipeline default-pipeline #118
|
2021-04-27 17:35:06 +02:00 |
|
|
845d77ebda
|
area of map is updated in the session at each game preparation to avoid outdated map area and wrong score calculation
default-pipeline default-pipeline #115
|
2021-04-27 16:46:40 +02:00 |
|
|
cf59f937c9
|
MAPG-223 send error if member already guessed
default-pipeline default-pipeline #104
|
2021-04-04 23:28:44 +02:00 |
|
|
9e5d20796c
|
MAPG-204 clean up result sending
|
2021-04-03 18:24:43 +02:00 |
|
|
c2f0a1dd51
|
MAPG-203 fix signatures in GameController
|
2021-03-20 20:58:57 +01:00 |
|
|
02fcbd2f9c
|
MAPG-203 prepare GameFlowController for multiplayer
|
2021-03-20 19:45:21 +01:00 |
|
|
2f665381c3
|
MAPG-203 prepare GameController for multiplayer
|
2021-03-20 19:45:21 +01:00 |
|
|
79490a0616
|
MAPG-203 add class for multiplayer internal connection (PHP-NodeJS TCP)
|
2021-03-20 19:45:21 +01:00 |
|
|
5dd2ce0d5a
|
MAPG-203 add cleanup for multi_rooms to db:maintain
|
2021-03-20 19:44:48 +01:00 |
|
|
e5fb725c69
|
MAPG-203 add new table and model for multi_room
|
2021-03-20 19:44:48 +01:00 |
|
|
edd8c0f8a4
|
MAPG-203 select places at the beginning of the game
default-pipeline default-pipeline #21
|
2021-03-17 22:47:11 +01:00 |
|
|
9c4b7448a9
|
MAPG-203 refactor GameFlowController
|
2021-03-15 12:28:06 +01:00 |
|
|
2c4d809d49
|
MAPG-203 remove placesWithoutPano logic from PlaceRepository
|
2021-03-15 12:25:49 +01:00 |
|
|
9e5f7405d1
|
MAPG-199 move test views to another folder to prevent code analysis errors
|
2020-07-05 23:18:57 +02:00 |
|
|
af98d71924
|
MAPG-199 fix issues found by PHPStan
|
2020-07-05 23:18:56 +02:00 |
|
|
88b9821c61
|
MAPG-198 re-add table name to Select
(table name is used when counting)
|
2020-07-05 21:17:29 +02:00 |
|
|
8403c21ec0
|
MAPG-185 consolidation of email templates
|
2020-07-05 17:37:02 +02:00 |
|
|
0ba1cda884
|
MAPG-185 fix getter of User
|
2020-07-05 17:36:27 +02:00 |
|
|
b2e09c394b
|
MAPG-185 switch off builtin session gc
|
2020-07-05 16:48:37 +02:00 |
|
|
0bcb0187c1
|
MAPG-185 rename migrate database command
|
2020-07-05 16:45:38 +02:00 |
|
|
f3d1608164
|
MAPG-185 add maintain database command
|
2020-07-05 16:43:36 +02:00 |
|
|
b254603fb1
|
MAPG-185 add getter for expired users and password resetters
|
2020-07-05 16:37:37 +02:00 |
|
|
27fc687043
|
MAPG-193 replace Select usage to repository calls where it is easily possible
|
2020-07-05 15:17:28 +02:00 |
|
|
45869321ac
|
MAPG-193 fix PersistentDataManager::selectMultipleFromDb
|
2020-07-05 15:15:29 +02:00 |
|
|
dd6bb5ef9a
|
MAPG-142 limit password reset query if the existing is not expired
|
2020-07-05 14:24:06 +02:00 |
|
|
37094e552b
|
MAPG-142 modify UserPasswordResetterRepository to return only one resetter for user
(it is not possible for an user to have multiple)
|
2020-07-05 14:24:06 +02:00 |
|
|
32392590bd
|
MAPG-142 save user creation date
|
2020-07-05 14:24:06 +02:00 |
|
|
38885849de
|
MAPG-142 remove unnecessary 'now' from DateTime constructor
|
2020-07-05 14:24:05 +02:00 |
|