Commit Graph

40 Commits

Author SHA1 Message Date
b033496710 feat: update checker based gh releases 2025-05-14 16:07:25 -04:00
fc74738643 feat: new unified data folder 2025-05-10 16:18:28 -04:00
afaaaf2eb5 feat: unified company metadata store
still need to migrate users from old developer and publisher tables
2025-05-10 11:25:45 +10:00
14f0833d17 feat: finish migrating to new objectid naming 2025-05-10 11:25:45 +10:00
125fe9e6e2 fix: remove jank prisma script, and move to generated prisma client 2025-05-08 16:17:23 +10:00
e3ed60feae feat: add oidc to admin panel 2025-05-08 15:48:46 +10:00
30b065dde3 fix: eslint error and server plugin name 2025-05-07 18:50:57 -04:00
1f510bee57 Merge branch 'develop' of https://github.com/Huskydog9988/drop into more-stuff 2025-05-07 18:45:36 -04:00
19ff73cc30 feat: oidc 2025-05-07 22:14:04 +10:00
f1f19c8263 feat: run tasks at startup 2025-04-23 21:14:16 -04:00
feedcfc5c4 fix: metadata init issues 2025-04-20 23:24:08 +10:00
8e109dd562 fix: more eslint stuff 2025-04-15 21:10:45 -04:00
8f429e1e56 fix: eslint errors, switch to using maps 2025-04-15 20:04:45 -04:00
d4b89b5dc5 fix: inital eslint errors 2025-04-13 21:44:29 -04:00
a9d1a442f6 refactor: session handler 2025-04-03 19:15:33 -04:00
9dc35c80c5 Merge branch 'develop' into db-store 2025-04-03 18:12:07 -04:00
6ed7e76b17 move auth pages into auth dir 2025-03-22 15:54:43 -04:00
61764e81b8 store certs in db 2025-03-14 10:53:37 -04:00
bd1cb67cd0 feat: user page & $dropFetch util 2025-03-14 12:22:08 +11:00
8fc37936dc Merge branch 'metadata-improvements' of https://github.com/Huskydog9988/drop into Huskydog9988-metadata-improvements 2025-03-13 15:54:51 +11:00
0ca9a3b2f7 feat: database level metadata provider init 2025-03-13 15:20:13 +11:00
ce8887528f feat(acls): refactor & acl descriptions 2025-02-07 17:26:23 +11:00
d4dd259b5f feat(acls): added backend acls 2025-02-04 13:15:52 +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