TMD20
|
4b7e393ce9
|
fix(actions): watch dir check torrent suffix (#540)
Update run.go
Make conditional for generating random torrent name more specific
|
2022-11-14 19:18:08 +01:00 |
|
ze0s
|
547b01a50d
|
feat(actions): watch dir rename file (#515)
|
2022-10-28 00:29:34 +02: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 |
|
voltron4lyfe
|
71d0424b61
|
feat(clients): add Readarr support (#490)
* Add initial Readarr support
* Readarr working with MaM
* feat(clients): readarr add tests
|
2022-10-14 19:56:42 +02:00 |
|
ze0s
|
6fc8015887
|
fix(clients): rtorrent use directory instead of base_path (#472)
fix(clients): rtorrent use directory instead of base_path
|
2022-09-23 19:42:47 +02:00 |
|
ze0s
|
bbb8d2fe6e
|
fix(actions): cross platform watch dir file handling (#458)
* chore: update deps
* fix(actions): cross-platform file handling
* fix(qbittorrent): unrelated failing test
|
2022-09-10 20:31:46 +02:00 |
|
Kyle Sanderson
|
c7b372ee4e
|
feat(actions): implement TorrentDataRawBytes macro (#444)
* feat(action): implement TorrentDataRawBytes
* better citizen
* feat(filters): external support TorrentDataRawBytes macro
* feat(actions): exec add TorrentDataRawBytes macro
* feat(actions): exec add TorrentDataRawBytes macro
|
2022-08-31 15:03:02 +02:00 |
|
ze0s
|
54d7151894
|
feat(clients): add rTorrent support (#421)
|
2022-08-21 21:42:07 +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 |
|
ze0s
|
16dd8c5419
|
fix(actions): deluge v2 download file and check rules (#369)
|
2022-07-23 14:11:24 +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 |
|
L-C S
|
b4589243de
|
feat(actions): watch dir create folder if not exists (#351)
* create folder on watch dir action
|
2022-07-11 02:59:09 +02:00 |
|
Ludvig Lundgren
|
7eefeb54c1
|
feat(download-clients): add transmission (#350)
|
2022-07-10 18:01:58 +02:00 |
|
Ludvig Lundgren
|
548cd382a6
|
feat(actions): reduce metadata downloads (#341)
|
2022-07-10 15:55:13 +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
|
31fbe013ff
|
feat(releases): action status show filter and client (#338)
* feat(releases): action status show client and filter
* feat(releases): add better tooltip
|
2022-07-06 17:30:41 +02:00 |
|
varoOP
|
a1ce74761e
|
feat(macros): expose FilterName (#335)
|
2022-07-06 15:32:25 +02:00 |
|
Kyle Sanderson
|
85fa941cd3
|
feat(macros): expose parsed dates from rls string (#334)
* feat(macros): expose parsed dates from rls string
* feat(macros)!: add parsed year
BREAKING CHANGE: add prefix Current to - year, month, day, hour, min, second
|
2022-07-06 15:04:28 +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 |
|
Ludvig Lundgren
|
38addb99e6
|
feat(notifications): add telegram support (#299)
* feat(notifications): add telegram support
* feat(notifications): change list view
* refactor(notifications): overall setup
* feat(notifications): forms add telegram
|
2022-06-13 17:01:36 +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
|
ffada19506
|
fix:(actions): exec shell expansion (#295)
* chore: add package
* feat(actions): properly parse exec args
|
2022-06-10 21:11:18 +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
|
e6c151a029
|
feat: improve release parsing and filtering (#257)
* feat(releases): improve parsing
* refactor: extend filtering add more tests
* feat: improve macro
* feat: add and remove fields
* feat: add freeleech percent to bonus
* feat: filter by origin
|
2022-04-30 13:43:51 +02:00 |
|
Ludvig Lundgren
|
a3854ecd59
|
refactor: filter and action flow (#225)
* refactor: fitler and action flow
* fix: save release before filters
* feat: add action client to notifications
* feat: improve filter check logging
|
2022-04-09 21:20:26 +02:00 |
|
Ludvig Lundgren
|
9d0ab6ea52
|
feat(clients): add whisparr (#218)
* feat(clients): add whisparr
* feat: add client connection test
|
2022-04-06 10:40:44 +02:00 |
|
Ludvig Lundgren
|
2f358473f3
|
fix(notifications): send error and reject events (#217)
* fix: send notifications with correct events
* feat: set err color red
|
2022-04-05 19:18:00 +02:00 |
|
Ludvig Lundgren
|
431742fd94
|
feat: add notifications (#216)
* feat: initial notifications support
* chore: update deps
|
2022-04-04 19:13:09 +02:00 |
|
Ludvig Lundgren
|
3185832708
|
feat: add postgres support (#215)
* feat: add postgres support and refactor
* feat: improve releases find
* fix: autobrrctl create user
|
2022-04-02 19:24:23 +02:00 |
|
Ludvig Lundgren
|
4a9d8b54be
|
feat(indexers): add cookie support (#205)
|
2022-03-26 16:12:30 +01:00 |
|
Kyle Sanderson
|
de1291d110
|
fix(actions): webhook json double escaping (#189)
|
2022-03-21 17:20:04 +01:00 |
|
Ludvig Lundgren
|
159133ef35
|
feat(actions): add webhook support (#184)
* feat(actions): add webhook support
* feat: add type and method
|
2022-03-20 12:16:47 +01:00 |
|
Ludvig Lundgren
|
2c7cbb4c22
|
fix(actions): dont run in parallel (#182)
|
2022-03-17 21:10:33 +01: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
|
6d68a5c3b7
|
fix: lidarr add more info to push (#133)
|
2022-02-09 21:38:45 +01:00 |
|
ZMiguel Valdiviesso
|
6da581bf92
|
fix: empty tmpFile var passed to download client's action (#121)
Co-authored-by: zmiguel <contact@zmiguel.me>
|
2022-02-07 17:24:58 +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
|
e03eac24ba
|
Feature: Support multiple action status per release (#69)
* feat: move release actions to separate table
* chore: update sqlite driver
|
2022-01-08 15:40:31 +01:00 |
|