Commit graph

16 commits

Author SHA1 Message Date
50dacdff15 refractor package & adapte to framework 2023-08-29 16:46:50 +02:00
jeffcheasey88
01f9aef845 Refractor FrameWork : remove HttpUtil 2023-04-29 21:16:40 +02:00
jeffcheasey88
3d07623443 Route Documentation 2023-04-18 14:58:58 +02:00
jeffcheasey88
0a22f55e4e Group Join & Quit 2023-04-09 21:31:42 +02:00
jeffcheasey88
0585e073e5 merging 2023-04-09 17:57:27 +02:00
jeffcheasey88
22a0026939 Refractor webserver to framework & starting of the ORM (will be continuing later) 2023-04-09 17:54:38 +02:00
87c4fd8bc1 Secure route needing login and update some http errors codes 2023-04-09 17:10:49 +02:00
109ab984b3 Remove unused method, organize imports and format all files 2023-04-09 08:40:13 +02:00
Francois G
a47992e19a Fix json, timestamp is now a String, it was include as native data (not recognise in javascript parser) for all chapters list 2023-03-19 17:25:55 +01:00
Francois G
005596f28f add start and end date in chapters list 2023-03-18 23:25:10 +01:00
jeffcheasey88
d4fcf57144 Upgrade Route System 2023-03-18 15:14:03 +01:00
jeffcheasey88
7e75c54092 flush and close buffer in every case 2023-02-27 10:41:15 +01:00
Yannick Bour
cfe9d83d2c jwt login 2023-02-23 16:08:47 +01:00
Yannick Bour
fd66010226 jwt init 2023-02-23 16:07:47 +01:00
jeffcheasey88
3693352e92 Register merged routes in Main 2023-02-10 09:40:22 +01:00
TheNagaki
80563cd86e Added ChapterElement and ChapterList as routes to respectively get a chapter by id and all the chapters.
Removed DatabaseQueries class and added DatabaseRepo to contain all the database queries; Edited PuzzleElement to remove all database-related code.
2023-02-09 22:42:33 +01:00