Commit Graph

58 Commits

Author SHA1 Message Date
Husky 81eaeb6b9b Logging (#131)
* ci: pull version from package.json on build

* fix: implicit any type

* feat: inital support for logger

* style: fix lint

* feat: move more logging over to pino

* fix: logging around company importing
2025-07-09 12:01:23 +10:00
DecDuck f92e475703 Combined fixes (#116)
* fix: missing CheckIcon import in LanguageSelector

* fix: #114 and error handling

* fix: #97

* fix: lint

* feat: #104

* fix: #72
2025-06-10 10:08:01 +10:00
Husky 7b75b9e66a 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
DecDuck 124f1ccbc0 Fix: Broken footer links #96 (#98)
* fix: footer links

* fix: lint
2025-06-07 17:21:07 +10:00
Husky 2233aec23f 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
DecDuck 00cab7db0d chore: move more admin over to arktype validators 2025-05-30 13:17:21 +10:00
DecDuck 27bf90bed0 fix: various fixes 2025-05-30 10:29:55 +10:00
Huskydog9988 7656dc51b5 feat: allow clients to fetch drop version 2025-05-29 13:29:19 -04:00
Huskydog9988 3fbcc2e886 feat: update checker based gh releases 2025-05-14 16:07:25 -04:00
Huskydog9988 fc9cbe4fa0 feat: new unified data folder 2025-05-10 16:18:28 -04:00
Huskydog9988 e26d5b2fb2 feat: openapi support plus more api validation 2025-05-10 15:16:26 -04:00
Huskydog9988 9adbc157ab feat: unified cache handler 2025-05-07 22:26:34 -04:00
Huskydog9988 1b11427300 docs: why timeline was disabled 2025-05-07 21:45:13 -04:00
Huskydog9988 ad89257023 fix: don't set own script csp 2025-04-17 20:57:27 -04:00
Huskydog9988 bc5ab53b50 fix: last eslint errors 2025-04-15 21:43:27 -04:00
Huskydog9988 1e19ccb442 feat: add eslint and prettier 2025-04-13 21:43:35 -04:00
Huskydog9988 d2760a1c68 feat: add nonce to scripts 2025-04-07 20:01:57 -04:00
Huskydog9988 531d5a9a97 feat: enable nuxt dev tools 2025-04-07 19:57:00 -04:00
Huskydog9988 2b92d75a4b refactor: move tsconfig to nuxt config 2025-04-07 19:55:33 -04:00
Huskydog9988 6c02b03814 feat: sleak transition from store page to item 2025-04-07 16:17:55 -04:00
Huskydog9988 04fa0a570e fix: don't prerender auth routes 2025-04-06 14:28:03 -04:00
DecDuck d92c5a6ec2 Merge branch 'better-ci' of https://github.com/Huskydog9988/drop into Huskydog9988-better-ci 2025-04-05 14:22:21 +11:00
DecDuck b261e12139 fix: fix types, remove @nuxt/image because of broken types 2025-04-05 14:21:37 +11:00
Huskydog9988 bdfa4818f1 feat: typecheck in dev 2025-04-04 18:52:34 -04:00
Huskydog9988 e86f6e94f5 fix: auth prerender 2025-04-04 18:51:01 -04:00
DecDuck bf38921f54 feat: add yarn typecheck and fix all types 2025-04-05 09:40:05 +11:00
Huskydog9988 4134777264 Merge remote-tracking branch 'origin/develop' into db-store 2025-04-03 19:21:05 -04:00
Huskydog9988 3a50e3ebae refactor: session handler 2025-04-03 19:15:33 -04:00
DecDuck ec93dfe3c2 fix: renable nuxt-security with xss validator off 2025-04-01 21:20:54 +11:00
DecDuck 6fe8bf1e76 feat: add cloud save backend 2025-04-01 21:08:57 +11:00
DecDuck 57403a88ff fix: $dropFetch SSR and rate limiting 2025-04-01 12:02:34 +11:00
DecDuck 5654a87233 fix: public assets 2025-03-24 12:55:07 +11:00
Husky 985f32d372 Merge branch 'develop' into perf-fixes 2025-03-16 12:16:47 -04:00
DecDuck c2a1232022 fix: macos and rate limiting 2025-03-15 15:04:52 +11:00
Husky 956875fd89 massive perf improvements
on the store page, brings LCP down to only 5.6s from 11s. total lighthouse score is now 78
2025-03-14 20:18:26 -04:00
DecDuck 2fa57c583a fix?: https redirection issues 2025-03-14 20:31:00 +11:00
DecDuck df33d74bb3 fix: remove @nuxt/content 2025-03-14 13:23:56 +11:00
DecDuck 3067b4b4d0 merge: husky updates 2025-03-14 13:16:26 +11:00
DecDuck 96c7da56fe Merge branch 'metadata-improvements' of https://github.com/Huskydog9988/drop into Huskydog9988-metadata-improvements 2025-03-13 15:54:51 +11:00
Huskydog9988 bb634cb90b automate twitch credential refresh 2025-03-12 19:06:52 -04:00
Huskydog9988 405754abd5 in progress igdb 2025-03-12 19:06:34 -04:00
Huskydog9988 d2976bed63 add content security policy to allow showing remote images for game importing 2025-03-12 19:05:11 -04:00
DecDuck ced981cbc8 feat: migrate to tailwind v4 and fix user token API 2025-02-14 20:01:18 +11:00
DecDuck b97ff1a1b6 feat(acls): refactor & acl descriptions 2025-02-07 17:26:23 +11:00
DecDuck 4f06b8e026 fix(drop-base): add drop-base as git submodule 2024-12-27 16:36:37 +11:00
DecDuck 82428786c4 feat(admin ui): customisable image carousel and new layout 2024-12-27 14:43:40 +11:00
DecDuck 2262fb5df0 feat(store): new endpoints, ui and beginnings of main store page 2024-11-23 21:29:24 +11:00
DecDuck 28a965a6f5 feat(invitations): completed admin UI, with minor changes to backend 2024-11-07 23:23:49 +11:00
DecDuck 48ebc5f9c6 back to yarn, with nuxt telemetry force disabled
I think Nuxt prompts have been messing with the installs
2024-11-04 22:15:36 +11:00
DecDuck 73a2e40941 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