Commit Graph

12 Commits

Author SHA1 Message Date
87230fb0e7 refactor: more consistent naming for object handler 2024-11-16 16:11:20 +11:00
be6c30dfee chore(invitations): add expires field 2024-11-07 19:07:05 +11:00
8999303f0a refactor(ca): change name of store file 2024-11-06 09:20:02 +11:00
c5d00b4766 docker based deployment 2024-11-04 20:50:35 +11:00
5fe2036f0b immutable application settings framework 2024-11-02 11:32:36 +11:00
b2ab827a55 add proper carousel to store page
uses the VueCarousel library to add an actual carousel to the store page
for the images. uses responsive styles
2024-10-27 15:21:31 +11:00
ef13b68592 better server side signin redirects
this makes it so if a user requests a page (not API route) and isn't
signed in, it automatically redirects them to the sign in page (doesn't
show a flash of the error page)
2024-10-23 12:55:38 +11:00
a7c33e7d43 completed game importing; partial work on version importing 2024-10-11 00:37:08 +11:00
435551c207 object storage + full permission system + testing
Object storage now works fully, with the permission system. It still
needs additional external endpoints for updating and deleting objects
from the API, but it is otherwise complete. Further tasks include
writing an S3 adapter.
2024-10-09 14:43:06 +11:00
bfafd2a044 ca groundwork 2024-10-07 22:35:54 +11:00
22ac7f6b15 metadata engine 2024-10-04 13:01:06 +10:00
e1a789fa36 initial commit 2024-09-28 19:12:11 +10:00