Commit Graph

30 Commits

Author SHA1 Message Date
Chris Cromer 8aed669d57 optimize the amount data sent from the backend 2023-02-12 16:35:15 -03:00
Chris Cromer c040b8a75c fix bug with password change 2023-02-10 22:38:11 -03:00
Chris Cromer 9d37814bc5 add the id of the user into the token 2023-02-10 22:12:41 -03:00
Chris Cromer a79709e1ac allow user to change their password 2023-02-09 23:50:39 -03:00
Chris Cromer 9d23af5579 permanent delete rows 2023-02-06 22:42:07 -03:00
Chris Cromer c56f3abf88 refactor the limit and offset code 2023-02-01 23:52:04 -03:00
Chris Cromer bb735afe33 add filters for each table 2023-02-01 23:52:04 -03:00
Chris Cromer dbad5ed64b separate the auth routes from the user routes 2023-02-01 23:52:03 -03:00
Chris Cromer 071ba0a986 add limits to list endpoints 2023-02-01 23:52:03 -03:00
Chris Cromer 41d5fc2d4b add update and delete endpoints to game controller and router 2023-02-01 23:52:03 -03:00
Chris Cromer 6ea3e89741 reorganize controllers 2023-02-01 23:52:03 -03:00
Chris Cromer e7bed8124c don't join the other tables, let the client ask the API in the other endpoints 2023-02-01 23:52:03 -03:00
Chris Cromer 3f931f5ef8 simplify the game controller 2023-02-01 23:52:03 -03:00
Chris Cromer 038eefa72a add object routes 2023-02-01 23:52:03 -03:00
Chris Cromer 4042e28939 add object state routes 2023-02-01 23:52:03 -03:00
Chris Cromer 162fbd0404 add object name routes 2023-02-01 23:52:03 -03:00
Chris Cromer 88af722686 add godot version routes 2023-02-01 23:52:03 -03:00
Chris Cromer 8f1f18de8b add frame routes 2023-02-01 23:52:03 -03:00
Chris Cromer e2f3a26c88 fix incorrect variable name 2023-02-01 23:52:03 -03:00
Chris Cromer 48cd36d0a8 add level routes 2023-02-01 23:52:03 -03:00
Chris Cromer 69cc898fd7 add player routes 2023-01-31 23:12:05 -03:00
Chris Cromer 9cc410006a gofmt format fixes 2023-01-31 23:10:19 -03:00
Chris Cromer 00b620f229 use json instead of form body 2023-01-31 23:10:19 -03:00
Chris Cromer 4d198eef62 add os routes and conterollers 2023-01-31 23:10:18 -03:00
Chris Cromer 505fce9848 improve http status responses and funcion names in game controller 2023-01-31 23:10:18 -03:00
Chris Cromer 489e5e60b9 improve user controller http responses and error checking 2023-01-31 23:10:18 -03:00
Chris Cromer bbc6bb7d6b
change module url 2022-07-22 23:00:31 -04:00
Chris Cromer 067f63496a
remove hard code username and email 2022-07-22 22:26:08 -04:00
Chris Cromer 0f14fa8faf
add missing error handling 2022-07-22 22:17:29 -04:00
Chris Cromer e7559f0bf1
First commit 2022-06-29 21:26:05 -04:00