Commit Graph

1124 Commits

Author SHA1 Message Date
maxDorninger
d779bac8ce feat: add manual download option to season-requests-table.svelte and fixing bug that prevents user from approving/unapproving of a request 2025-05-24 22:23:20 +02:00
maxDorninger
1e3dc01ca7 feat: allow users who created a request to modify it, even if they themselves are not a superuser 2025-05-24 22:05:26 +02:00
maxDorninger
ecf3fe1f45 style: apply consistent formatting and spacing across multiple files 2025-05-24 21:57:18 +02:00
maxDorninger
64eace0c74 fix: make convertSeasonRangeToIntegerRange function support both shows and IndexerQueryResults 2025-05-24 21:05:51 +02:00
maxDorninger
0ea500bacd feat: enhance user feedback with toast notifications for various actions and errors 2025-05-24 20:58:54 +02:00
maxDorninger
6513065ba8 feat: integrate toast notifications for error handling and success messages in dialogs 2025-05-24 19:59:36 +02:00
maxDorninger
84abc3e81d feat: add season request dialog and enhance season request management 2025-05-24 19:30:53 +02:00
maxDorninger
d2f0b8f22d feat: implement season requests management with CRUD operations and enhance UI components 2025-05-24 14:24:00 +02:00
maxDorninger
f2b7f0f370 fix database initialization and improve logging for better traceability 2025-05-23 22:39:58 +02:00
maxDorninger
123073f6b7 feat: enhance season request management with CRUD operations and update schemas 2025-05-23 21:53:39 +02:00
maxDorninger
7d13fa1260 feat: implement AddShowCard component for improved show addition functionality 2025-05-21 20:49:12 +02:00
maxDorninger
eb9e1c6611 feat: enhance torrent management with new table component and improved navigation 2025-05-21 20:19:59 +02:00
maxDorninger
0894772e86 feat: update user navigation and add logo component for improved branding 2025-05-19 19:56:37 +02:00
maxDorninger
30007702db feat: add user account activation page and update sidebar navigation for torrents 2025-05-19 18:28:18 +02:00
maxDorninger
61adf166aa feat: implement season file management and UI updates for torrent downloads 2025-05-18 16:49:09 +02:00
maxDorninger
bae450f7a4 refactor: standardize formatting and improve code consistency across components 2025-05-18 00:04:25 +02:00
maxDorninger
ef7b020043 working on the frontend, adding torrent page, working on show directory, working on the api 2025-05-11 10:59:38 +02:00
maxDorninger
180771882d working on the frontend 2025-04-27 18:04:50 +02:00
maxDorninger
4fc2461d7f init sveltekit module 2025-04-27 00:14:55 +02:00
maxDorninger
09fb54f980 it's working!? 2025-04-27 00:14:19 +02:00
maxDorninger
33e05a93a3 finally got alembic working 2025-04-26 19:16:27 +02:00
maxDorninger
3fa50313b8 making progress 2025-04-26 18:16:05 +02:00
maxDorninger
60a5a6d0e8 making progress 2025-04-18 12:27:39 +02:00
maxDorninger
027c4550c5 small fix 2025-04-17 14:44:20 +02:00
maxDorninger
edfeedc608 small fix 2025-04-15 15:51:00 +02:00
maxDorninger
3a80f874f9 fix typo 2025-03-28 19:21:11 +01:00
maxDorninger
f13228dba9 Merge pull request #4
refactor code
2025-03-28 15:30:31 +01:00
maxDorninger
11c45a9d57 rename SessionDependency to DbSessionDependency 2025-03-28 15:22:36 +01:00
maxDorninger
1a558361f4 cleanup code 2025-03-27 20:45:30 +01:00
maxDorninger
e00f0b5a54 cleanup code 2025-03-27 20:42:44 +01:00
maxDorninger
7e1365479c refactor ml module 2025-03-27 19:56:18 +01:00
maxDorninger
9d3e6d6eba refactor indexer module 2025-03-27 19:14:31 +01:00
maxDorninger
89f53040ed refactor download client class 2025-03-27 18:44:14 +01:00
maxDorninger
450514f549 moving AuthConfig Class 2025-03-27 18:36:06 +01:00
maxDorninger
8408cc77ad moving TmdbConfig Class 2025-03-27 18:32:06 +01:00
maxDorninger
6f57e744e3 moving DbConfig Class 2025-03-27 18:25:56 +01:00
maxDorninger
fb4a26ba24 renaming directory 2025-03-27 18:25:31 +01:00
maxDorninger
994ef66835 Merge pull request #3 from maxdorninger/create-database-module
Decouple all the classes more from one another
2025-03-27 17:26:09 +01:00
maxDorninger
3bf70b44fa add search function to metadata providers 2025-03-27 17:21:17 +01:00
maxDorninger
219f1d6571 add ability to add different versions of the same show 2025-03-26 19:49:02 +01:00
maxDorninger
f347a36767 create metadataProvider Module and fix different logging formats 2025-03-26 19:48:22 +01:00
maxDorninger
eb044c9d6b fix a few bugs and make everything a bit more reusable 2025-03-24 17:58:42 +01:00
maxDorninger
dd8350b3c6 create torrents table 2025-03-23 18:30:23 +01:00
maxDorninger
a06c2b2bc9 I realize i should have made a torrents table in the db 2025-03-23 17:55:51 +01:00
maxDorninger
ac9d932771 improve detection of quality in torrents and add support for multi season torrents 2025-03-23 16:46:08 +01:00
maxDorninger
7ef57226c0 switched up greater and lesser than magic functions 2025-03-23 12:42:46 +01:00
maxDorninger
4e3f1576b1 Merge pull request #2 from maxdorninger/create-database-module
Milestone: Automatically searches for torrents and downloads them
2025-03-23 11:25:45 +01:00
maxDorninger
707fae5c5a add function to directly add torrents by season id 2025-03-23 11:19:15 +01:00
maxDorninger
6ba346e262 move sqlmodels to database module and merge Season model with SeasonTorrents model 2025-03-22 20:05:18 +01:00
maxDorninger
49c88a8f29 add release year field to shows 2025-03-22 17:29:48 +01:00