aasmoe
1afa13a954
Merge branch 'master' into feat/multi-language-metadata
2025-12-18 12:00:54 +01:00
xNinjaKittyx
a098b172ca
Address various different fixes regarding search UI experience.
2025-12-14 00:10:38 +00:00
aasmoe
68f9d71bfa
feat: wire up original_language to be passed when adding shows/movies
...
- Add original_language field to MetaDataProviderSearchResult schema
- Update frontend to pass original_language as language parameter when adding media
- This ensures media metadata is fetched in the correct language based on original_language
2025-12-13 19:30:02 +00:00
Maximilian Dorninger
53091e7204
Merge pull request #263 from maxdorninger/fix-search-torrents
...
Fix search torrents
2025-12-12 19:07:46 +01:00
maxid
2a8573a2ba
remove wrong Table.Cell tags
2025-12-11 22:53:53 +01:00
maxid
6d025b835d
improve download-movie-dialog.svelte
2025-12-11 22:53:30 +01:00
Maximilian Dorninger
c0ef386905
Update web/src/lib/components/stats/animated-card.svelte
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-10 22:40:29 +01:00
maxid
45e934a260
improve stat-cards
2025-12-10 22:06:25 +01:00
maxid
014f239e19
format files
2025-12-10 21:42:30 +01:00
maxid
30a07691a2
improve formating of new version available stat card
2025-12-10 21:41:22 +01:00
maxid
a55c58da2b
improve stat loading
2025-12-10 21:41:02 +01:00
maxid
23041cbd09
improve how movies and tv shows are loaded
2025-12-10 21:36:29 +01:00
maxid
eda1f9c13d
update components to fix compile time error
2025-12-10 20:02:25 +01:00
maxid
c37f406074
update how importable media data state is managed
2025-12-10 20:02:02 +01:00
Maximilian Dorninger
51f05c4a8a
Fix version display format in stat-cards component
2025-12-10 14:31:11 +01:00
maxid
7f4d73ed9d
remove leading 'v' from installed version
2025-12-09 20:42:19 +01:00
maxid
6ab897b899
feat: add importable shows and movies count to stats cards
2025-12-07 23:55:52 +01:00
maxid
2a1bd7199d
format frontend files
2025-12-07 20:43:49 +01:00
maxid
4c60037a17
add frontend code for movie imports
2025-12-07 19:57:13 +01:00
maxid
13b32e7104
add ability to import unknown tv shows
2025-12-07 17:38:37 +01:00
maxid
bfe4b05ca3
add spinner component
2025-12-07 17:36:45 +01:00
maxid
e117bed738
make counters animated with animejs
2025-12-06 23:33:03 +01:00
maxid
961c89e4e2
format frontend files
2025-12-06 22:39:09 +01:00
maxid
d1eee14b79
add card to inform user of new versions
2025-12-06 22:38:28 +01:00
maxid
e522fa9801
add stats to dashboard
2025-12-06 21:05:13 +01:00
copilot-swe-agent[bot]
83932d6c99
Add delete button for user management in admin settings
...
Co-authored-by: maxdorninger <97409287+maxdorninger@users.noreply.github.com >
2025-11-29 16:59:45 +00:00
maxDorninger
22c4ddc869
add ability to change imported state of a torrent
2025-10-29 17:29:46 +01:00
Maximilian Dorninger
19c3300342
Update web/src/lib/components/torrent-table.svelte
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-29 16:19:20 +01:00
maxDorninger
82700abeb6
improve UX of downloading torrents by splitting the dialogs into two steps; deduplicate code; fix bug which causes the directory preview to be incorrect
2025-10-29 15:56:00 +01:00
maxDorninger
49f8886db1
cleanup code
2025-10-29 14:24:00 +01:00
maxDorninger
39c88a0519
add retry and delete buttons to torrents table
2025-10-29 14:22:22 +01:00
maxDorninger
30b710e618
improve how the download_url field is excluded from the response model
2025-10-28 22:49:10 +01:00
maxDorninger
bae3906063
add indexer field to IndexerQueryResult and update related components; display indexer name to use
2025-10-28 22:17:00 +01:00
maxDorninger
9ac16e5ab9
fix eslint rule comments
2025-10-27 23:06:17 +01:00
maxDorninger
bb566e6eb9
format files
2025-10-27 22:26:59 +01:00
maxDorninger
994e558090
fix torrent table using id and not torrent_id as identifying property
2025-10-27 21:48:30 +01:00
maxDorninger
f62394fdb7
replace base with resolve
2025-10-27 20:06:10 +01:00
maxDorninger
9e91f71bd1
fix no error message being displayed when login fails because of bad credentials
2025-09-13 20:47:17 +02:00
maxDorninger
8f5cc9329c
update how oauth is handled
2025-09-13 18:42:34 +02:00
maxDorninger
0ac34c0834
fix hardcoded url of images
2025-09-12 20:41:58 +02:00
maxDorninger
6203ec5ce0
format files
2025-09-12 20:09:44 +02:00
maxDorninger
d6c1a03d78
migrate all .svelte files to new types created with openapi-ts
2025-09-12 19:58:53 +02:00
maxDorninger
3eaa3dd233
update how login is handled in the frontend
2025-09-07 21:01:24 +02:00
maxDorninger
1f544e55e8
add support for multiple oauth providers
2025-09-04 20:05:45 +02:00
maxDorninger
c9ecc9c5b4
add line that copilot in its infinite wisdom deleted
2025-08-30 22:34:02 +02:00
Maximilian Dorninger
43206971d8
Move user id from query to path parameters in saveUser() in user-data-table
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-30 22:26:33 +02:00
Maximilian Dorninger
ee7d514c13
Remove misplaced ! that inverts login in season-requests-table
2025-08-30 22:24:55 +02:00
maxDorninger
e4b8596468
format files
2025-08-30 21:53:00 +02:00
maxDorninger
18c0b38c8d
replace all occurrences of fetch with openapi-fetch in components
2025-08-30 20:09:06 +02:00
maxDorninger
ded9503169
replace all occurrences of fetch with openapi-fetch in routes
2025-08-30 11:55:38 +02:00