Commit Graph

854 Commits

Author SHA1 Message Date
8538d0a119
MAPG-203 add node_modules to gitignore 2021-03-17 23:09:07 +01:00
0cc63ef936
Merge pull request 'MAPG-203 this.response.newPlace -> this.response.place' (#7) from bugfix/MAPG-203-fix-wrong-object-key into develop
All checks were successful
default-pipeline default-pipeline #28
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/7
2021-03-17 22:54:45 +01:00
10d239bfb4
MAPG-203 this.response.newPlace -> this.response.place
All checks were successful
default-pipeline default-pipeline #25
2021-03-17 22:54:06 +01:00
e2493e1b7e
Merge pull request 'MAPG-203 select places at the beginning of the game' (#6) from feature/MAPG-203-initial-multiplayer-implementation into develop
All checks were successful
default-pipeline default-pipeline #24
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/6
2021-03-17 22:48:43 +01:00
edd8c0f8a4
MAPG-203 select places at the beginning of the game
All checks were successful
default-pipeline default-pipeline #21
2021-03-17 22:47:11 +01:00
01f0f7d4bc
Merge pull request 'feature/MAPG-203-initial-multiplayer-implementation' (#5) from feature/MAPG-203-initial-multiplayer-implementation into develop
All checks were successful
default-pipeline default-pipeline #17
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/5
2021-03-15 12:32:54 +01:00
c317a0abf4
MAPG-203 adapt game.js to the new endpoints
All checks were successful
default-pipeline default-pipeline #15
2021-03-15 12:28:25 +01:00
9c4b7448a9
MAPG-203 refactor GameFlowController 2021-03-15 12:28:06 +01:00
60e20bd92b
MAPG-203 rename game/newPlace endpoint 2021-03-15 12:26:15 +01:00
2c4d809d49
MAPG-203 remove placesWithoutPano logic from PlaceRepository 2021-03-15 12:25:49 +01:00
bf27f15709
Merge pull request 'MAPG-2020 run PHPStan with 1G memory limit' (#4) from bugfix/MAPG-2020-phpstan-needs-bigger-memory-limit into develop
All checks were successful
default-pipeline default-pipeline #12
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/4
2021-01-01 22:36:56 +01:00
db3094eb62
MAPG-2020 run PHPStan with 1G memory limit
All checks were successful
default-pipeline default-pipeline #11
2021-01-01 22:34:32 +01:00
77c71ab2da
Merge pull request 'MAPG-201 update Git link to gitea.e5tv.hu' (#2) from feature/MAPG-201-migrate-to-own-git-server into develop
Some checks reported warnings
Check 2 Check 2 was successful
Check 3 Check 3 was not successful
Check 4 Check 4 was successful
Check 5 Check 5 was successful
Check Check was successful
Pipeline Pipeline #1
test_pipeline test_pipeline #3
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/2
2020-12-27 22:12:33 +00:00
8327cd975a
MAPG-201 update Git link to gitea.e5tv.hu 2020-12-27 23:08:30 +01:00
cc8148fcf9 Merged in bugfix/MAPG-196-fix-remote-static-root-detection (pull request #181)
MAPG-196 fix regex that recognizes remote static root
2020-07-06 20:00:49 +00:00
2a7b5fb992
MAPG-196 fix regex that recognizes remote static root 2020-07-06 21:59:25 +02:00
a4c77c3d32 Merged in bugfix/MAPG-196-fix-compatibility-issues (pull request #180)
MAPG-196 revert link preload to plain stylesheet because it is not supported everywhere
2020-07-06 19:15:32 +00:00
317329ae84
MAPG-196 revert link preload to plain stylesheet because it is not supported everywhere 2020-07-06 21:12:56 +02:00
234cb7f086 Merged in feature/MAPG-196-fix-issues-reported-by-lighthouse (pull request #179)
Feature/MAPG-196 fix issues reported by lighthouse
2020-07-06 18:05:51 +00:00
66c709f00d
MAPG-196 reposition of cookie notice 2020-07-06 20:04:39 +02:00
2737c7d6d6
MAPG-196 speed up asset loading, add missing description, add missing image alts 2020-07-06 20:04:39 +02:00
2ccee26424 Merged in feature/MAPG-199-static-analyser-save-artifact (pull request #178)
MAPG-199 save static code analysis results as artifact
2020-07-06 16:52:21 +00:00
8cbf611189
MAPG-199 save static code analysis results as artifact 2020-07-06 18:50:17 +02:00
2ac9794e3f Merged in feature/MAPG-199-introduce-static-php-analyser (pull request #177)
Feature/MAPG-199 introduce static php analyser
2020-07-05 21:23:24 +00: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
39d691fd7f
MAPG-199 add static code analysis step to pipeline 2020-07-05 22:51:36 +02:00
405488cf4e
MAPG-199 add PHPStan to require-dev 2020-07-05 21:35:49 +02:00
f2736d4d6e Merged in hotfix/MAPG-198-fix-not-working-game (pull request #176)
MAPG-198 re-add table name to Select
2020-07-05 19:19:53 +00:00
88b9821c61
MAPG-198 re-add table name to Select
(table name is used when counting)
2020-07-05 21:17:29 +02:00
da2c8d96a4 Merged in bugfix/MAPG-142-fix-timestamp-onupdate (pull request #175)
MAPG-142 fix timestamp onupdate issue
2020-07-05 16:24:17 +00:00
cd581c6fcd
MAPG-142 fix timestamp onupdate issue 2020-07-05 18:23:02 +02:00
f7b268e10f Merged in feature/MAPG-185-create-cron-script (pull request #174)
Feature/MAPG-185 create cron script
2020-07-05 15:56:12 +00:00
a8b1ab3057
MAPG-185 adapt README 2020-07-05 17:52:13 +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
776561a41c Merged in feature/MAPG-193-replace-direct-selects-to-repository-calls (pull request #173)
Feature/MAPG-193 replace direct selects to repository calls
2020-07-05 13:20:08 +00: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
b58137acc9 Merged in feature/MAPG-142-resend-activation-link-functionality (pull request #172)
Feature/MAPG-142 resend activation link functionality
2020-07-05 12:32:32 +00: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
ef013b8b9e
MAPG-142 rename app to MapGuesser in .env.example 2020-07-05 14:24:05 +02:00
ab23b37b97
MAPG-142 redefine tokens and increase OAuth security with nonce 2020-07-05 14:24:05 +02:00