|
36f9f0183f
|
minor fixes to login
|
2023-02-06 22:28:38 -03:00 |
|
|
c56f3abf88
|
refactor the limit and offset code
|
2023-02-01 23:52:04 -03:00 |
|
|
bb735afe33
|
add filters for each table
|
2023-02-01 23:52:04 -03:00 |
|
|
dbad5ed64b
|
separate the auth routes from the user routes
|
2023-02-01 23:52:03 -03:00 |
|
|
071ba0a986
|
add limits to list endpoints
|
2023-02-01 23:52:03 -03:00 |
|
|
41d5fc2d4b
|
add update and delete endpoints to game controller and router
|
2023-02-01 23:52:03 -03:00 |
|
|
6ea3e89741
|
reorganize controllers
|
2023-02-01 23:52:03 -03:00 |
|
|
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 |
|
|
3f931f5ef8
|
simplify the game controller
|
2023-02-01 23:52:03 -03:00 |
|
|
038eefa72a
|
add object routes
|
2023-02-01 23:52:03 -03:00 |
|
|
4042e28939
|
add object state routes
|
2023-02-01 23:52:03 -03:00 |
|
|
162fbd0404
|
add object name routes
|
2023-02-01 23:52:03 -03:00 |
|
|
88af722686
|
add godot version routes
|
2023-02-01 23:52:03 -03:00 |
|
|
8f1f18de8b
|
add frame routes
|
2023-02-01 23:52:03 -03:00 |
|
|
9ebce5f1d9
|
make game and user use the same structure for all of its endpoints
|
2023-02-01 23:52:03 -03:00 |
|
|
e2f3a26c88
|
fix incorrect variable name
|
2023-02-01 23:52:03 -03:00 |
|
|
8caec6a46d
|
protect the player endpoints behind authentication
|
2023-02-01 23:52:03 -03:00 |
|
|
48cd36d0a8
|
add level routes
|
2023-02-01 23:52:03 -03:00 |
|
|
c17ac0f579
|
basic crud layout in progress
|
2023-02-01 23:51:02 -03:00 |
|
|
ffb82c9db6
|
add vite preview port
|
2023-01-31 23:44:34 -03:00 |
|
|
2749da6df9
|
add cors allow methods and headers
|
2023-01-31 23:35:13 -03:00 |
|
|
1bd42249ce
|
run the next middleware in the chain
|
2023-01-31 23:23:03 -03:00 |
|
|
0f3cbd6f05
|
add cors middleware
|
2023-01-31 23:12:05 -03:00 |
|
|
b2000331ce
|
fix player endpoints
|
2023-01-31 23:12:05 -03:00 |
|
|
69cc898fd7
|
add player routes
|
2023-01-31 23:12:05 -03:00 |
|
|
8e9288f7f1
|
Login finished
|
2023-01-31 23:10:19 -03:00 |
|
|
0726a31ad5
|
remove unused themes
|
2023-01-31 23:10:19 -03:00 |
|
|
9cc410006a
|
gofmt format fixes
|
2023-01-31 23:10:19 -03:00 |
|
|
00b620f229
|
use json instead of form body
|
2023-01-31 23:10:19 -03:00 |
|
|
7c3e6e5809
|
extend the token lifetime
|
2023-01-31 23:10:18 -03:00 |
|
|
4d2e91e48c
|
fix controllers used in OS routes
|
2023-01-31 23:10:18 -03:00 |
|
|
4d198eef62
|
add os routes and conterollers
|
2023-01-31 23:10:18 -03:00 |
|
|
99dc5515bc
|
ignore the test coverage results
|
2023-01-31 23:10:18 -03:00 |
|
|
a8a7cd99a5
|
remove unused images
|
2023-01-31 23:10:18 -03:00 |
|
|
81e32aad29
|
rename the env example file so it isn't hidden
|
2023-01-31 23:10:18 -03:00 |
|
|
4117e1faad
|
ignore debug binary
|
2023-01-31 23:10:18 -03:00 |
|
|
505fce9848
|
improve http status responses and funcion names in game controller
|
2023-01-31 23:10:18 -03:00 |
|
|
489e5e60b9
|
improve user controller http responses and error checking
|
2023-01-31 23:10:18 -03:00 |
|
|
b9b88eaf0e
|
organize user routes
|
2023-01-31 23:10:18 -03:00 |
|
|
c4880480ec
|
update dependency versions
|
2023-01-31 23:10:18 -03:00 |
|
|
8626368af2
|
Login page finished
|
2023-01-30 21:32:32 -03:00 |
|
|
d82eb440e8
|
basic chart menu finished
|
2023-01-30 12:48:37 -03:00 |
|
|
38e306a903
|
change game to download in the docker compose file
|
2023-01-25 20:59:19 -03:00 |
|
|
ae64fd8baf
|
switch to a fresh vue/vite project and appy just the basic sakai theme
|
2023-01-25 20:55:24 -03:00 |
|
|
d9f45a4552
|
ignore the contents of the download directory
|
2023-01-25 20:52:26 -03:00 |
|
|
701f3b3a41
|
move the game directory to be a download directory
|
2023-01-25 20:51:45 -03:00 |
|
|
e9ccdaac27
|
add axios to packages
|
2023-01-22 21:32:55 -03:00 |
|
|
a404b71bcb
|
remove npm lock
|
2023-01-22 21:32:33 -03:00 |
|
|
76f8e1421e
|
switch default theme to dark in index.html
|
2023-01-22 21:15:06 -03:00 |
|
|
aa4448d2cc
|
change site name
|
2023-01-22 21:14:42 -03:00 |
|