Commit Graph

315 Commits

Author SHA1 Message Date
lilezek
69f0eccece Merge branch 'main' of https://github.com/hydralauncher/hydra 2024-05-01 11:37:25 +02:00
Hydra
976616b5ac
Merge branch 'main' of github.com:hydralauncher/hydra 2024-05-01 01:02:45 +01:00
Hydra
1cbaa53852 Merge pull request #136 from hydralauncher/fix/update-fastlist-location-after-electron-build-migration
fix: update fastlist directory
2024-04-30 22:24:23 +01:00
Hydra
4282eca581
Merge pull request #136 from hydralauncher/fix/update-fastlist-location-after-electron-build-migration
fix: update fastlist directory
2024-04-30 22:24:23 +01:00
lilezek
27bf3c92ec fix: do not add the same magnet twice to real debrid 2024-04-30 21:11:32 +02:00
Zamitto
de636533ca fix: update fastlist directory 2024-04-30 16:04:42 -03:00
Zamitto
5d94958197 fix: update fastlist directory 2024-04-30 16:04:42 -03:00
lilezek
d3f891da16 Merge branch 'main' of github.com:lilezek/hydra 2024-04-30 11:39:42 +02:00
lilezek
e2feb5f056 refactor: drop unnecesary node-fetch library 2024-04-30 11:39:35 +02:00
github-actions[bot]
c5dc8e17f3
docs(contributor): contrib-readme-action has updated readme 2024-04-30 09:28:06 +00:00
lilezek
040dc475e7 fix: forgot to add @globals to the vite config. 2024-04-30 11:27:44 +02:00
lilezek
e79b6f1391 refactor: prettier changes 2024-04-30 11:24:35 +02:00
lilezek
a16a30761e Merge branch 'main' of github.com:lilezek/hydra 2024-04-30 11:12:33 +02:00
lilezek
7ee5b73688 fix: real debrid decompression happens in a folder that hydra recognises properly. 2024-04-30 11:11:58 +02:00
lilezek
c5693e94af refactor: real debrid types 2024-04-30 11:09:53 +02:00
lilezek
6d36db5446 fix: added the @globals back and removed some merge leftovers 2024-04-30 11:09:29 +02:00
lilezek
c8fe984171 fix: drop some merge leftovers 2024-04-30 11:07:39 +02:00
github-actions[bot]
9aff88c768
docs(contributor): contrib-readme-action has updated readme 2024-04-30 08:33:05 +00:00
lilezek
483f8223b6 Merge branch 'main' of https://github.com/hydralauncher/hydra 2024-04-30 10:01:52 +02:00
lilezek
a6d515c49f fix: some spanish translations were wrong. 2024-04-30 09:44:35 +02:00
lilezek
f1d2a88442 feat: added helper functions to the game status to keep it simple to read. 2024-04-30 09:29:29 +02:00
github-actions[bot]
d48789a7fa docs(contributor): contrib-readme-action has updated readme 2024-04-30 03:15:11 +00:00
github-actions[bot]
66ee78edc1
docs(contributor): contrib-readme-action has updated readme 2024-04-30 03:15:11 +00:00
Hydra
d0a9039c4b chore: merge with main 2024-04-30 03:59:35 +01:00
Hydra
5fb33646ce
chore: merge with main 2024-04-30 03:59:35 +01:00
Hydra
8289fb28ee Merge branch 'main' of github.com:hydralauncher/hydra into feat/migration-to-electron-builder 2024-04-30 03:31:10 +01:00
Hydra
f7c2c2630d
Merge branch 'main' of github.com:hydralauncher/hydra into feat/migration-to-electron-builder 2024-04-30 03:31:10 +01:00
Hydra
0eae40793f Merge pull request #104 from fxwss/fix/description-image-sizing
💄 fix game details description image size
2024-04-30 03:31:05 +01:00
Hydra
8f606876ff
Merge pull request #104 from fxwss/fix/description-image-sizing
💄 fix game details description image size
2024-04-30 03:31:05 +01:00
Hydra
b19c673db3 chore: merge with main 2024-04-30 03:30:48 +01:00
Hydra
be532d00fe
chore: merge with main 2024-04-30 03:30:48 +01:00
Hydra
354336319e Merge branch 'main' into fix/description-image-sizing 2024-04-30 03:28:57 +01:00
Hydra
872b7f38ce
Merge branch 'main' into fix/description-image-sizing 2024-04-30 03:28:57 +01:00
Hydra
ac299ba061 fix: fixing typecheck errors 2024-04-30 03:27:07 +01:00
Hydra
4cc81fe6b9
fix: fixing typecheck errors 2024-04-30 03:27:07 +01:00
Hydra
7bc4cd20cb Merge pull request #92 from zamitto/feat/enhance-get-random-game
Feat/enhance get random game
2024-04-30 03:26:41 +01:00
Hydra
77a53696bb
Merge pull request #92 from zamitto/feat/enhance-get-random-game
Feat/enhance get random game
2024-04-30 03:26:41 +01:00
Lucas
de26361e6a 💄 fix game details description image size 2024-04-29 16:43:13 -03:00
Lucas
2f1a034f28 💄 fix game details description image size 2024-04-29 16:43:13 -03:00
lilezek
666b1afcb6 feat: added a Downloader helper to choose between real debrid and torrent when downloading 2024-04-29 20:57:04 +02:00
lilezek
6bb22655e8 feat: added support to add magnets and download from real debrid 2024-04-29 20:54:27 +02:00
lilezek
76a64fca4a feat: added support to unrar files 2024-04-29 20:53:58 +02:00
lilezek
3ef2f87412 feat: added fields in entities to support rar decompression progress, and real debrid api token settings 2024-04-29 20:52:53 +02:00
lilezek
6fa4c178a7 refactor: moved the game status to a global file (accessible to the render part) and used it in game entity 2024-04-29 20:50:10 +02:00
lilezek
c6e4ba4789 feat: add the dependencies for real debrid 2024-04-29 20:44:14 +02:00
Zamitto
eb8dc38f1e changes after pr review 2024-04-29 14:12:06 -03:00
Zamitto
6f1bfa0fb9 changes after pr review 2024-04-29 14:12:06 -03:00
Hydra
0a23806ee8 ci: adding contributors 2024-04-29 14:59:23 +01:00
Hydra
dea52d317f
ci: adding contributors 2024-04-29 14:59:23 +01:00
Hydra
2ddc77cebe chore: replacing tray icon 2024-04-29 11:52:14 +01:00