Commit Graph

531 Commits

Author SHA1 Message Date
Thomas Rubini
a778756f3c
add logout button to admin panel 2023-03-31 11:16:03 +02:00
6a78cca00b
Merge pull request #132 from ThomasRubini/soloTypeGame
Added solo game flag
2023-03-31 07:22:13 +02:00
8873e1a14a added solo game flag 2023-03-31 07:19:53 +02:00
124a632548 finaly deleted commas in trait text 2023-03-30 19:38:19 +02:00
cd074c26de fix change not going neutral after question timeout 2023-03-30 19:27:06 +02:00
62ddcff733
Merge pull request #131 from ThomasRubini/discord_fix
fix discord bot status updates
2023-03-30 19:21:30 +02:00
98afa0452f fix discord bot updates 2023-03-30 18:42:10 +02:00
b1d50b5bdc
Merge pull request #130 from ThomasRubini/check_inputs
added some check
2023-03-30 18:17:02 +02:00
Thomas Rubini
e40cd622a6 added some check 2023-03-30 18:15:39 +02:00
b42fa39206
Merge pull request #129 from ThomasRubini/tests
More unit tests
2023-03-30 17:04:02 +02:00
df5adf6ce9 added some tests 2023-03-30 17:01:48 +02:00
b35fd843cc
Merge pull request #128 from ThomasRubini/opti
deffered npc image, speed ups game creation
2023-03-30 16:27:36 +02:00
c1db569d1b deffered npc image, speed ups game creation 2023-03-30 16:18:05 +02:00
Thomas Rubini
4835f0b077
Merge branch 'main' of gitschool:ThomasRubini/SAE-A2-TruthInquiry 2023-03-29 10:11:58 +02:00
Thomas Rubini
3c8f9a1ada
Allow to delete npcs 2023-03-29 10:11:55 +02:00
Audric V
61de799253
Merge pull request #127 from ThomasRubini/client_improve-game-pages
[Client] Improve game pages
2023-03-29 09:57:31 +02:00
Thomas Rubini
c330253306
handle adding a new Npc 2023-03-29 09:57:18 +02:00
AudricV
40c4e47327
[Client] Improve legal pages design
- Change background color to game's grey to fix hover color of footer links;
- Move footer links at the bottom of the page;
- Change game's blue color to match this color with accessibility
recommendations.
2023-03-29 09:55:11 +02:00
AudricV
8aed3a99da
[Client] Improve unsupported browser and footer code and design 2023-03-29 09:55:10 +02:00
Thomas Rubini
da0c50988f
remove typo 2023-03-29 09:55:00 +02:00
Thomas Rubini
fb75ee1c3a
Rename js admin functions 2023-03-29 09:53:57 +02:00
AudricV
c6687748a2
[Client] Improve homepage code 2023-03-29 09:52:10 +02:00
AudricV
5966483e85
[Client] Improve lobby HTML code 2023-03-29 09:52:10 +02:00
AudricV
4acbb6214a
[Client] Improve game HTML code 2023-03-29 09:52:10 +02:00
AudricV
0d4b8ed3ac
Change meta HTML tag in legal pages
This is required in order to pass W3C validation on these pages.
2023-03-29 08:57:36 +02:00
AudricV
2f96d16e54
[Client] Provide valid HTML on error page 2023-03-29 08:57:35 +02:00
Audric V
42ce1e575c
Merge pull request #124 from ThomasRubini/client_add-flask-apscheduler-to-license-page
[Client] Add Flask-APScheduler to the licenses page
2023-03-29 08:56:49 +02:00
AudricV
0712aa3a76
[Client] Add Flask-APScheduler to the licenses page 2023-03-29 08:55:24 +02:00
Thomas Rubini
f500347da6
Merge pull request #111 from ThomasRubini/jsDoc 2023-03-28 20:58:03 +02:00
Thomas Rubini
c81217f07b
remove lang selection from questions 2023-03-28 20:56:59 +02:00
66762cb1f8
Merge pull request #122 from ThomasRubini/gamelimit
added game limiter
2023-03-27 23:55:49 +02:00
5544eb439d
Merge branch 'main' into gamelimit 2023-03-27 23:54:59 +02:00
38c29dea07
Merge pull request #123 from ThomasRubini/actions
added GAME_LIMIT env variable to the github action file
2023-03-27 23:53:45 +02:00
1db11964ae added GAME_LIMIT env variable to the github action file 2023-03-27 23:52:35 +02:00
eb0d9082f1
Merge pull request #121 from ThomasRubini/stopgame
added game timeout
2023-03-27 23:47:24 +02:00
c9541ae89e
Merge branch 'main' into gamelimit 2023-03-27 23:46:55 +02:00
7ff9522588 added Flask-APScheduler to the requirements 2023-03-27 23:44:13 +02:00
22ba243c60 added game timeout 2023-03-27 23:41:58 +02:00
Thomas Rubini
0f7e2b0ca1
Merge pull request #120 from ThomasRubini/invalid_password 2023-03-27 17:20:06 +02:00
Thomas Rubini
5c62e0bd23
Show message when password is invalid 2023-03-27 17:19:36 +02:00
Thomas Rubini
8ce6fb267f
Merge pull request #119 from ThomasRubini/admin_auth 2023-03-27 17:13:31 +02:00
Thomas Rubini
9433d625f9
add admin auth method 2023-03-27 17:12:49 +02:00
Thomas Rubini
17d39ceb91
add decorator to restrict admin endpoints 2023-03-27 16:57:41 +02:00
67b026a78c added game limiter 2023-03-27 16:24:45 +02:00
Thomas Rubini
7d27561697
Merge pull request #118 from ThomasRubini/get_reaction 2023-03-26 17:19:19 +02:00
Thomas Rubini
f3a27be971
do not use UUID type for compatibility with old MariaDB servers 2023-03-26 16:22:20 +02:00
Thomas Rubini
daeea9cfd7
implement api route /getReaction 2023-03-26 16:12:10 +02:00
Thomas Rubini
ef5ed73c9e
added REACTION_UUID field to Reaction 2023-03-26 15:42:22 +02:00
Thomas Rubini
45ae1de69b
Merge pull request #117 from ThomasRubini/models_refactor 2023-03-25 20:42:23 +01:00
Thomas Rubini
135c91ad19
use text utility methods when possible 2023-03-25 20:41:04 +01:00