Commit Graph

4379 Commits

Author SHA1 Message Date
Georges-Antoine Assi
fc6455eccb Merge pull request #1137 from rommapp/romm-829
[ROMM-829] Status fields on rom user
2024-09-09 19:41:38 -04:00
Georges-Antoine Assi
0b2a822e98 remove timezone from config init 2024-09-09 11:22:32 -04:00
Georges-Antoine Assi
97496d1171 Merge pull request #1184 from rommapp/romm-1176
[ROMM-1176] Fetch video ID and place in carousel
2024-09-09 10:12:46 -04:00
Georges-Antoine Assi
8fc25cde99 use timezone aware datetimes 2024-09-09 10:11:46 -04:00
Georges-Antoine Assi
fc85fcb6a9 fix pytests 2024-09-09 00:01:37 -04:00
Georges-Antoine Assi
00811be4f1 use model to keep steps in sync 2024-09-08 23:55:17 -04:00
Georges-Antoine Assi
2765a6e2c3 [ROMM-1176] Fetch video ID and place in carousel 2024-09-08 23:47:25 -04:00
Georges-Antoine Assi
515b352554 Merge pull request #1183 from rommapp/romm-1181
[ROMM-1181] Skip hashing games on desktop platorms
2024-09-08 23:44:19 -04:00
Georges-Antoine Assi
4a664ab790 [ROMM-1181] Skip hashing games on desktop platorms 2024-09-08 23:08:50 -04:00
Georges-Antoine Assi
4bdcc63d9b add working filter for hidden roms 2024-09-08 16:35:06 -04:00
Georges-Antoine Assi
d5dfb71b60 actually hide games 2024-09-08 16:20:27 -04:00
Georges-Antoine Assi
e1e2134863 refactor filters and centralize under utils 2024-09-08 15:56:05 -04:00
Georges-Antoine Assi
9086fa5f94 fix a bunch o types 2024-09-08 15:46:32 -04:00
Georges-Antoine Assi
750f440069 run generate 2024-09-08 15:25:38 -04:00
Georges-Antoine Assi
0d80bd7c51 working sidebar filters 2024-09-08 14:52:40 -04:00
Georges-Antoine Assi
8dae0a503c add simple emojis to cards 2024-09-08 13:59:10 -04:00
Michael Manganiello
bef54f5375 Merge pull request #1177 from rommapp/fix/use-filename-when-matching-unmatched-rom
fix: Use filename without tags or extension when matching unmatched game
2024-09-06 10:25:38 -03:00
Georges-Antoine Assi
d2d9f1df08 small code styling 2024-09-06 09:12:49 -04:00
Michael Manganiello
680943eff5 fix: Use filename without tags or extension when matching unmatched game
If a game is manually unmatched, we update its `name` field to
`file_name` (which includes both tags and extension). After that, if we
go to the Rom list, and click on "Manual match" for that rom, the search
field is populated with that Rom name, which commonly won't retrieve any
results from the metadata providers.

This change makes the "Manual match" search term to use the filename
without tags or extension, when the Rom is currently not matched. It
also triggers the search automatically when a search term was set.

Potential fix for #1167.
2024-09-06 09:14:18 -03:00
Michael Manganiello
b65345c205 Merge pull request #1174 from rommapp/fix/cover-update-and-delete
fix: Correctly update state for cover deletion
2024-09-05 22:57:04 -03:00
Michael Manganiello
0e98183988 fix: Correctly update state for cover deletion
* Initialize `removeCover` as `false` on each dialog render, so previous
  overrides don't affect the initial state.
* Make both file upload and cover online search update `removeCover` to
  false.
* Fix collection update to send `remove_cover` to the API.

