Commit Graph

1124 Commits

Author SHA1 Message Date
maxDorninger
558d18163c add libtorrent as dependency 2025-07-27 13:41:15 +02:00
maxDorninger
a8b962f450 fix docker image not working when building on my pc 2025-07-27 13:41:01 +02:00
maxDorninger
efab99473a make comment better 2025-07-26 18:28:03 +02:00
Maximilian Dorninger
038cfdd079 Merge pull request #109 from maxdorninger/add-magnet-link-support
add support for magnet urls to indexers
2025-07-26 16:24:14 +02:00
maxDorninger
6610a01769 fix syntax to check if result dictionary has the key "downloadUrl" 2025-07-26 15:28:23 +02:00
maxDorninger
ad08be52a7 edit tests 2025-07-26 14:11:34 +02:00
maxDorninger
e7863c7a6c add support for magnet urls to indexers 2025-07-26 13:14:22 +02:00
Maximilian Dorninger
be97c5133c Merge pull request #105 from maxdorninger/make-qbit-categories-customizable
Fix some qBitorrent bugs and make Sabnzbd api path configurable
2025-07-26 12:43:34 +02:00
maxDorninger
73496f9450 make the import_file function skip files which already exist 2025-07-26 12:42:39 +02:00
Maximilian Dorninger
64873d9eee Update media_manager/torrent/download_clients/qbittorrent.py
Remove duplicate 'moving' state from DOWNLOADING_STATE tuple.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-26 10:04:24 +02:00
maxDorninger
1507044809 make base_path of sabnzbd configurable 2025-07-25 20:55:38 +02:00
maxDorninger
97d0e140b7 add undocumented states to qbittorent's DOWNLOADING_STATE and FINISHED_STATE 2025-07-25 19:24:50 +02:00
maxDorninger
7c9b8d53fd fix qbittorrent not being able to initialize due to error when trying to update the Qbittorrent category 2025-07-25 19:23:56 +02:00
Maximilian Dorninger
04371a2a50 Merge pull request #100 from maxdorninger/make-qbit-categories-customizable
Miscellaneous features and fixes
2025-07-23 00:09:28 +02:00
maxDorninger
1fca7b083a fix duplicate apscheduler jobs and add postgres to docker image 2025-07-23 00:02:23 +02:00
maxDorninger
b9dfb07cf7 make API return HTTP Conflict 409 on Unique Violation/Integrity Error in DB 2025-07-22 22:49:49 +02:00
maxDorninger
e5a69d521b rename startup script and make the mediamanager logo look cooler on startup 2025-07-22 22:04:25 +02:00
maxDorninger
d82c2efbe5 fix bug report template 2025-07-22 19:55:43 +02:00
maxDorninger
d59b4a1ec1 make port customizable via env variable 2025-07-22 18:02:59 +02:00
maxDorninger
a2982e12c0 remove outdated comment 2025-07-22 17:54:44 +02:00
maxDorninger
3e5f43a5d3 make qbittorrent category save path and name customizable 2025-07-22 17:54:25 +02:00
maxDorninger
6a273da054 fix http always being used as protocol for the callback url when using oauth 2025-07-22 16:53:13 +02:00
maxDorninger
7c2048b32f update the documenation and template config to include http protocol prefix in sabnzbd url 2025-07-19 21:55:01 +02:00
maxDorninger
d8b0ee0001 remove image_dir env variable from docker container 2025-07-19 17:13:17 +02:00
maxDorninger
f38c825105 add auto_download_movie_requests to scheduler 2025-07-19 17:13:01 +02:00
Maximilian Dorninger
06db92feac Merge pull request #89 from maxdorninger/enhance-frontend
Enhance frontend
2025-07-19 15:17:14 +02:00
Maximilian Dorninger
507560f8c3 Update web/src/lib/components/user-data-table.svelte
correct the id that the email label references

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-19 14:55:31 +02:00
Maximilian Dorninger
7731016868 update web/src/routes/dashboard/settings/+page.svelte
remove debugging print statements

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-19 14:54:54 +02:00
maxDorninger
c4deda96fb Merge remote-tracking branch 'origin/master' 2025-07-19 14:51:01 +02:00
maxDorninger
8f31841130 expand download dialogues max torrent table height 2025-07-19 14:48:55 +02:00
maxDorninger
608bdf32e7 fix movie request page not loading 2025-07-19 14:40:53 +02:00
maxDorninger
6224d418be fix breadcrumbs in movie torrents page linking to show page 2025-07-19 14:17:49 +02:00
maxDorninger
9eb2411bce fix error message displaying when adding a movie request 2025-07-19 14:13:13 +02:00
maxDorninger
cc554164c3 make settings page properly reactive and add feature for admins to be able to change other user's emails 2025-07-19 13:44:18 +02:00
maxDorninger
f8e7b80a9b make users table only display other users 2025-07-19 13:27:55 +02:00
maxDorninger
b404ab13e7 hopefully fix blank settings page by using $derived instead of $state 2025-07-19 13:15:28 +02:00
maxDorninger
97b894a9a0 update dev docker compose file 2025-07-19 13:01:27 +02:00
Maximilian Dorninger
2c02f50c86 Rename config.yaml to config.yml 2025-07-19 12:54:27 +02:00
Maximilian Dorninger
a3e3d6a30d Deactivate blank issues 2025-07-19 12:53:31 +02:00
Maximilian Dorninger
6ed86616aa Update bug_report.md 2025-07-18 22:20:15 +02:00
Maximilian Dorninger
d75621bb22 add starhistory to readme 2025-07-18 21:48:41 +02:00
Maximilian Dorninger
c35042ade8 Update bug_report.md 2025-07-18 21:38:22 +02:00
Maximilian Dorninger
7721ea6fab Merge pull request #81 from maxdorninger/enhance-dev-experience
Enhance dev experience
2025-07-18 21:33:22 +02:00
Maximilian Dorninger
c13ae25d3d Update config.dev.toml
change default nodejs origin listed in cors urls to http

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-18 21:32:54 +02:00
Maximilian Dorninger
c15b83f77e Update Writerside/topics/developer-guide.md
update option flag order of docker compose command

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-18 21:32:26 +02:00
Maximilian Dorninger
0870cdc2a1 Fix spelling error in Writerside/topics/developer-guide.md
everytime -> every time

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-18 21:32:00 +02:00
maxDorninger
ac749474bf update bug report issue template 2025-07-18 21:27:51 +02:00
maxDorninger
6ad0e4caca update developer guide 2025-07-18 21:20:42 +02:00
maxDorninger
26753d9c7f modify dev docker-compose 2025-07-18 21:13:08 +02:00
maxDorninger
794f001a53 add config.dev.toml 2025-07-18 21:12:02 +02:00