Commit Graph
100 Commits
Author SHA1 Message Date
Huskydependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>DecDuck
1ae051f066 Update Prisma to 6.11 (#133)
* chore: update prisma to 6.11

more prisma future proofing due to experimental features

* chore: update dependencies

twemoji - new unicode update
argon2 - bux fixes
vue3-carousel - improve mobile experiance
vue-tsc - more stable

* fix: incorrect prisma version in docker

Also remove default value for BUILD_DROP_VERSION, that is now handled in nuxt config

* fix: no logging in prod

* chore: optimize docker builds even more

* fix: revert adoption of prisma driverAdapters

see: https://github.com/prisma/prisma/issues/27486

* chore: optimize dockerignore some more

* Fix `pino-pretty` not being included in build (#135)

* Remove `pino` from frontend

* Fix for downloads and removing of library source (#136)

* fix: downloads and removing library source

* fix: linting

* Fix max file size of 4GB (update droplet) (#137)

* Fix manual metadata import (#138)

* chore(deps): bump vue-i18n from 10.0.7 to 10.0.8 (#140)

Bumps [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) from 10.0.7 to 10.0.8.
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v10.0.8/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: vue-i18n
  dependency-version: 10.0.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @intlify/core from 10.0.7 to 10.0.8 (#139)

---
updated-dependencies:
- dependency-name: "@intlify/core"
  dependency-version: 10.0.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Small fixes (#141)

* fix: save task as Json rather than string

* fix: pull objects before creating game in database

* fix: strips relative dirs from version information

* fix: #132

* fix: lint

* fix: news object ids and small tweaks

* fix: notification styling errors

* fix: lint

* fix: build issues by regenerating lockfile

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: DecDuck <declanahofmeyr@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-25 21:28:00 +10:00
Husky 2b70cea4e0 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
Husky 73c27f0984 User invite uses external domain option (#118)
* feat: user invite uses external domain option
fixes #117

* fix: inconsistent external url format

* fix: normalize external url more cleanly
2025-07-01 09:11:26 +10:00
Husky 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
Husky 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
Huskydog9988 185f37f135 fix: release workflow 2025-05-30 19:01:39 +10:00
Huskydog9988 4f789a2e5b feat: cleanup extra metadata 2025-05-29 17:27:03 -04:00
Huskydog9988 d1c09784a4 fix: remove unused favicon ref 2025-05-29 17:07:30 -04:00
Huskydog9988 37fa9537d0 feat: object cleanup is finally here 2025-05-29 16:55:24 -04:00
Huskydog9988 f97a968e0d fix: not being able to edit game title 2025-05-29 15:59:53 -04:00
Huskydog9988 59b77b5a5e fix: allow specifying git ref 2025-05-29 15:22:12 -04:00
Huskydog9988 ad2c0f982a feat: add attestations to docker images
attestations are best practice https://docs.docker.com/build/ci/github-actions/attestations/
2025-05-29 14:26:15 -04:00
Huskydog9988 04d5ad0519 fix: compose not following node best practices 2025-05-29 14:18:57 -04:00
Huskydog9988 f08e1b40c3 fix: git install in docker 2025-05-29 14:18:19 -04:00
Husky dc982df96b Merge branch 'develop' into more-fixes 2025-05-29 13:58:27 -04:00
Huskydog9988 d99c648259 fix: accidental removal of nightly tag 2025-05-29 13:54:14 -04:00
Huskydog9988 233324d6fb feat: supply drop version during release build 2025-05-29 13:52:32 -04:00
Huskydog9988 15806a3c9f feat: allow clients to fetch drop version 2025-05-29 13:29:19 -04:00
Huskydog9988 be793ce0f7 fix: use ghcr instead of docker registry 2025-05-28 12:15:23 -04:00
Husky ddaba898ee Merge branch 'develop' into more-fixes 2025-05-27 15:17:42 -04:00
Huskydog9988 0816d2ab3e fix: info leak in screenshots api 2025-05-27 15:14:50 -04:00
Huskydog9988 4b009f1aca feat: basic playtime backend 2025-05-27 12:30:20 -04:00
Huskydog9988 21eec081ee fix: missing user check in screenshot api endpoint 2025-05-15 18:28:08 -04:00
Huskydog9988 4fbc730490 chore: style 2025-05-15 17:29:43 -04:00
Huskydog9988 a89c657fe1 feat: very basic screenshot api 2025-05-15 15:51:35 -04:00
Huskydog9988 831b20d737 fix: remove old requiredPerms field 2025-05-15 14:42:40 -04:00
Huskydog9988 59c3b9b76e fix: don't send system notifications to all users 2025-05-15 13:53:05 -04:00
Huskydog9988 bee3b0c588 fix: drop update notifications 2025-05-15 13:45:05 -04:00
Huskydog9988 1165d86c2c Merge remote-tracking branch 'origin/develop' into more-fixes 2025-05-15 13:38:46 -04:00
Huskydog9988 9d2aded70f feat: add acl to notifications
not sure if i got all the acls of the different notifications down rn, but it seems to be about right
2025-05-14 22:53:09 -04:00
Huskydog9988 82b123a345 fix: gamerating model 2025-05-14 22:13:53 -04:00
Huskydog9988 a34f10d9b9 feat: igdb tag support 2025-05-14 22:03:32 -04:00
Huskydog9988 9bf36c8737 feat: pcgamgingwiki desc in searchstub 2025-05-14 21:52:32 -04:00
Huskydog9988 bea26a9a6d feat: game metadata rating support 2025-05-14 21:40:25 -04:00
Huskydog9988 6df2ef1740 fix: igdb assuming certain values always exist 2025-05-14 21:38:16 -04:00
Huskydog9988 56e1ba64ed fix: check update not using drop's correct version 2025-05-14 19:54:06 -04:00
Huskydog9988 898516b33d chore: style 2025-05-14 18:27:31 -04:00
Huskydog9988 2cc3f1329c feat: fs object metadata cache and validation 2025-05-14 17:19:51 -04:00
Huskydog9988 b551788c4c fix: object fs backend not deleting metadata 2025-05-14 16:51:45 -04:00
Huskydog9988 ccdbbcf01c fix: editing game image metadata in admin panel 2025-05-14 16:30:35 -04:00
Huskydog9988 b033496710 feat: update checker based gh releases 2025-05-14 16:07:25 -04:00
Huskydog9988 a101ff07c4 fix: allow notification nonce reuse per user 2025-05-14 15:40:55 -04:00
Huskydog9988 dad2161754 feat: games now have tag support 2025-05-11 12:52:00 -04:00
Huskydog9988 a8ee27eea9 feat: pcgamgingwiki now provides a description 2025-05-11 00:35:16 -04:00
Huskydog9988 1bbdf46a0e feat: better docker builds 2025-05-10 23:49:58 -04:00
Huskydog9988 fc74738643 feat: new unified data folder 2025-05-10 16:18:28 -04:00
Huskydog9988 60d22ea280 fix: back button link in admin dash 2025-05-10 16:02:44 -04:00
Huskydog9988 3df6818ffe feat: openapi support plus more api validation 2025-05-10 15:16:26 -04:00
Huskydog9988 cbf480bef9 fix: pcgamingwiki not parsing company websites 2025-05-10 11:25:45 +10:00
Huskydog9988 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
Huskydog9988 14f0833d17 feat: finish migrating to new objectid naming 2025-05-10 11:25:45 +10:00
Huskydog9988 7f7d8c8f45 fix: linting errors 2025-05-10 11:25:45 +10:00
Huskydog9988 52a7de0a8b feat: minimum support for unrefed object cleanup 2025-05-10 11:25:45 +10:00
Huskydog9988 dbded55113 feat: identify unused objects 2025-05-10 11:25:44 +10:00
Huskydog9988 aa3105aecd feat: manually edit search term for game import 2025-05-10 11:25:44 +10:00
Huskydog9988 0c48d42c2d fix: missing metadata preventing game import
when a metadata provider fails to import a game's developer / publisher, the import is no longer blocked. the imports usally fail because there isn't a page for these compaines
2025-05-10 11:25:44 +10:00
Huskydog9988 836ba33fe4 feat: basic screenshot manager 2025-05-10 11:25:44 +10:00
Huskydog9988 17e4734cfb fix: pcgamingwiki not parsing company websites 2025-05-08 21:22:15 -04:00
Huskydog9988 b681476373 feat: unified company metadata store
still need to migrate users from old developer and publisher tables
2025-05-08 20:44:37 -04:00
Huskydog9988 7e5e7b032b feat: finish migrating to new objectid naming 2025-05-08 19:42:46 -04:00
Huskydog9988 df291c3e9a fix: linting errors 2025-05-08 19:26:46 -04:00
Huskydog9988 bf691a7f5c feat: minimum support for unrefed object cleanup 2025-05-08 19:20:34 -04:00
Huskydog9988 597a2264e8 feat: identify unused objects 2025-05-08 19:19:10 -04:00
Huskydog9988 1a2d3c8207 feat: manually edit search term for game import 2025-05-08 12:16:12 -04:00
Huskydog9988 471e85d7c6 fix: missing metadata preventing game import
when a metadata provider fails to import a game's developer / publisher, the import is no longer blocked. the imports usally fail because there isn't a page for these compaines
2025-05-08 11:57:37 -04:00
Huskydog9988 f9f437dd85 feat: basic screenshot manager 2025-05-08 11:38:09 -04:00
Huskydog9988 952df560ec chore: remove fsbackend console logs 2025-05-07 22:32:24 -04:00
Huskydog9988 1db2229ad3 fix: edgecase where object hash isn't read 2025-05-07 22:29:10 -04:00
Huskydog9988 731499be81 feat: unified cache handler 2025-05-07 22:26:34 -04:00
Huskydog9988 5aa0899bcf docs: why timeline was disabled 2025-05-07 21:45:13 -04:00
Huskydog9988 30b065dde3 fix: eslint error and server plugin name 2025-05-07 18:50:57 -04:00
Huskydog9988 1f510bee57 Merge branch 'develop' of https://github.com/Huskydog9988/drop into more-stuff 2025-05-07 18:45:36 -04:00
Huskydog9988 07b34c874d refactor: homepage link in header 2025-05-07 18:42:13 -04:00
Huskydog9988 c449b45009 chore: remove redundant omitApi prisma option 2025-04-24 18:34:20 -04:00
Huskydog9988 f1f19c8263 feat: run tasks at startup 2025-04-23 21:14:16 -04:00
Huskydog9988 86c7aa33ce fix: don't set own script csp 2025-04-17 20:57:27 -04:00
Huskydog9988 26abb75e94 ci: add prefix to branch based docker tags 2025-04-17 20:18:21 -04:00
Huskydog9988 8eec8b19dd fix: userwidget not opening 2025-04-17 20:17:31 -04:00
Huskydog9988 582acfb385 fix: missing components errors 2025-04-16 12:03:42 -04:00
Huskydog9988 456902c784 fix: type error in $dropFetch 2025-04-15 22:01:24 -04:00
Huskydog9988 87215c4a1e chore: prettier pass 2025-04-15 21:46:34 -04:00
Huskydog9988 d361e01eef fix: last eslint errors 2025-04-15 21:43:27 -04:00
Huskydog9988 8e109dd562 fix: more eslint stuff 2025-04-15 21:10:45 -04:00
Huskydog9988 8f429e1e56 fix: eslint errors, switch to using maps 2025-04-15 20:04:45 -04:00
Huskydog9988 e362f732e7 fix: more eslint issues 2025-04-13 22:10:28 -04:00
Huskydog9988 86c2d00726 feat: add lint ci job 2025-04-13 21:46:41 -04:00
Huskydog9988 d4b89b5dc5 fix: inital eslint errors 2025-04-13 21:44:29 -04:00
Huskydog9988 ff1255f948 feat: add eslint and prettier 2025-04-13 21:43:35 -04:00
Huskydog9988 f384492ed2 fix: missing key in loops 2025-04-12 16:03:35 -04:00
Huskydog9988 22a7cfa544 feat: save fs objectbackend hashes 2025-04-12 15:54:26 -04:00
Huskydog9988 228d109692 fix: incorrect perms when deleting objects 2025-04-11 19:32:30 -04:00
Huskydog9988 dc89ff95d8 feat: make internal objectbackend methods private 2025-04-10 19:57:08 -04:00
Huskydog9988 04c56fd985 chore: update @types/bcryptjs 2025-04-10 19:50:37 -04:00
Huskydog9988 ca03be7f43 fix: don't add write perms, users can only delete objects 2025-04-10 19:50:04 -04:00
Huskydog9988 35a2d98790 fix: don't use stream package 2025-04-10 19:29:11 -04:00
Huskydog9988 c4d8b24295 feat: hash objects for etag value 2025-04-09 14:48:13 -04:00
Huskydog9988 e7566a6316 feat: upgrade to nuxt 3.16 2025-04-07 21:55:52 -04:00
Huskydog9988 fdffd9a32a feat: add skeleton for loading game carousel 2025-04-07 21:28:58 -04:00
Huskydog9988 4c3413ae63 feat: add nonce to scripts 2025-04-07 20:01:57 -04:00
Huskydog9988 30e3e7289a chore: drop unused dep 2025-04-07 19:57:47 -04:00