Commit Graph

44 Commits

Author SHA1 Message Date
72ae7a2884 Various bug fixes (#102)
* feat: set lang in html head

* fix: add # in front of git ref

* fix: remove unused vars from example env

* fix: package name and license field

* fix: enable sourcemap for client and server

* fix: emojis not showing in prod

this is extremely cursed, but it works

* chore: refactor auth manager

* feat: disable invitations if simple auth disabled

* feat: add drop version to footer

* feat: translate auth endpoints

* chore: move oidc module

* feat: add weekly tasks

enabled object cleanup as weekly task

* feat: add timestamp to task log msgs

* feat: add guard to prevent invalid progress %

* fix: add missing global scope to i18n components

* feat: set base url for i18n

* feat: switch task log to json format

* ci: run ci on develop branch only

* fix: UserWidget text not updating #109

* fix: EXTERNAL_URL being computed at build

* feat: add basic language outlines for translation

* feat: add more english dialects
2025-06-08 13:49:43 +10:00
681efe95af i18n Support and Task improvements (#80)
* fix: release workflow

* feat: move mostly to internal tasks system

* feat: migrate object clean to new task system

* fix: release not  getting good base version

* chore: set version v0.3.0

* chore: style

* feat: basic task concurrency

* feat: temp pages to fill in page links

* feat: inital i18n support

* feat: localize store page

* chore: style

* fix: weblate doesn't like multifile thing

* fix: update nuxt

* feat: improved error logging

* fix: using old task api

* feat: basic translation docs

* feat: add i18n eslint plugin

* feat: translate store and auth pages

* feat: more translation progress

* feat: admin dash i18n progress

* feat: enable update check by default in prod

* fix: using wrong i18n keys

* fix: crash in library sources page

* feat: finish i18n work

* fix: missing i18n translations

* feat: use twemoji for emojis

* feat: sanatize object ids

* fix: EmojiText's alt text

* fix: UserWidget not using links

* feat: cache and auth for emoji api

* fix: add more missing translations
2025-06-05 09:53:30 +10:00
2056871dc9 Add UI for multi-library management #59 (#63)
* feat: add ui for library source management

* fix: lint
2025-06-01 18:33:42 +10:00
3e5c3678d5 Database-level multi-library support #48 (#58)
* feat: start of library backends

* feat: update backend routes and create initializer

* feat: add legacy library creation

* fix: resolve frontend type errors

* fix: runtime errors

* fix: lint
2025-06-01 16:05:05 +10:00
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