feat(transmission): add Transmission torrent client integration - #84
Open
jeromelefeuvre wants to merge 1 commit into
Open
feat(transmission): add Transmission torrent client integration#84jeromelefeuvre wants to merge 1 commit into
jeromelefeuvre wants to merge 1 commit into
Conversation
New download-client page (setup wizard step, admin settings entry, sidebar badge/poll, health circuit breaker) alongside qBittorrent, modeled on the same conventions. Transmission's RPC session handshake is handled transparently: the first request without a valid X-Transmission-Session-Id gets an expected HTTP 409 carrying the real token, which the client caches and retries with — the setup wizard's Test button and the dashboard health check both treat that 409 as "reachable," while a genuine 401 (bad RPC password) is reported as an auth failure. Covers list/table/compact torrent views, filtering, search, sort, pagination, bulk actions (pause/resume/delete/recheck, pause-all/ resume-all), a per-torrent detail modal (general/files/trackers/peers) and add-by-URL / add-by-file, with a read-only category filter derived from Transmission's own labels.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
X-Transmission-Session-Idgets an expected HTTP 409 carrying the real token, which the client caches and retries with — the setup wizard's Test button and the dashboard health check both treat that 409 as "reachable," while a genuine 401 (bad RPC password) is reported as an auth failure.Test plan
lint:twigclean on all modified/new templateslint:yamlclean on both translation files/,/transmission,/setup/downloads,/admin/settingsall respond without error after a container restart + cache clear🤖 Generated with Claude Code