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
ze0s
861f30c144
fix(actions): reject if client is disabled ( #1626 )
...
* fix(actions): error on disabled client
* fix(actions): sql scan args
* refactor: download client cache for actions
* fix: tests client store
* fix: tests client store and int conversion
* fix: tests revert findbyid ctx timeout
* fix: tests row.err
* feat: add logging to download client cache
2024-08-27 19:45:06 +02:00
s0up4200
56ef3a5402
feat(actions): qBittorrent add first-last piece priority ( #1517 )
...
* feat(actions): qBittorrent add first/last piece priority
* removed accidental change
* fix: scanrow order
* fix: spaces vs tabs
* bump(deps): upgrade go-qbittorrent to v1.9.0
* fix(test): add missing colon
* fix(database): sqlite remove duplicate
2024-04-18 14:47:36 +02:00
ze0s
45b522abf8
chore: update license header year ( #1332 )
...
* chore: update license header year
* chore: update license header year tsx files
* chore: update license header
2024-01-01 16:21:02 +01:00
soup
c6122dbc41
feat(actions): qBittorrent add priority handling ( #1315 )
...
* feat(qbittorrent): add priority handling
* fix: check if torrent queueing is enabled
* fix: only check for torrent queueing if priority is set
* fix: improve tooltip message
* feat: enable torrent queueing if disabled
* change to SetPreferencesQueueingEnabled
* feat(actions): rename field
* chore: bump pkg go-qbittorrent to v1.8.0
* chore(deps): update go-qbittorrent to v1.8.1
* chore(deps): go mod tidy
---------
Co-authored-by: ze0s <ze0s@riseup.net>
2023-12-25 22:39:31 +01:00
soup
80c2530116
fix(actions): qBit handle Ignore slow torrents
rule correctly when disabled ( #1309 )
...
* fix(qbittorrent): handle 'Ignore slow torrents' rule correctly when disabled
* move IgnoreSlowTorrents bool check
2023-12-17 22:46:44 +01:00
ze0s
d602b1e868
fix(clients): qBittorrent rules ignore slow ( #1200 )
...
fix(clients): qBit rules ignore slow
2023-10-23 18:36:50 +02:00
ze0s
3ed44aff26
fix(clients): qBittorrent reject stalled reannounce ( #1201 )
...
fix(clients): qBit reannounce stalled rejection
2023-10-21 17:18:31 +02:00
soup
cf61bcf672
fix(actions): trim tags categories and save path for qbittorrent ( #916 )
...
trim tags, categories and save path for qbit
2023-05-06 23:40:22 +02:00
ze0s
604c7896bd
chore: add LICENSE GPLv2-or-later ( #897 )
...
* chore: add LICENSE
* chore: add LICENSE to README
2023-05-01 16:21:59 +02:00
ze0s
ca196f0bf1
feat(releases): support magnet links ( #730 )
...
* feat(releases): support magnet links
* feat(feeds): support magnet links
* feat(actions): log messages
* fix: component warning
* fix: check hasprefix instead of hassuffix for magnet
* feat(release): resolve magnet uri from link
* fix(actions): deluge use magnet uri
* fix(macros): add `MagnetURI` var
* fix(actions): run magnet resolving before macros
* feat(feeds): set download type on creation
2023-02-28 22:16:10 +01:00
ze0s
a6c1944df8
feat(downloadclients): qBit rules add speed threshold condition ( #652 )
...
* fix: qbit add rules min check
* feat(downloadclients): add check condition
* feat(downloadclient): return on rejection
2023-01-17 23:34:03 +01:00
ze0s
d437f8455e
feat(downloadclients): qBit add rule UploadSpeedThreshold ( #633 )
...
feat(downloadclients): qbit add rule upload speed threshold
2023-01-08 18:34:06 +01:00
ze0s
839eb9f3f3
feat(actions): simplify macro parsing ( #560 )
...
* refactor(action): parse macros
* feat(action): add ctx to arr clients and test
2022-12-10 21:48:19 +01:00
ze0s
29da2416ec
feat(clients): add support for qBittorrent 4.4.0+ ( #558 )
...
* refactor: move client to go-qbittorrent
* refactor: move client to go-qbittorrent
* feat(downloadclient): cache qbittorrent client
* feat(downloadclient): update qbit
* feat(downloadclient): client test and remove pkg qbit
* feat(downloadclient): update pkg qbit
* fix(release): method
* feat(release): make GetCachedClient concurrent safe
* feat(release): add additional tests for buildLegacyHost
* feat(release): remove branching
* chore: update pkg autobrr/go-qbittorrent to v.1.2.0
2022-12-10 19:25:04 +01:00
Kyle Sanderson
2d8f7aeb4e
feat(releases): retry failed downloads ( #491 )
...
* feat(download): implement parsing and retry
* feat: retry torrent file downloads
* refactor: error handling downloadtorrentfile
* feat: add tests for download torrent file
* build: add runs-on self-hosted
* build: add runs-on self-hosted
2022-10-19 21:52:31 +02:00
ze0s
9508cbb46c
feat(actions): qbit add options content layout and skip hash check ( #393 )
...
* feat(actions): qbit content layout and skip hash check
* feat(actions): qbit options
2022-08-02 18:06:45 +02:00
ze0s
d56693cd33
feat(filters): add external script and webhook checks
2022-07-23 15:19:28 +02:00
Kyle Sanderson
dfe2ac56a2
fix(qbittorrent): remove client cache ( #357 )
...
* fix(qbittorrent): permit multiple uploads again
* fix(qbittorrent): remove client cache
2022-07-17 17:47:42 +02:00
Ludvig Lundgren
401c93a657
fix(download-clients): qbit nil logger panic ( #344 )
...
The logger wasn't set, so it was always nil. Change to always initialize and override if one is passed.
2022-07-08 22:12:19 +02:00
Ludvig Lundgren
402596523d
feat(actions): improve errors and logs ( #340 )
2022-07-07 16:28:14 +02:00
Ludvig Lundgren
0e88117702
feat(logging); improve messages and errors ( #336 )
...
* feat(logger): add module context
* feat(logger): change errors package
* feat(logger): update tests
2022-07-05 13:31:44 +02:00
Kyle Sanderson
2ab7133dd0
fix(download-clients): qbittorrent type ratelimit conversion error ( #301 )
2022-06-11 20:33:42 +02:00
Kyle Sanderson
058a220467
fix(download-clients): qBit transform speed limit from B to KB ( #300 )
2022-06-11 20:18:17 +02:00
Ludvig Lundgren
a5ade5ef24
fix(qbittorrent): params url parsing ( #286 )
...
* fix(qbittorrent): params url parsing
* feat: add more logging
* refactor: qbit tracker status check
2022-06-01 19:37:44 +02:00
Ludvig Lundgren
62ada6de37
feat(qbit): refactor url parse and add basic auth support ( #245 )
...
* feat(qbit): add basic auth and refactor url parse
* build: update dockerfile go base
* feat: only show port for legacy reasons
2022-05-20 17:17:00 +02:00
Ludvig Lundgren
91b094f4f4
feat(confg): reload on save and refactor logging ( #275 )
...
* feat(confg): reload on save
* refactor(logging): rework
2022-05-20 09:27:01 +02:00
Ludvig Lundgren
8b1174c65f
feat(actions): qbit rules set ratio and seed time limits ( #264 )
2022-05-03 14:57:47 +02:00
Ludvig Lundgren
eb7ca3374e
feat(actions): qbt set re-announce opts ( #261 )
2022-05-01 21:11:54 +02:00
Ludvig Lundgren
bb9e51f9d3
feat: download clients skip tls verify option ( #181 )
2022-03-17 20:57:27 +01:00
Ludvig Lundgren
5a45851677
feat(actions): add more macro variables ( #157 )
...
* feat(actions): add more macro variables
* feat: add more macros
* feat: add more tests
2022-03-04 20:29:53 +01:00
Ludvig Lundgren
a18e2bc09d
refactor: download torrent files ( #144 )
...
* refactor: download torrent file
* refactor: remove return struct
* chore: remove unused method
2022-02-17 19:08:29 +01:00
Ludvig Lundgren
43c42a7ee8
fix: improve qbit re-announce ( #140 )
2022-02-16 00:02:20 +01:00
Ludvig Lundgren
c3687b8fa5
fix: download clients rule checking ( #137 )
...
* fix: download client rules exit
* feat: improve re-announce
2022-02-13 18:24:41 +01:00
Ludvig Lundgren
373c85f060
feat: return action rejections from arrs ( #103 )
...
* refactor: push status
* feat: return push status for arr actions
2022-01-29 17:53:44 +01:00
Ludvig Lundgren
f466657ed4
Fix: Performance issues and sqlite locking ( #74 )
...
* fix: performance issues and sqlite locking
* fix: dashboard release stats was reversed
* refactor: open and migrate db
* chore: cleanup
2022-01-11 19:35:27 +01:00
Ludvig Lundgren
c02f16b64d
Feature: Download client rules ( #18 )
...
* feat(web): add and update download client rules
* feat: add and update download client rules
* feat: add active downloads check
* chore: update pkg
* feat: deluge max active downloads
* feat: use basic rules for deluge
* feat: add as paused
* refactor: download file if needed
* feat: better errors qbit
2021-09-10 16:54:30 +02:00
Ludvig Lundgren
9eccc6b5e2
Feature: Exec action ( #7 )
...
* feat: implement exec action
* chore: change logs to trace
* refactor: extract from action
2021-08-15 02:40:38 +02:00