Commit Graph

53 Commits

Author SHA1 Message Date
85edc4cca2 chore: move more admin over to arktype validators 2025-05-30 13:17:21 +10:00
83a9b22d82 fix: various fixes 2025-05-30 10:29:55 +10:00
15806a3c9f feat: allow clients to fetch drop version 2025-05-29 13:29:19 -04: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
3df6818ffe feat: openapi support plus more api validation 2025-05-10 15:16:26 -04:00
731499be81 feat: unified cache handler 2025-05-07 22:26:34 -04:00
5aa0899bcf docs: why timeline was disabled 2025-05-07 21:45:13 -04:00
86c7aa33ce fix: don't set own script csp 2025-04-17 20:57:27 -04:00
d361e01eef fix: last eslint errors 2025-04-15 21:43:27 -04:00
ff1255f948 feat: add eslint and prettier 2025-04-13 21:43:35 -04:00
4c3413ae63 feat: add nonce to scripts 2025-04-07 20:01:57 -04:00
12ba416ca5 feat: enable nuxt dev tools 2025-04-07 19:57:00 -04:00
e4aeaee6e7 refactor: move tsconfig to nuxt config 2025-04-07 19:55:33 -04:00
106b3f66a4 feat: sleak transition from store page to item 2025-04-07 16:17:55 -04:00
9242a810b0 fix: don't prerender auth routes 2025-04-06 14:28:03 -04:00
b2327b21fe Merge branch 'better-ci' of https://github.com/Huskydog9988/drop into Huskydog9988-better-ci 2025-04-05 14:22:21 +11:00
b22681c555 fix: fix types, remove @nuxt/image because of broken types 2025-04-05 14:21:37 +11:00
8d88728c99 feat: typecheck in dev 2025-04-04 18:52:34 -04:00
7141735664 fix: auth prerender 2025-04-04 18:51:01 -04:00
82baeb909a feat: add yarn typecheck and fix all types 2025-04-05 09:40:05 +11:00
81be7ccf58 Merge remote-tracking branch 'origin/develop' into db-store 2025-04-03 19:21:05 -04:00
a9d1a442f6 refactor: session handler 2025-04-03 19:15:33 -04:00
57f50b0306 fix: renable nuxt-security with xss validator off 2025-04-01 21:20:54 +11:00
36e6c92938 feat: add cloud save backend 2025-04-01 21:08:57 +11:00
1048653eef fix: $dropFetch SSR and rate limiting 2025-04-01 12:02:34 +11:00
e4e1c66bca fix: public assets 2025-03-24 12:55:07 +11:00
d4d1eaf2e2 Merge branch 'develop' into perf-fixes 2025-03-16 12:16:47 -04:00
6918e78cf9 fix: macos and rate limiting 2025-03-15 15:04:52 +11:00
cd93ba2197 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
98c8258127 fix?: https redirection issues 2025-03-14 20:31:00 +11:00
3527f678e5 fix: remove @nuxt/content 2025-03-14 13:23:56 +11:00
1ad1ebb3fd merge: husky updates 2025-03-14 13:16:26 +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
f8ae5b70c0 automate twitch credential refresh 2025-03-12 19:06:52 -04:00
2755aa472b in progress igdb 2025-03-12 19:06:34 -04:00
2b7bc6965d add content security policy to allow showing remote images for game importing 2025-03-12 19:05:11 -04:00
a64a2479ba feat: migrate to tailwind v4 and fix user token API 2025-02-14 20:01:18 +11:00
ce8887528f feat(acls): refactor & acl descriptions 2025-02-07 17:26:23 +11:00
b75ebd13b7 fix(drop-base): add drop-base as git submodule 2024-12-27 16:36:37 +11:00
937954fa02 feat(admin ui): customisable image carousel and new layout 2024-12-27 14:43:40 +11:00
9cbdcbcdf6 feat(store): new endpoints, ui and beginnings of main store page 2024-11-23 21:29:24 +11:00
599da0e348 feat(invitations): completed admin UI, with minor changes to backend 2024-11-07 23:23:49 +11:00
46d35adfdb 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
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
7d2a1c6952 starting docs infra 2024-10-25 13:15:46 +11:00
c355f6fdbb cleanup & polish 2024-10-21 21:49:51 +11:00
1f575b2bc0 small fixes & SSR disabled
SSR was causing weird issues where error pages would flash because the
user wasn't logged in. I'm disabling it for now, but I will eventually
look into ways to fix the issue and re-enable it.
2024-10-17 21:04:32 +11:00
718f5ba514 task API
The Task API allows for an easy way to create long-lived tasks that
require reporting back to user with progress/logs. It will be used in
the upcoming game importing.
2024-10-10 16:13:10 +11:00
909432a6ce client initiate 2024-10-08 13:17:30 +11:00