|
e52300b9e5
|
adapt Container usage to new soko-web
|
2023-04-20 00:39:10 +02:00 |
|
|
c565fc2b65
|
MAPG-243 replace and adapt to soko-web
|
2023-04-07 21:10:14 +02:00 |
|
|
f305c97513
|
MAPG-240 UserInChallengeRepository::isUserParticipatingInChallenge should return bool
|
2021-05-29 00:56:43 +02:00 |
|
|
28165d76d3
|
MAPG-235 refactored challenge token generation and check
|
2021-05-28 08:07:02 +02:00 |
|
|
b00fe4ebe3
|
MAPG-235 highscores added to the end of challenge
|
2021-05-22 11:34:55 +02:00 |
|
|
bbb66ca979
|
MAPG-235 challenge token related error handling
|
2021-05-20 08:31:52 +02:00 |
|
|
517d758e8e
|
MAPG-235 fixed place/map deletion
|
2021-05-19 16:33:18 +02:00 |
|
|
c085a5a1ca
|
MAPG-235 fix user deletion bug
|
2021-05-19 13:52:19 +02:00 |
|
|
a7cfc3c19f
|
MAPG-235 queries with selected relations enabled; reduced size of some of the queries
|
2021-05-19 13:06:46 +02:00 |
|
|
30f4b7ad19
|
MAPG-235 fixed sending history to initializer and fixed pov data format
|
2021-05-17 21:30:07 +02:00 |
|
|
45ddb7f56a
|
MAPG-235 reduced number of queries for init and guess in challenge
|
2021-05-16 20:46:53 +02:00 |
|
|
7792f1c3ff
|
MAPG-235 refactor: renamed fields in challenge related tables
|
2021-05-16 13:14:00 +02:00 |
|
|
44df94eb98
|
MAPG-235 queries with relations on any recursion level implemented
|
2021-05-15 11:43:00 +02:00 |
|
|
69964acfb2
|
MAPG-235 results of other players shown
|
2021-05-13 19:48:25 +02:00 |
|
|
e7869d67f7
|
MAPG-235 guesses of other players in the round are sent after guess
|
2021-05-13 13:06:24 +02:00 |
|
|
93f8fc3f34
|
MAPG-235 basic gameflow works
|
2021-05-12 21:01:41 +02:00 |
|
|
5daed10036
|
MAPG-235 challengeInitialData implemented and first round is loaded
|
2021-05-12 15:34:15 +02:00 |
|
|
d7147b30d6
|
MAPG-235 new challenge can be created and is prepared
|
2021-05-12 13:51:06 +02:00 |
|
|
99244e93d2
|
MAPG-235 updated structure and created models
|
2021-05-11 11:16:39 +02:00 |
|
|
3f8311d708
|
implemented review findings
default-pipeline default-pipeline #188
|
2021-05-08 23:37:36 +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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
2c4d809d49
|
MAPG-203 remove placesWithoutPano logic from PlaceRepository
|
2021-03-15 12:25:49 +01: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 |
|
|
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 |
|
|
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 |
|
|
6cafac1b65
|
MAPG-142 modify UserConfirmationRepository to return only one confirmation for user
(it is not possible for an user to have multiple)
|
2020-07-05 13:33:02 +02:00 |
|
|
67534a22f5
|
MAPG-141 add password resetter table, model and repository
|
2020-07-05 00:03:56 +02:00 |
|
|
8987b563dd
|
MAPG-156 add getByUser to UserConfirmationRepository
|
2020-06-25 20:26:51 +02:00 |
|
|
7ba11f34cc
|
MAPG-69 add new field to User
|
2020-06-21 15:12:44 +02: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 |
|
|
a9eec05288
|
MAPG-140 refactor user handling to use the PersistentDataManager
|
2020-06-20 02:03:11 +02:00 |
|
|
7159867db0
|
MAPG-111 query map area from DB
modify calculations to be in square km (instead of m)
|
2020-06-12 21:55:04 +02:00 |
|
|
5237c3f454
|
MAPG-119 prevent endless loop for place selection
|
2020-06-10 23:12:30 +02:00 |
|
|
46ef7f3b3b
|
MAPG-103 unify some styles and show map name in the header
|
2020-06-09 21:29:51 +02:00 |
|
|
5dd877d075
|
MAPG-103 implement saving the modified map on server side
|
2020-06-09 21:29:51 +02:00 |
|