Commit Graph

22 Commits

Author SHA1 Message Date
ZKWolf
b9ab04c297 Added SHA Handler for Game client 2024-02-20 23:32:00 +01:00
ZKWolf
f9c333cf81 Added Matchmaking Website 2024-02-18 21:50:01 +01:00
ZKWolf
465e6cbb17 Added CLEAR QUEUE endpoint 2024-02-09 22:37:04 +01:00
ZKWolf
3a1045003a Moved favicon and Updated Stashboard URLS 2023-12-18 04:30:03 +01:00
ZKWolf
70cf0e2cfd Allowed trailing slash 2023-12-01 15:30:05 +01:00
ZKWolf
04d4d587db Fixed message System 2023-11-24 00:28:09 +01:00
ZKWolf
c937905aa1 Fixed debug routes 2023-11-21 22:57:37 +01:00
ZKWolf
a730a18670 Added Input sanitizer to all user input 2023-09-27 23:25:26 +02:00
ZKWolf
8f92153e86 Added new DB Structure 2023-09-26 20:58:47 +02:00
ZKWolf
4c92c93331 Added Updater Script and Updated Endpoints. 2023-09-16 04:29:55 +02:00
ZKWolf
c4cfb82640 Added MongoDB Setup, so we don't need Server, Collection and DB in every request. 2023-09-12 16:29:56 +02:00
ZKWolf
d7c011e68f Moved debug endpoint. Fixed debug Mirrors not returning a error code but allways 200 and made the ElIf mess better... 2023-09-11 17:59:33 +02:00
ZKWolf
dc802f973e Fixed added trailing slash for better usage (Flask denies XXX/ if it's not in the route) 2023-09-05 18:59:52 +02:00
ZKWolf
1c1d829484 Fixed ROOT 403 by game client check 2023-09-05 18:48:54 +02:00
ZKWolf
46be993ff1 changed to check_for_game_client for "security" 2023-07-12 23:35:40 +02:00
ZKWolf
e8bc43ec1a Added basic www files. (robots.txt, security.txt, gpc.json) 2023-07-11 20:10:19 +02:00
ZKWolf
87e57f7835 Removed print Statements and started moving to mongo list handler for db. 2023-07-09 18:45:17 +02:00
ZKWolf
0ba74ef49a Changed LOGGING message=str(e) to message=e cause else it wont log. 2023-07-02 21:01:10 +02:00
ZKWolf
6a14ee9dcf Debugging Endpoint write data to DB 2023-06-26 19:00:43 +02:00
ZKWolf
7d0621806f Added new user vars for db and debug. 2023-06-22 22:47:03 +02:00
ZKWolf
c96fe03bc7 Fixed bug 2023-06-19 00:03:37 +02:00
Vari
a14aaed251 Added frontend structure to project and moved the debug/user endpoint there.
Created a new endpoint file with 'web' endpoints and moved the index there.
2023-06-18 05:21:46 +02:00