Georges-Antoine Assi
8fca3fbbfe
get from running workers
2025-10-01 10:50:17 -04:00
Georges-Antoine Assi
b4192c9a50
Merge branch 'master' into task-status-page
2025-10-01 09:22:36 -04:00
Georges-Antoine Assi
746453f953
Merge pull request #2499 from rommapp/romm-2490
...
[ROMM-2490] Multi download endpoint
2025-10-01 09:22:06 -04:00
Georges-Antoine Assi
a2e6c3e612
add comments
2025-10-01 09:15:40 -04:00
Georges-Antoine Assi
c28a027940
generate hashed filename
2025-09-30 23:40:31 -04:00
Georges-Antoine Assi
d9fa4d522c
fix filename bug
2025-09-30 23:29:13 -04:00
Georges-Antoine Assi
4983f0be73
add ui for running tasks
2025-09-30 23:12:45 -04:00
Georges-Antoine Assi
30de1e9b0a
tweak the endpoint
2025-09-30 22:03:53 -04:00
Georges-Antoine Assi
896b9edd17
Show indicator if platform not identified
2025-09-30 21:22:07 -04:00
Georges-Antoine Assi
61daa9a46e
fix bug
2025-09-30 20:57:21 -04:00
Georges-Antoine Assi
e5fed1e92d
fix bug
2025-09-30 20:55:45 -04:00
Georges-Antoine Assi
3f77f80b69
read crc value directly
2025-09-30 20:12:23 -04:00
Georges-Antoine Assi
46c6fde3d1
[ROMM-2490] Multi download endpoint
2025-09-30 11:23:48 -04:00
Georges-Antoine Assi
0b24256df5
Merge pull request #2495 from MaienM/feature/disable-setup-wizard
...
Add option to disable setup wizard
2025-09-30 11:15:10 -04:00
Michon van Dooren
de8b585361
Add option to disable setup wizard
2025-09-29 22:43:39 +02:00
Georges-Antoine Assi
6934721fa3
[ROMM-2492] Add html to search reults
2025-09-29 08:28:51 -04:00
Georges-Antoine Assi
35bfe9ed61
fix tests
2025-09-25 20:44:11 -04:00
Georges-Antoine Assi
b5776be475
Split rom.multi into more specific fields
2025-09-25 18:48:27 -04:00
Georges-Antoine Assi
e473cbe698
Move url_cover checks to scan_handler
2025-09-24 09:52:49 -04:00
Georges-Antoine Assi
8bb5e508be
Merge branch 'master' into romm-2476
2025-09-23 22:46:42 -04:00
Georges-Antoine Assi
ec48e27fbf
[ROMM-2476] Add new index for rom-to-rom navigation
2025-09-23 22:45:10 -04:00
Georges-Antoine Assi
1bd7b69b2c
set url_cover to fake tld
2025-09-23 22:29:21 -04:00
Georges-Antoine Assi
b826c431bc
[HOTFIX] Set url_cover on artork upload
2025-09-23 21:53:22 -04:00
Georges-Antoine Assi
3a3bffe699
progressive scan steps for each game
2025-09-23 10:23:57 -04:00
Georges-Antoine Assi
6eed0b6c7f
Set platform metadata slugs on models in DB
2025-09-22 21:48:45 -04:00
Georges-Antoine Assi
4a8ddd7b22
Merge branch 'master' into romm-2095
2025-09-21 19:01:48 -04:00
Georges-Antoine Assi
ce4809ea9c
add region and language priority
2025-09-21 09:38:00 -04:00
Georges-Antoine Assi
34c25ad155
order metadata sources by priority
2025-09-21 09:19:09 -04:00
Georges-Antoine Assi
3177c22904
new metadat heartbeat endpoint
2025-09-20 18:07:59 -04:00
Georges-Antoine Assi
8c33a95637
remove hartbeat from bh endpoint
2025-09-20 17:57:38 -04:00
Georges-Antoine Assi
e9f7da09f9
add metadata status page and heartbeats
2025-09-20 09:19:15 -04:00
Georges-Antoine Assi
19b5a83261
Use default config values when config.yml not mount + show warning
2025-09-19 09:17:59 -04:00
Georges-Antoine Assi
c4bd619091
fix bugs from bot review
2025-09-18 16:38:32 -04:00
Georges-Antoine Assi
fe2a7e7bff
Add launchbox to manual match window
2025-09-18 16:34:40 -04:00
Georges-Antoine Assi
6f3be07707
Revert "[HOTFIX] Limit memory usage of launchbox metadata update"
2025-09-16 20:55:06 -04:00
Georges-Antoine Assi
f4cf637969
Merge pull request #2437 from rommapp/how-long-to-beat
...
HowLongToBeat Integration
2025-09-16 18:28:48 -04:00
Georges-Antoine Assi
4ed1d82a46
add platform checks
2025-09-15 10:28:32 -04:00
Georges-Antoine Assi
3611ef8fad
can display hltb id
2025-09-14 20:12:37 -04:00
Georges-Antoine Assi
123b3f6b8b
create makeshift howlongtobeet handler
2025-09-14 19:39:38 -04:00
Georges-Antoine Assi
dede0f1d27
[HOTFIX] Limit memory usage of launchbox metadata updaet
...
add logging
2025-09-14 17:31:15 -04:00
Georges-Antoine Assi
debc6c4cab
run formatter
2025-09-11 22:35:19 -04:00
Georges-Antoine Assi
3c4113f8a8
Merge branch 'master' into flashpoint-metadata-handler
2025-09-11 21:27:48 -04:00
Michael Manganiello
0f0d1a1903
fix: Remove mod_zip workaround for upstream subrequests to internal locations
...
Related `mod_zip` issue https://github.com/evanmiller/mod_zip/issues/90
has been fixed in commit
288d66541c
By upgrading `mod_zip` to include this fix, we can remove the workaround
that involved using a separate internal location and server to serve
files for zipping.
2025-09-11 18:24:12 -03:00
Georges-Antoine Assi
6e48e3aa54
Merge pull request #2402 from rommapp/eslint-manual-runs
...
Manually run eslint and update rules
2025-09-09 19:56:16 -05:00
Michael Manganiello
40326112bd
misc: Improve API docs for Delete endpoints
...
Add more detailed descriptions for Delete endpoints.
2025-09-09 11:05:47 -03:00
Georges-Antoine Assi
ce7b2746cb
Merge branch 'master' into eslint-manual-runs
2025-09-07 21:03:18 -04:00
Georges-Antoine Assi
f5439f14ef
finish compoennts
2025-09-07 19:20:46 -04:00
Georges-Antoine Assi
06768abb06
[ROMM-2336] Config entry for EJS_CacheLimit
2025-09-06 19:10:44 -04:00
Georges-Antoine Assi
27a914054e
[ROMM-2375] Fix sanitizing file name on rename
2025-09-04 22:58:33 -04:00
Michael Manganiello
e4e3928d1b
misc: Apply import sorting
2025-09-04 11:17:00 -03:00