nendo
a236123e4f
feat(saves): add slot-based save sync with content hash deduplication
...
- Add device registration and save synchronization
- Implement slot-based save organization with datetime tagging
- Add conflict detection for multi-device sync scenarios
- Add content hash computation for save deduplication
- Support ZIP inner-file hashing for consistent deduplication
- Add confirm_download endpoint for sync state management
- Add overwrite parameter to bypass conflict checks
2026-01-31 21:57:22 +09:00
Georges-Antoine Assi
03ca2ae681
replace amp with ampersnad
2026-01-29 13:16:06 -05:00
Georges-Antoine Assi
58e16d9c69
[ROMM-2949] Add support for shortfile scummvm names
2026-01-29 11:12:35 -05:00
Georges-Antoine Assi
24fef1139b
Merge branch 'master' into feature/device-registration-save-sync
2026-01-28 19:42:57 -05:00
Georges-Antoine Assi
7c2c964c32
fix check issues
2026-01-28 16:05:19 -05:00
Georges-Antoine Assi
98ed9a9f2f
changes from self-review
2026-01-28 15:48:10 -05:00
Georges-Antoine Assi
b95e99ac95
store cache in redis
2026-01-28 15:19:57 -05:00
Georges-Antoine Assi
f432847793
fixes after merge
2026-01-28 15:01:37 -05:00
Georges-Antoine Assi
2a1583e504
Merge branch 'master' into launchbox-handler
2026-01-28 15:01:01 -05:00
Georges-Antoine Assi
67efe62935
Merge branch 'master' into only-ids-param
2026-01-28 14:47:10 -05:00
Georges-Antoine Assi
b49522e3e8
changes from bot review
2026-01-22 15:27:18 -05:00
Georges-Antoine Assi
7f5130c9b8
Add NONE support for filter logic operators
2026-01-22 13:47:55 -05:00
Gravel Freeman
732cc2a530
add support for importing metadata from a local launchbox installation
2026-01-19 13:12:27 -05:00
Georges-Antoine Assi
f48cf10e43
add more to fs error logs
2026-01-19 12:02:53 -05:00
Georges-Antoine Assi
e9b6fa202b
tweak some db code
2026-01-19 09:47:55 -05:00
Georges-Antoine Assi
6eb888416f
final manual clenaup
2026-01-18 22:51:43 -05:00
Georges-Antoine Assi
bddb7bd9f5
manual cleanup
2026-01-18 22:27:46 -05:00
Georges-Antoine Assi
3ccc14d4a2
add endpoints for identifiers
2026-01-18 22:17:37 -05:00
Georges-Antoine Assi
54bfb3fec5
DB functions accept list of params
2026-01-18 21:26:48 -05:00
Georges-Antoine Assi
9b64accccc
Merge pull request #2915 from BrandonKowalski/feature/collection-updated-after-query-param
...
Feature/collection-updated-after-query-param
2026-01-18 10:23:07 -05:00
Georges-Antoine Assi
70522ee6fd
set generation for a couple consoles
2026-01-18 09:36:12 -05:00
nendo
36eec298d1
Add device-based save synchronization
...
Implement device registration and save sync tracking to enable
multi-device save management with conflict detection.
- Device CRUD endpoints (POST/GET/PUT/DELETE /api/devices)
- Save sync state tracking per device
- Conflict detection on upload (409 when device has stale sync)
- Download sync tracking (optimistic and confirmed modes)
- Track/untrack saves per device
- DEVICES_READ/WRITE scopes for authorization
2026-01-18 16:50:44 +09:00
Brandon T. Kowalski
6292457df7
Merge pull request #1 from rommapp/master
...
Update to master
2026-01-17 23:27:21 -05:00
Brandon T. Kowalski
5cb71c920f
Added updated_after query parameter for normal and smart collections and migration to add corresponding indexes to each table.
2026-01-17 23:25:02 -05:00
Georges-Antoine Assi
ff9b29d90e
[HOTFIX] Remove files from model_dump in scan
2026-01-17 22:31:48 -05:00
Georges-Antoine Assi
b34117591a
Merge pull request #2904 from rommapp/roms-filter-endpoint
...
ROMs filter endpoint + refactor
2026-01-16 19:14:37 -05:00
Georges-Antoine Assi
bc564fd1c1
Merge pull request #2898 from BrandonKowalski/feature/updated-after-query-param
...
[ROMM-2874] Feature/updated-after-query-param
2026-01-16 17:24:11 -05:00
Georges-Antoine Assi
c1bd666641
add comments to backend code
2026-01-16 13:28:46 -05:00
Georges-Antoine Assi
5240bb2f71
more changes from bot review
2026-01-15 13:15:29 -05:00
Georges-Antoine Assi
2c0325cae1
changes form bot review
2026-01-15 12:53:01 -05:00
Georges-Antoine Assi
354922cf41
correct set platforms in roms fetch
2026-01-15 12:43:35 -05:00
Georges-Antoine Assi
b0cf2e9338
set filter platforms on platforms fetch
2026-01-15 12:10:13 -05:00
Georges-Antoine Assi
81b9eff8c7
Add filter values to roms query
2026-01-15 11:51:59 -05:00
Georges-Antoine Assi
96240a86e9
Add endpoint to fetch rom filters independent of query
2026-01-15 11:18:51 -05:00
Georges-Antoine Assi
3965a89860
convert legacy selected_status
2026-01-14 11:05:43 -05:00
Georges-Antoine Assi
2d8444d60b
[HOTFIX] Rename selected_statuses to statuses
2026-01-14 10:07:57 -05:00
Brandon T. Kowalski
5b5dc68f58
Added updated_after query parameter for platform and rom endpoints.
2026-01-12 19:37:36 -05:00
Georges-Antoine Assi
a0d5307cf3
mark tg16cd as console
2026-01-11 16:49:48 -05:00
Georges-Antoine Assi
09aa6628f8
Merge pull request #2872 from DevOldSchool/feature/player-count
...
feat: Added player count metadata from SS with display and filter
2026-01-10 22:59:08 -05:00
DevOldSchool
4a9a326ab6
Updates from code review feedback.
2026-01-11 13:41:24 +10:00
Georges-Antoine Assi
b692ced538
Merge pull request #2864 from rommapp/nullable-metadata-fields
...
[HOTFIX] Set metadata fields as nullable
2026-01-10 11:02:30 -05:00
Georges-Antoine Assi
05c4741c2b
Merge pull request #2862 from rommapp/romm-2856
...
[ROMM-2856] Use platform slug to fetch feed games
2026-01-10 11:02:19 -05:00
Georges-Antoine Assi
b8c2998e40
Merge pull request #2852 from rommapp/romm-2808
...
[ROMM-2808] Stop filtering nsfw games from search results
2026-01-10 11:02:02 -05:00
DevOldSchool
43f5e9f6f5
Added IGDB player count support.
2026-01-07 12:59:22 +10:00
DevOldSchool
bdc6fc5235
Trunk format fixes.
2026-01-05 13:05:13 +10:00
DevOldSchool
86a6804447
Added player count metadata from SS. Displays on game detail screen and added a filter under search for player counts.
2026-01-05 11:57:30 +10:00
Jose Diaz-Gonzalez
7fd7b74b7e
Update backend/handler/metadata/hasheous_handler.py
...
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-03 20:16:58 -05:00
Jose Diaz-Gonzalez
6dea9f45b2
feat: allow chd lookups in the hasheous database
...
Redump CHDs have metadata in the hasheous database.
2026-01-03 19:59:25 -05:00
Georges-Antoine Assi
1610bf29de
[HOTFIX] Set metadata fields as nullable
2026-01-03 17:42:18 -05:00
Georges-Antoine Assi
8078941bd1
[ROMM-2856] Use platform slug to fetch feed games
2026-01-03 12:38:26 -05:00