Georges-Antoine Assi
7906dc0d6b
use correct beta api key
2025-07-11 09:50:24 -04:00
Georges-Antoine Assi
ca58028ebc
playmatch should just use the first file
2025-07-10 19:37:37 -04:00
Georges-Antoine Assi
00beb4bd30
gfet filesize direct from fs_files
2025-07-10 19:13:18 -04:00
Georges-Antoine Assi
bd06961fa5
fix hasheous url_screenshots again
2025-07-10 16:10:23 -04:00
Georges-Antoine Assi
cbdb166b83
store are req props on ron if scan fails
2025-07-10 13:14:40 -04:00
Georges-Antoine Assi
75b6ca9277
fix generating supported platforms
2025-07-09 15:57:48 -04:00
Georges-Antoine Assi
ca5f8eacb1
add more moby slugs
2025-07-09 15:08:45 -04:00
Georges-Antoine Assi
4b2c46f73b
fix setting cache conditional
2025-07-09 11:46:27 -04:00
Georges-Antoine Assi
06d60fa0e3
start adding slugs to mobygames platforms
2025-07-09 11:18:08 -04:00
Georges-Antoine Assi
837d36375d
Fix metadata issues in heasheous handler
2025-07-09 09:14:41 -04:00
Georges-Antoine Assi
0e5a486e4a
merge igdb and ra roms
2025-07-05 19:08:19 -04:00
Georges-Antoine Assi
aea315ff24
complete hasheous proxy
2025-07-05 18:29:13 -04:00
Georges-Antoine Assi
691697b6fd
fix first release date
2025-07-05 18:21:08 -04:00
Georges-Antoine Assi
6f41c07c97
use right api endpoint
2025-07-05 13:31:59 -04:00
Georges-Antoine Assi
10eb50b501
Merge branch 'master' into hasheous-igdb-proxy
2025-07-05 09:59:01 -04:00
Georges-Antoine Assi
4158b278eb
fix check issues
2025-07-04 17:55:45 -04:00
Georges-Antoine Assi
e8f8f1621c
complete migration to uv
2025-07-04 09:54:04 -04:00
Georges-Antoine Assi
e23c86358c
IGDB ID should be an int for hasheous
2025-07-01 15:33:28 -04:00
Michael Manganiello
252722e3bc
misc: Apply pyupgrade changes for Python 3.12 compatibility
...
Command applied:
```
find ./backend/ -type f -name "*.py" -exec pyupgrade --py312-plus {} \;
```
2025-06-29 12:27:16 -03:00
Michael Manganiello
4209ee4481
misc: Create MobyGames service adapter
...
Add a new service adapter for the MobyGames API, to separate concerns
with RomM's handler for metadata.
This adapter is agnostic to the handler and only provides methods to
interact with the API, and correctly return typed responses.
2025-06-27 01:15:49 -03:00
Michael Manganiello
1321c87351
Merge pull request #2017 from rommapp/misc/remove-unused-roms-handler-methods
...
misc: Remove unused methods from Roms handler
2025-06-26 22:08:12 -03:00
Michael Manganiello
bf9fb12f91
misc: Create SteamGridDB service adapter
...
Add a new service adapter for the SteamGridDB API, to separate
concerns with RomM's handler for metadata.
This adapter is agnostic to the handler and only provides methods to
interact with the API, and correctly return typed responses.
2025-06-25 09:42:32 -03:00
Michael Manganiello
57f1f2a013
misc: Remove unused methods from Roms handler
...
These methods are no longer used in the codebase and have been removed
to clean up the code.
2025-06-25 09:31:01 -03:00
Georges-Antoine Assi
35ad51fefb
Add more platforms for ssfr
2025-06-24 21:51:18 -03:00
Michael Manganiello
8647057e54
misc: Remove _request method from RAHandler
...
This logic was moved to the RetroAchievements service in #1951 .
2025-06-20 12:41:29 -03:00
Michael Manganiello
3f9957ab40
fix: Query filters and boolean default values
2025-06-19 14:20:52 -03:00
Michael Manganiello
fb8f234ba4
misc: Remove deprecated boolean parameters from get_roms endpoint
...
These parameters were replaced by optional versions that allow for more
flexibility. This change removes code already marked as deprecated.
2025-06-19 13:54:47 -03:00
Michael Manganiello
da8e7fd90c
misc: Create ScreenScraper service adapter
...
Add a new service adapter for the ScreenScraper API, to separate
concerns with RomM's handler for metadata.
This adapter is agnostic to the handler and only provides methods to
interact with the API, and correctly return typed responses.
2025-06-19 10:17:27 -03:00
zurdi
a4c60e73a1
fix: update linter versions and improve query filter logic in roms_handler
2025-06-18 16:29:07 +00:00
Zurdi
08682d4f9a
Update backend/handler/database/roms_handler.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-06-18 18:23:51 +02:00
zurdi
ac036ca081
Merge remote-tracking branch 'origin/master' into misc/random_fixes
2025-06-18 15:35:09 +00:00
Georges-Antoine Assi
40b52924be
Merge pull request #1994 from rommapp/tgdb-handler
...
Add TheGamesDB handler for platforms
2025-06-18 11:33:19 -04:00
Georges-Antoine Assi
f9ff5a6c8a
add placeholder for ra metadat proxy
2025-06-18 11:33:07 -04:00
Georges-Antoine Assi
41d7bf8f13
start using hasheous as igdb proxy
2025-06-18 10:08:20 -04:00
zurdi
b08ac38207
add: verified filter
2025-06-18 13:29:35 +00:00
zurdi
e12114e9ef
fix: update badge path handling and improve user progression refresh logic
2025-06-18 10:25:51 +00:00
zurdi
2bf7aa4ba8
Merge remote-tracking branch 'origin/master'
2025-06-18 09:29:49 +00:00
zurdi
6fe80db114
fix: playmatch scanner
2025-06-18 09:29:05 +00:00
Georges-Antoine Assi
60bbfc9b93
return if disabled
2025-06-17 19:01:18 -04:00
Georges-Antoine Assi
0206bf5b53
remove fetching platforms
2025-06-17 18:55:10 -04:00
Georges-Antoine Assi
0df705b6f2
add back to scan page
2025-06-17 18:54:48 -04:00
Georges-Antoine Assi
da74354eed
fix ra platform id
2025-06-17 18:50:25 -04:00
Georges-Antoine Assi
1a6654e436
add env var
2025-06-17 18:47:30 -04:00
Georges-Antoine Assi
822c7cc659
populate platform data
2025-06-17 18:31:08 -04:00
Georges-Antoine Assi
be5678da08
setup platforms for tgdb
2025-06-17 17:04:14 -04:00
Georges-Antoine Assi
d39614e87a
Merge pull request #1990 from rommapp/hasheous-matching
...
Hasheous matching
2025-06-17 16:24:58 -04:00
Georges-Antoine Assi
4015ab30a4
small syntax bug
2025-06-17 14:35:01 -04:00
Georges-Antoine Assi
66741474cf
catch 404 errors in hasheous
2025-06-17 12:46:07 -04:00
Georges-Antoine Assi
28d9807cb9
changes from self review
2025-06-17 12:18:26 -04:00
zurdi
b1aa232ed6
fix: RA metadata file from new platform
2025-06-17 09:40:20 +00:00