Commit Graph

9021 Commits

Author SHA1 Message Date
zurdi
08459db47d Refactor code structure for improved readability and maintainability 2026-03-31 22:30:09 +00:00
Georges-Antoine Assi
65f20d4672 Merge pull request #3188 from rommapp/dependabot/npm_and_yarn/frontend/handlebars-4.7.9
chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /frontend
2026-03-26 20:52:07 -04:00
dependabot[bot]
628c366df7 chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /frontend
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...v4.7.9)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-version: 4.7.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 00:35:47 +00:00
Georges-Antoine Assi
d51f93746a Merge pull request #3186 from rommapp/dependabot/uv/requests-2.33.0
chore(deps): bump requests from 2.32.4 to 2.33.0
2026-03-26 13:32:20 -04:00
dependabot[bot]
8d81a95466 chore(deps): bump requests from 2.32.4 to 2.33.0
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 16:22:38 +00:00
Zurdi
4f8232e6ae Merge pull request #3171 from tmgast/fix/mod-zip-utf8
Fix mod_zip UTF-8 filename handling for non-ASCII downloads
2026-03-26 15:59:10 +01:00
Georges-Antoine Assi
de2c199792 Merge pull request #3177 from rommapp/dependabot/npm_and_yarn/frontend/picomatch-2.3.2
chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 in /frontend
2026-03-26 10:51:52 -04:00
dependabot[bot]
88267c0b50 chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 in /frontend
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 07:40:51 +00:00
nendo
e21ea088ed Revert double-encoding in ZipResponse Content-Disposition 2026-03-25 06:51:24 +09:00
nendo
2bad483a84 Fix mod_zip UTF-8 filename handling for non-ASCII downloads
Add X-Archive-Charset: UTF-8 header so mod_zip sets the EFS flag on ZIP
entries, ensuring extractors interpret filenames as UTF-8 instead of
CP437. Also URL-encode the Content-Disposition filename to match
FileRedirectResponse behavior.
2026-03-25 06:26:59 +09:00
Georges-Antoine Assi
5c9f12c71f Merge pull request #3159 from DenislavDenev/feat/bulgarian-translation
feat(i18n): add Bulgarian (bg_BG) translation
2026-03-24 15:54:32 -04:00
Georges-Antoine Assi
b3766205f1 Merge pull request #3166 from rommapp/copilot/fix-failed-update-favourites
Fix IntegrityError when updating favourites after ROM rescan
2026-03-24 15:54:08 -04:00
Georges-Antoine Assi
a3ebe16a39 run fmt 2026-03-24 15:32:48 -04:00
copilot-swe-agent[bot]
a5954590ec Fix IntegrityError when updating favourites with stale ROM IDs
Co-authored-by: gantoine <3247106+gantoine@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rommapp/romm/sessions/8a6fd3fe-77ab-4f7b-a0e9-1c55e7096e88
2026-03-23 22:19:06 +00:00
copilot-swe-agent[bot]
e8571c28d2 Initial plan 2026-03-23 22:14:02 +00:00
Denislav Denev
e1a0656505 Merge branch 'rommapp:master' into feat/bulgarian-translation 2026-03-23 00:01:56 +02:00
Denislav Denev
447aa3e94d feat(i18n): add Bulgarian (bg_BG) translations for rom strings 2026-03-22 17:41:28 +02:00
Georges-Antoine Assi
c52bdf9b81 Merge pull request #3150 from rommapp/copilot/ui-ux-auto-select-firmware
Auto-select firmware when only one option is available
4.8.0-beta.1
2026-03-21 09:28:21 -04:00
copilot-swe-agent[bot]
3e73e363e0 Auto-select firmware when only one option is available in EmulatorJS player
Co-authored-by: gantoine <3247106+gantoine@users.noreply.github.com>
Agent-Logs-Url: https://github.com/rommapp/romm/sessions/943d91e5-db70-4bf4-8771-c96f32258cda
2026-03-21 12:34:29 +00:00
copilot-swe-agent[bot]
e3b1d552e8 Initial plan 2026-03-21 12:32:26 +00:00
Denislav Denev
bb4744346b added translation for settings 2026-03-21 12:47:20 +02:00
Denislav Denev
47383146d5 feat(i18n): add Bulgarian (bg_BG) translations for scan, library management, and metadata source strings 2026-03-21 01:55:16 +02:00
zurdi
7fce50a3c5 fix: update ThemeOption component to bind value correctly and simplify vuetify theme logic 2026-03-20 17:57:45 +00:00
Georges-Antoine Assi
aeae781883 Merge pull request #3146 from rommapp/dependabot/npm_and_yarn/frontend/flatted-3.4.2
chore(deps-dev): bump flatted from 3.3.4 to 3.4.2 in /frontend
2026-03-20 11:25:34 -04:00
dependabot[bot]
94e348cd0c chore(deps-dev): bump flatted from 3.3.4 to 3.4.2 in /frontend
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.4 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.4...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 14:35:58 +00:00
Zurdi
522452e7d0 Merge pull request #3145 from rommapp/feature/ra-wii-support
feat: update RAHasher to version 1.8.3 and add Wii platform support
2026-03-20 15:34:45 +01:00
zurdi
a18fd9c459 fix: remove conditional check for mariadb connectors installation 2026-03-20 13:43:47 +00:00
zurdi
f1729b15ab fix: update mock_proc.wait return value to 0 for successful hash calculations 2026-03-20 13:33:31 +00:00
zurdi
56bc8c58dd feat: update RAHasher to version 1.8.3 and add Wii platform support 2026-03-20 13:24:19 +00:00
Georges-Antoine Assi
46e270e811 Merge pull request #3144 from rommapp/dependabot/npm_and_yarn/frontend/socket.io-parser-4.2.6
chore(deps): bump socket.io-parser from 4.2.5 to 4.2.6 in /frontend
2026-03-19 11:49:39 -04:00
dependabot[bot]
47949fc42a chore(deps): bump socket.io-parser from 4.2.5 to 4.2.6 in /frontend
Bumps [socket.io-parser](https://github.com/socketio/socket.io) from 4.2.5 to 4.2.6.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/socket.io-parser@4.2.5...socket.io-parser@4.2.6)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-version: 4.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-19 03:51:00 +00:00
Denislav Denev
df054017a3 feat(i18n): add partial Bulgarian (bg_BG) translation
Translated: collection, common, emptyStates, gallery, home, login
Remaining: console, patcher, platform, play, rom, scan, settings
2026-03-19 00:09:58 +02:00
Denislav Denev
5203341da1 Add bg_BG locale scaffold 2026-03-18 23:11:57 +02:00
Georges-Antoine Assi
66e21bb2bf Merge pull request #3141 from rommapp/dependabot/uv/memray-1.19.2
chore(deps): bump memray from 1.17.2 to 1.19.2
2026-03-16 14:41:58 -04:00
dependabot[bot]
877c19fdb1 chore(deps): bump memray from 1.17.2 to 1.19.2
Bumps [memray](https://github.com/bloomberg/memray) from 1.17.2 to 1.19.2.
- [Release notes](https://github.com/bloomberg/memray/releases)
- [Changelog](https://github.com/bloomberg/memray/blob/main/NEWS.rst)
- [Commits](https://github.com/bloomberg/memray/compare/v1.17.2...v1.19.2)

---
updated-dependencies:
- dependency-name: memray
  dependency-version: 1.19.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 16:50:50 +00:00
Zurdi
01c825b77d Merge pull request #3138 from rommapp/dependabot/uv/authlib-1.6.9
chore(deps): bump authlib from 1.6.7 to 1.6.9
2026-03-16 17:17:50 +01:00
dependabot[bot]
3187deede7 chore(deps): bump authlib from 1.6.7 to 1.6.9
Bumps [authlib](https://github.com/authlib/authlib) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/authlib/authlib/releases)
- [Changelog](https://github.com/authlib/authlib/blob/main/docs/changelog.rst)
- [Commits](https://github.com/authlib/authlib/compare/v1.6.7...v1.6.9)

---
updated-dependencies:
- dependency-name: authlib
  dependency-version: 1.6.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 15:44:38 +00:00
Georges-Antoine Assi
3e65534d6e remove unnceserray upload checks 4.8.0-alpha.1 2026-03-13 17:40:45 -04:00
Georges-Antoine Assi
68ead66c9b Merge pull request #3133 from rommapp/pre-4.8-cleanup
Pre-4.8 cleanup
2026-03-12 23:19:13 -04:00
Georges-Antoine Assi
ffbd997940 remove unused test 2026-03-12 23:14:17 -04:00
Georges-Antoine Assi
4db997d69f update env.template 2026-03-12 23:11:42 -04:00
Georges-Antoine Assi
997e2c44aa start pre-4.8 cleanup 2026-03-12 23:02:12 -04:00
Georges-Antoine Assi
2beba3d141 move to corrrect folder 2026-03-12 21:15:08 -04:00
Georges-Antoine Assi
7c0e5400f7 add more tools to setup copilot 2026-03-12 21:14:31 -04:00
Georges-Antoine Assi
78ff3c1e54 add copilot setup steps 2026-03-12 20:58:46 -04:00
Georges-Antoine Assi
8b335886c5 Merge pull request #3131 from rommapp/copilot/ui-ux-optional-cover-image-bevel
Remove cover image card bevel
2026-03-12 20:34:04 -04:00
Georges-Antoine Assi
a2be62154b Merge pull request #3118 from rommapp/copilot/update-game-status-retroachievements
feat: Auto-update game status from RetroAchievements award kind during progress sync
2026-03-12 20:31:35 -04:00
Georges-Antoine Assi
7146081d75 dont update user set statutuses 2026-03-12 20:26:30 -04:00
Georges-Antoine Assi
72e884a83c run fmt 2026-03-12 19:02:24 -04:00
copilot-swe-agent[bot]
87c6da4d59 Remove bevel from game card cover image by changing elevated to flat variant
Co-authored-by: gantoine <3247106+gantoine@users.noreply.github.com>
2026-03-12 23:01:29 +00:00