autobrr/internal/database
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
..
tools feat(autobrrctl): add db migrate/seed/reset functionality (#934) 2023-12-28 14:05:51 +01:00
action.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
action_test.go fix(actions): reject if client is disabled (#1626) 2024-08-27 19:45:06 +02:00
api.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
api_test.go refactor(http): api key cache handling (#1632) 2024-08-28 16:51:03 +02:00
database.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
database_test.go chore(database): remove unused test func (#1465) 2024-04-19 14:08:58 +02:00
download_client.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
download_client_test.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
feed.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
feed_cache.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
feed_cache_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
filter.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
filter_test.go fix(actions): reject if client is disabled (#1626) 2024-08-27 19:45:06 +02:00
indexer.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
indexer_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
irc.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
irc_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification.go feat(database): improve error handling (#1633) 2024-08-29 09:00:53 +02:00
notification_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
postgres.go fix(database): migrations log correct upgrade var version (#1441) 2024-02-28 18:04:45 +01:00
postgres_migrate.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
proxy_test.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
release_test.go fix(actions): reject if client is disabled (#1626) 2024-08-27 19:45:06 +02:00
sqlite.go fix(database): migrations log correct upgrade var version (#1441) 2024-02-28 18:04:45 +01:00
sqlite_migrate.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
user.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
user_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils.go feat: add support for proxies to use with IRC and Indexers (#1421) 2024-09-02 11:10:45 +02:00
utils_test.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00