autobrr/internal/http
ze0s bc0f4cc055
feat: add support for proxies to use with IRC and Indexers (#1421)
* feat: add support for proxies

* fix(http): release handler

* fix(migrations): define proxy early

* fix(migrations): pg proxy

* fix(proxy): list update delete

* fix(proxy): remove log and imports

* feat(irc): use proxy

* feat(irc): tests

* fix(web): update imports for ProxyForms.tsx

* fix(database): migration

* feat(proxy): test

* feat(proxy): validate proxy type

* feat(proxy): validate and test

* feat(proxy): improve validate and test

* feat(proxy): fix db schema

* feat(proxy): add db tests

* feat(proxy): handle http errors

* fix(http): imports

* feat(proxy): use proxy for indexer downloads

* feat(proxy): indexerforms select proxy

* feat(proxy): handle torrent download

* feat(proxy): skip if disabled

* feat(proxy): imports

* feat(proxy): implement in Feeds

* feat(proxy): update helper text indexer proxy

* feat(proxy): add internal cache
2024-09-02 11:10:45 +02:00
..
action.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
apikey.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
auth.go fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
auth_test.go feat(web): move from react-router to @tanstack/router (#1338) 2024-02-12 13:07:00 +01:00
config.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
download_client.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
encoder.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
feed.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
filter.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
health.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
indexer.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
irc.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
logs.go refactor(logs): move sanitize (#1636) 2024-08-29 12:38:49 +02:00
middleware.go fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
notification.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
proxy.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
release.go feat(http): implement missing findByID methods (#1635) 2024-08-29 12:22:03 +02:00
server.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
update.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00