|
eafcf2315e
|
use IRouteCollection in app container
mapguesser/pipeline/pr-develop This commit looks good
|
2023-04-20 00:39:10 +02:00 |
|
|
e52300b9e5
|
adapt Container usage to new soko-web
|
2023-04-20 00:39:10 +02:00 |
|
|
ee4a9f2ce3
|
remove unnecessary startTransaction and commit calls
|
2023-04-20 00:39:10 +02:00 |
|
|
8141845ae9
|
add error view 500 to app config
|
2023-04-20 00:39:10 +02:00 |
|
|
69f54c861a
|
add view for error 500
|
2023-04-20 00:39:10 +02:00 |
|
|
c9ab7c31b7
|
pass dbConnection to HttpResponse
|
2023-04-20 00:30:01 +02:00 |
|
|
82279f11d3
|
update soko-web to 0.6.1
|
2023-04-20 00:30:01 +02:00 |
|
|
6cb4e06acc
|
Merge pull request 'remove unnecessary use in web.php' (!60) from bugfix/remove-unnecessary-use into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: #60
|
2023-04-16 22:02:22 +02:00 |
|
|
ee33fc1913
|
remove unnecessary use in web.php
mapguesser/pipeline/pr-develop This commit looks good
|
2023-04-16 22:00:25 +02:00 |
|
|
4fb1831763
|
Merge pull request 'feature/adapt-to-new-soko-web' (!59) from feature/adapt-to-new-soko-web into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: #59
|
2023-04-16 21:46:07 +02:00 |
|
|
9dee8ba988
|
use classes at beginning of web.php
mapguesser/pipeline/pr-develop This commit looks good
|
2023-04-16 21:44:11 +02:00 |
|
|
82562117b2
|
adapt code to soko-web 0.4
|
2023-04-16 21:38:25 +02:00 |
|
|
317a4de5c0
|
update soko-web to 0.4
|
2023-04-16 21:37:18 +02:00 |
|
|
bf6b5f39a5
|
Merge pull request 'feature/use-new-features-from-soko-web' (!58) from feature/use-new-features-from-soko-web into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: #58
|
2023-04-16 17:49:41 +02:00 |
|
|
ed80fe544f
|
add adminer to docker-compose
mapguesser/pipeline/pr-develop This commit looks good
|
2023-04-16 17:48:12 +02:00 |
|
|
3e4c24bbc1
|
implement redirect after login
|
2023-04-16 17:48:12 +02:00 |
|
|
54a4ee4d60
|
use ISecured/IAuthenticationRequired correctly in containers
|
2023-04-16 17:14:27 +02:00 |
|
|
62e0261a0b
|
implement redirect to login for controllers for authentication is required
|
2023-04-16 17:09:46 +02:00 |
|
|
9d1bb41f02
|
adapt to soko-web 0.2
|
2023-04-16 17:01:16 +02:00 |
|
|
59527a1898
|
update soko-web to 0.3
|
2023-04-16 17:00:54 +02:00 |
|
|
525d740409
|
Merge pull request 'MAPG-243 delete assets for view testing (these are in soko-web now)' (!57) from feature/MAPG-243-delete-further-unused-files into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: #57
|
2023-04-08 10:56:46 +02:00 |
|
|
0f7828e486
|
MAPG-243 delete assets for view testing (these are in soko-web now)
mapguesser/pipeline/pr-develop This commit looks good
|
2023-04-08 10:53:04 +02:00 |
|
|
4b02f00399
|
Merge pull request 'MAPG-243 use soko-web framework' (!56) from feature/MAPG-243-use-soko-web-framework into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: #56
|
2023-04-07 21:26:39 +02:00 |
|
|
f127ad3c22
|
MAPG-243 delete unused class members
mapguesser/pipeline/pr-develop This commit looks good
|
2023-04-07 21:12:27 +02:00 |
|
|
8bcb2c2486
|
MAPG-243 set COMPOSER_HOME to the workspace
|
2023-04-07 21:12:26 +02:00 |
|
|
b04df4411b
|
MAPG-243 change base image of Dockerfile-test to the same as Dockerfile-app
|
2023-04-07 21:12:09 +02:00 |
|
|
c565fc2b65
|
MAPG-243 replace and adapt to soko-web
|
2023-04-07 21:10:14 +02:00 |
|
|
0bfebec8ca
|
MAPG-243 install soko-web by composer
|
2023-04-07 21:10:14 +02:00 |
|
|
de78084ad5
|
MAPG-243 delete classes which come from soko-web now
|
2023-04-07 20:26:52 +02:00 |
|
|
d30ec3a3a0
|
Merge pull request 'feature/MAPG-242-add-captcha-for-signup-and-password-reset' (!54) from feature/MAPG-242-add-captcha-for-signup-and-password-reset into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/54
|
2022-05-26 18:47:46 +02:00 |
|
|
cc19d454fa
|
MAPG-242 add captcha validation for password reset
mapguesser/pipeline/pr-develop This commit looks good
|
2022-05-26 18:45:16 +02:00 |
|
|
241d2f2b30
|
MAPG-242 add captcha validation for signup
|
2022-05-26 18:41:26 +02:00 |
|
|
d0751017db
|
MAPG-242 add possibility to captcha validation
|
2022-05-26 18:39:33 +02:00 |
|
|
6014e4517a
|
Merge pull request 'MAPG-241 use class 'text' for text inputs' (!53) from bugfix/MAPG-241-fix-text-input-styles into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/53
|
2022-05-26 15:58:22 +02:00 |
|
|
81a8153866
|
MAPG-241 use class 'text' for text inputs
mapguesser/pipeline/pr-develop This commit looks good
|
2022-05-26 15:55:45 +02:00 |
|
|
e435ef6be0
|
Merge pull request 'feature/MAPG-231-make-it-possible-to-create-unlisted-maps' (!52) from feature/MAPG-231-make-it-possible-to-create-unlisted-maps into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/52
|
2022-05-26 14:34:48 +02:00 |
|
|
90528e61e5
|
MAPG-231 cleanup input styles
mapguesser/pipeline/pr-develop This commit looks good
|
2022-05-26 14:23:29 +02:00 |
|
|
d02aa4abe0
|
MAPG-231 introduce unlisted maps
|
2022-05-26 14:23:08 +02:00 |
|
|
4f45e213c3
|
Merge pull request 'add badge for passing builds' (!51) from feature/add-badge-for-builds into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/51
|
2021-12-22 02:26:03 +01:00 |
|
|
d877d2fe03
|
add badge for passing builds
mapguesser/pipeline/head This commit looks good
mapguesser/pipeline/pr-develop This commit looks good
|
2021-12-22 02:21:22 +01:00 |
|
|
66240c2d65
|
Merge pull request 'add Jenkinsfile and Dockerfile-test' (!50) from feature/add-jenkins-support into develop
mapguesser/pipeline/head This commit looks good
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/50
|
2021-12-22 02:14:44 +01:00 |
|
|
0654b65940
|
add Jenkinsfile and Dockerfile-test
mapguesser/pipeline/pr-develop This commit looks good
default-pipeline default-pipeline #18
|
2021-12-22 01:59:31 +01:00 |
|
|
272ec3568d
|
Merge pull request 'bugfix/MAPG-240-fix-static-code-analysis-errors' (!49) from bugfix/MAPG-240-fix-static-code-analysis-errors into develop
default-pipeline default-pipeline #11
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/49
Reviewed-by: Balázs Vigh <balazs@vigh.eu>
|
2021-05-29 10:22:20 +02:00 |
|
|
be4a2038e5
|
MAPG-240 add use for PlaceInChallenge (used in MapAdminController::deleteChallenge)
default-pipeline default-pipeline #9
|
2021-05-29 00:57:59 +02:00 |
|
|
f305c97513
|
MAPG-240 UserInChallengeRepository::isUserParticipatingInChallenge should return bool
|
2021-05-29 00:56:43 +02:00 |
|
|
784037de6f
|
Merge pull request 'feature/MAPG-235-basic-challenge-mode' (#48) from feature/MAPG-235-basic-challenge-mode into develop
default-pipeline default-pipeline #8
Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/48
Reviewed-by: Pőcze Bence <bence@pocze.ch>
|
2021-05-28 20:41:08 +02:00 |
|
|
6f27450423
|
MAPG-235 replaced explicit margin-top and margin-bottom with marginTop and marginBottom classes
|
2021-05-28 08:36:45 +02:00 |
|
|
bbaa2fe1eb
|
MAPG-235 removed font-family and font-weight css attributes for restrictions and now handled on higher level
|
2021-05-28 08:19:35 +02:00 |
|
|
28165d76d3
|
MAPG-235 refactored challenge token generation and check
|
2021-05-28 08:07:02 +02:00 |
|
|
1c1e5f051d
|
MAPG-235 simplified highscore calculation
|
2021-05-26 08:16:32 +02:00 |
|