Commit Graph

153 Commits

Author SHA1 Message Date
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 9ebce5f1d9 make game and user use the same structure for all of its endpoints 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 8caec6a46d protect the player endpoints behind authentication 2023-02-01 23:52:03 -03:00
Chris Cromer 48cd36d0a8 add level routes 2023-02-01 23:52:03 -03:00
Martin Araneda c17ac0f579 basic crud layout in progress 2023-02-01 23:51:02 -03:00
Chris Cromer 5cbd6ef227
refactor the limit and offset code 2023-02-01 21:55:47 -03:00
Chris Cromer 7cd197ee3a
add filters for each table 2023-02-01 17:56:56 -03:00
Chris Cromer 31ac6b106d
separate the auth routes from the user routes 2023-02-01 16:23:25 -03:00
Chris Cromer 3960bba3eb
add limits to list endpoints 2023-02-01 16:20:29 -03:00
Chris Cromer b179808592
add update and delete endpoints to game controller and router 2023-02-01 14:43:36 -03:00
Chris Cromer 437fcb3f46
reorganize controllers 2023-02-01 14:38:42 -03:00
Chris Cromer e4b760c384
don't join the other tables, let the client ask the API in the other endpoints 2023-02-01 14:31:40 -03:00
Chris Cromer 9fbc414138
simplify the game controller 2023-02-01 14:30:41 -03:00
Chris Cromer 6be49aa11b
add object routes 2023-02-01 13:31:15 -03:00
Chris Cromer fe8c80b1a4
add object state routes 2023-02-01 13:19:19 -03:00
Chris Cromer 78fe19c2bf
add object name routes 2023-02-01 13:18:52 -03:00
Chris Cromer ec3ea08187
add godot version routes 2023-02-01 13:08:28 -03:00
Chris Cromer 4af5e9b621
add frame routes 2023-02-01 13:04:46 -03:00
Chris Cromer fcf6a91257
make game and user use the same structure for all of its endpoints 2023-02-01 12:52:26 -03:00
Chris Cromer fea0ce3d04
fix incorrect variable name 2023-02-01 12:49:14 -03:00
Chris Cromer 1c7c220944
protect the player endpoints behind authentication 2023-02-01 12:48:52 -03:00
Chris Cromer 8d05935bf3
add level routes 2023-02-01 12:48:23 -03:00
Chris Cromer ffb82c9db6 add vite preview port 2023-01-31 23:44:34 -03:00
Chris Cromer eb490c8b21
add vite preview port 2023-01-31 23:39:05 -03:00
Chris Cromer 2749da6df9 add cors allow methods and headers 2023-01-31 23:35:13 -03:00
Chris Cromer 523af1b0cb
add cors allow methods and headers 2023-01-31 23:34:04 -03:00
Chris Cromer 1bd42249ce run the next middleware in the chain 2023-01-31 23:23:03 -03:00
Chris Cromer b0379d1219
run the next middleware in the chain 2023-01-31 23:22:13 -03:00
Chris Cromer 0f3cbd6f05 add cors middleware 2023-01-31 23:12:05 -03:00
Chris Cromer b2000331ce fix player endpoints 2023-01-31 23:12:05 -03:00
Chris Cromer 69cc898fd7 add player routes 2023-01-31 23:12:05 -03:00
Martin Araneda 8e9288f7f1 Login finished 2023-01-31 23:10:19 -03:00
Chris Cromer 0726a31ad5 remove unused themes 2023-01-31 23:10:19 -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 7c3e6e5809 extend the token lifetime 2023-01-31 23:10:18 -03:00
Chris Cromer 4d2e91e48c fix controllers used in OS routes 2023-01-31 23:10:18 -03:00
Chris Cromer 4d198eef62 add os routes and conterollers 2023-01-31 23:10:18 -03:00
Chris Cromer 99dc5515bc ignore the test coverage results 2023-01-31 23:10:18 -03:00
Chris Cromer a8a7cd99a5 remove unused images 2023-01-31 23:10:18 -03:00