Commit Graph

51 Commits

Author SHA1 Message Date
DecDuck 3fbe514f65 feat: ratings ui, import giantbomb ratings 2025-05-30 22:07:50 +10:00
DecDuck 83a9b22d82 fix: various fixes 2025-05-30 10:29:55 +10:00
Huskydog9988 f97a968e0d fix: not being able to edit game title 2025-05-29 15:59:53 -04:00
Husky dc982df96b Merge branch 'develop' into more-fixes 2025-05-29 13:58:27 -04:00
DecDuck ea90a7f086 fix: blade's metadata issue 2025-05-29 17:28:49 +10: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 b033496710 feat: update checker based gh releases 2025-05-14 16:07:25 -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
DecDuck 90277653cb feat: rework developer/publisher system 2025-05-10 11:59:56 +10: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 52a7de0a8b feat: minimum support for unrefed object cleanup 2025-05-10 11:25:45 +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
DecDuck 464af37afb chore: warn when metadata fails 2025-05-08 19:49:37 +10:00
DecDuck 125fe9e6e2 fix: remove jank prisma script, and move to generated prisma client 2025-05-08 16:17:23 +10:00
DecDuck feedcfc5c4 fix: metadata init issues 2025-04-20 23:24:08 +10:00
DecDuck 3b1d04251c feat: log metadata error if fail 2025-04-20 21:23:09 +10:00
Huskydog9988 87215c4a1e chore: prettier pass 2025-04-15 21:46:34 -04:00
Huskydog9988 8e109dd562 fix: more eslint stuff 2025-04-15 21:10:45 -04:00
Huskydog9988 d4b89b5dc5 fix: inital eslint errors 2025-04-13 21:44:29 -04:00
Huskydog9988 fe82c78571 refactor: remove momentjs 2025-04-06 19:44:38 -04:00
DecDuck 3225f536ce feat: lazy init igdb 2025-03-13 16:18:44 +11:00
DecDuck 8fc37936dc Merge branch 'metadata-improvements' of https://github.com/Huskydog9988/drop into Huskydog9988-metadata-improvements 2025-03-13 15:54:51 +11:00
DecDuck 0ca9a3b2f7 feat: database level metadata provider init 2025-03-13 15:20:13 +11:00
Huskydog9988 f8ae5b70c0 automate twitch credential refresh 2025-03-12 19:06:52 -04:00
Huskydog9988 7a3b30b012 accidently commited secret from testing lol (revoked) 2025-03-12 19:06:52 -04:00
Huskydog9988 4e8cffd778 make pcgamig wiki types match api return 2025-03-12 19:06:52 -04:00
Huskydog9988 bf7eb5b986 fix issue in igdb where company isn't found 2025-03-12 19:06:34 -04:00
Huskydog9988 77d06df7d3 fix manual metadata fetching publishers +types 2025-03-12 19:06:34 -04:00
Huskydog9988 2755aa472b in progress igdb 2025-03-12 19:06:34 -04:00
Huskydog9988 08164cae68 add pcgamingwiki as metadata source 2025-03-12 19:05:11 -04:00
Huskydog9988 4b4e067fac cleanup giantbomb provider 2025-03-12 19:04:32 -04:00
Huskydog9988 d2b485456a gracefully disable metadata provider when api key is missing 2025-03-12 19:04:32 -04:00
DecDuck 9608cc9742 fix: re-enable metadata providers 2025-03-11 11:33:05 +11:00
DecDuck ce8887528f feat(acls): refactor & acl descriptions 2025-02-07 17:26:23 +11:00
DecDuck 2f52a16d52 feat(metadata): 'manual' metadata provider 2024-12-26 19:54:49 +11:00
DecDuck 9b12d4576c feat(object transactions): support more types 2024-12-26 19:37:21 +11:00
DecDuck 2c19e13c09 feat(admin ui): improve feedback when metadata fails 2024-12-25 23:36:39 +11:00
DecDuck 25fc957092 fix(giantbomb): fix for missing developers or publishers 2024-12-08 16:07:42 +11:00
DecDuck e408ac5df8 feat(ui): more ui improvements 2024-11-24 16:12:19 +11:00
DecDuck 93bc143dac additional polish and QoL features 2024-10-22 09:43:00 +11:00
DecDuck cf578bd005 patch metadata handler 2024-10-20 19:44:00 +11:00
DecDuck 27070b6a4c almst complete admin ui and initial store designs 2024-10-11 22:45:02 +11:00
DecDuck a7c33e7d43 completed game importing; partial work on version importing 2024-10-11 00:37:08 +11:00
DecDuck de388a937a object storage interface + utility functions
New ObjectBackend class that requires implementors to specify a few
basic functions, and it handles the permission logic on top of that.
Hopefully there is enough abstraction to suite further use cases!
2024-10-09 13:47:28 +11:00
DecDuck 22ac7f6b15 metadata engine 2024-10-04 13:01:06 +10:00