Commit Graph

18 Commits

Author SHA1 Message Date
090d2e6586 feat(acls): added backend acls 2025-03-10 10:34:26 +11:00
e505e58192 feat(admin ui): add modifying game descriptions 2024-12-27 19:52:59 +11:00
2f52a16d52 feat(metadata): 'manual' metadata provider 2024-12-26 19:54:49 +11:00
305de9f45a refactor: more consistent naming for globals 2024-11-24 15:29:14 +11:00
8463e35a10 fix: admin invitation w/ system user 2024-11-16 17:03:04 +11:00
2c21a235b2 feat: introduction of 'system user' 2024-11-16 16:18:15 +11:00
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