Potential fix for #1169.
2024-09-05 14:39:28 -03:00
Georges-Antoine Assi
3094d46484 Merge pull request #1166 from rommapp/romm-1165
[ROMM-1165] set docs and recod paths
2024-09-04 19:11:56 -04:00
Georges-Antoine Assi
67e4378e60 Merge pull request #1159 from rommapp/romm-1153
[ROMM-1153] Use generated pack of favicons
2024-09-04 12:33:16 -04:00
Georges-Antoine Assi
4dcf3ba784 Merge pull request #1164 from rommapp/dependabot/pip/cryptography-43.0.1
build(deps): bump cryptography from 42.0.8 to 43.0.1
2024-09-03 23:06:27 -04:00
Georges-Antoine Assi
deae0b9f74 set docs and recod paths 2024-09-03 21:59:30 -04:00
dependabot[bot]
6211ad1690 build(deps): bump cryptography from 42.0.8 to 43.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 00:32:15 +00:00
Georges-Antoine Assi
9b6b19eb27 Merge branch 'master' into romm-829 2024-09-03 18:58:06 -04:00
Georges-Antoine Assi
1ffe63aad6 Merge pull request #1161 from rommapp/rm-unraid-template
Remove unraid template
2024-09-03 08:14:16 -04:00
Georges-Antoine Assi
33bdb0fb4c Remove unraid template 2024-09-02 23:08:16 -04:00
Georges-Antoine Assi
a5abc69f91 use png in homepage 2024-09-02 11:04:26 -04:00
Georges-Antoine Assi
502906217a Generate pack of favicons 2024-09-02 11:00:15 -04:00
Georges-Antoine Assi
b470bfaf67 Merge pull request #1157 from rommapp/romm-1154
[ROMM-1154] Fix setting main sibling
2024-09-01 23:59:30 -04:00
Georges-Antoine Assi
dc7719da58 Merge pull request #1156 from rommapp/romm-1155
[ROMM-1155] Patch zipfil + catch more 7zip errors
2024-09-01 23:59:21 -04:00
Georges-Antoine Assi
ae05c6be8c [ROMM-1154] fix setting main sibling 2024-09-01 22:11:49 -04:00
Georges-Antoine Assi
00c8771e22 [ROMM0-1155] Patch zipfil + catch more 7zip errors 2024-09-01 21:58:22 -04:00
Georges-Antoine Assi
a11dc74411 Merge pull request #1149 from rommapp/romm-1123-2
[ROMM-1123] Limit returned roms to 2500
2024-09-01 21:52:52 -04:00
Georges-Antoine Assi
c76169454d Merge pull request #1151 from rommapp/romm-1150
[ROMM-1150] Fix multi select in table view
2024-09-01 18:33:32 -04:00
Georges-Antoine Assi
dc653703a8 [ROMM-1150] Fix multi select in table view 2024-09-01 14:01:30 -04:00
Georges-Antoine Assi
2be1cbcf2a Merge pull request #1144 from rommapp/fix-open-new-tab
Microfixes to game cards UI
2024-09-01 10:02:52 -04:00
Georges-Antoine Assi
a3308fcac8 remove open in new tab code 2024-09-01 09:57:56 -04:00
Georges-Antoine Assi
0ce3549f98 [ROMM-1123] Limit returned roms to 2500 2024-09-01 09:55:25 -04:00
Georges-Antoine Assi
64657133e0 Merge pull request #1139 from rommapp/dev-mode-env
Hack to get emujs working in dev mode
2024-08-31 23:56:38 -04:00
Georges-Antoine Assi
410007b612 Merge pull request #1140 from rommapp/master
v3.5.0
3.5.0
2024-08-31 21:32:30 -04:00
zurdi
57bb9e6ade add little UX romm accent 2024-08-31 20:57:06 +00:00
zurdi
ba41e99dba fix open game in a new tab in gallery/collection 2024-08-31 20:56:44 +00:00
Georges-Antoine Assi
72fc6d86c0 Merge pull request #1138 from SaraVieira/feat/unmatch-rom
Allow user to unmatch rom
2024-08-30 16:41:01 -04:00
Georges-Antoine Assi
79780453cb Merge branch 'release' 2024-08-30 16:39:25 -04:00
SaraVieira
885aeab705 fix ts 2024-08-30 21:29:48 +01:00
Georges-Antoine Assi
f3f6b6e884 small tweaks to ui 2024-08-30 15:06:01 -04:00
Georges-Antoine Assi
a7aba7374d fix trunk issues 2024-08-30 14:49:58 -04:00