Commit graph

1260 commits

Author SHA1 Message Date
ze0s
b50688159e
feat(feeds): add generic RSS support (#410)
* feat(feeds): add generic rss support

* feat(feeds/web): add generic rss support

* implement rss downloading

* gosum + mod

* re-add size from Custom field.

* implement uploader + category

* sync

* remove double assignment (+torznab)

* didn't save the rss file >.>

* cleanup

* fixfeeds): create rss indexer

* fix(feeds): stop feed

* feat(feeds): support nexusphp rss enclosure link

* feat(feeds): check size for custom size

* fix(feeds): race condition and only stop enabled feeds

* fix(feeds): unify indexer implementation badge

Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
2022-08-20 00:34:46 +02:00
Kyle Sanderson
b607aef63e
fix(indexers): red grab torrent id (#413) 2022-08-19 13:12:55 +02:00
ze0s
3a334121f7
feat(filters): support partial update (#409) 2022-08-15 15:54:34 +02:00
ze0s
fa20978d58
feat(api): add apikey support (#408)
* feat(api): add apikey support

* feat(web): api settings crud
2022-08-15 11:58:13 +02:00
ze0s
9c036033e9
feat(indexers): mam parse vip as freeleech (#407) 2022-08-12 16:13:45 +02:00
Kyle Sanderson
7deac6a781
fix(irc): rewrite handler pipeline (#399)
* fix(irc): rewrite handler pipeline

This might be overkill but the pipeline has been made event driven. I've tested on a couple networks, and bouncing nicks / connections brings it back every time. creating the a different branch from https://github.com/autobrr/autobrr/pull/398 because it's pretty intrusive (and I didn't apply the GUI changes).

* fix(irc): couple adjustments

* fix(irc): deadlocks

* fix: add missing dependency

* fix(irc): remove more locks from connect cmds

* feat(irc): conditional monitoring message

* feat(irc): show unhealthy network in ui

* feat(irc): improve logs and comments
2022-08-12 15:32:02 +02:00
SweetMNM
4c93cac248
feat(indexers): add Fuzer (#406)
* Add Fuzer indexer

* Fuzer encode torrent name
2022-08-12 13:31:20 +02:00
SweetMNM
0195e2e8b3
feat(indexers): add Hebits (#402)
* Add Hebits indexer

* add hebits irc tests
2022-08-11 19:53:28 +02:00
ze0s
f258cdd42b
fix(actions): lidarr properly handle rejected (#404)
fix(actions): lidarr properly reject instead of error
2022-08-11 17:15:32 +02:00
ze0s
44dfae8100
feat(indexers): nbl set tls inv cmd and improve parsing (#403)
* fix(indexers): nbl set tls default true

* feat(indexers): nbl add invite cmd and improve parse

* feat(indexers): improve parsing
2022-08-11 16:52:42 +02:00
shapechecker
22829b194f
build(docker): add multiarch build for ARM, ARM64 and AMD64 (#378)
* Update Docker workflow

add buildx and qemu to support mulitarch builds
configure arm, arm64 and amd64 builds

* Change yarn timeout

fixes issue with yarn install timing out

* chore: update gitignore

* chore: add gitignore for web dir

* chore(web): upgrade to yarn2

* build: update actions and push docker hub

* build: add yarnrc and network-timeout

* build: unifi workflow

* build: depend on web to build first

* build: store artifacts between jobs

* build: store artifacts between jobs

* build: store artifacts between jobs

* build: store artifacts between jobs

* build: adjust dockerignore

* build: conditional extract metadata

* build: conditional extract metadata

* build: always push docker hub

* build: skip docker hub for now

* build: fix metadata
2022-08-03 19:38:32 +02:00
Kyle Sanderson
98ae6da6ca
build: add darwin macos (#387)
* enable apple
2022-08-03 14:29:53 +02:00
ze0s
12e75e2604
fix(indexers): ggn fetch data from api (#397)
fix(indexers): fetch data from api
2022-08-03 14:27:13 +02:00
ze0s
5d80e48b54
feat(filters): add except origins (#396)
* feat(filters): add except origins

* feat(filters): add user origin
2022-08-03 12:47:32 +02:00
ghostserverd
bd8db18a0e
fix(indexers): ptm regexp make preGAP optional (#395) 2022-08-03 01:36:13 +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
F4n4t
db9d048f5d
feat(indexers): torrentsyndikat change releaseTags to tags (#394) 2022-08-02 17:08:22 +02:00
ze0s
8faacf9eaa docs: increment supported indexers number 2022-08-02 00:17:16 +02:00
ze0s
649fb1fbef
feat(indexers): add HD-Space (#392)
* feat(indexers): add HD-Space

* feat(indexers): hd-space use rsspid

* feat(indexers): use full baseurl
2022-08-02 00:12:50 +02:00
ze0s
ebfae638dc
fix(indexers): immortalseed irc addr (#391)
fix(indexers): immortalseed irc
2022-08-01 23:41:02 +02:00
Kyle Sanderson
bbfa5627aa
fix(scheduler): use time as opposed to cron fields (#390)
* fix(torznab): use time for interval.

* flip Schedule to be duration based

* typefix

* Update service.go

* clear err

* pull err package

* casting to the moon

* enforce a minimum of 15m

* lower minimum based on feedback from Unit3d
2022-08-01 23:24:14 +02:00
Kyle Sanderson
eefd1b576c
fix(torznab): Jackett support (#388)
* feat(torznab): add Jackett support

* Update torznab.go

* fix(feeds): unify jackett and prowlarr apikey
2022-08-01 15:21:29 +02:00
ze0s
a9fe2cf500
fix(indexers): immortalseed settings parse (#386) 2022-07-31 17:22:18 +02:00
ze0s
e94fd18571
feat(indexers): add ImmortalSeed (#385) 2022-07-31 16:44:05 +02:00
ze0s
7de5194767
feat(indexers): add RetroFlix (#384) 2022-07-31 16:43:48 +02:00
ze0s
5d9a8099da
feat(indexers): add nCore (#383)
* feat(indexers): add nCore
2022-07-29 17:42:21 +02:00
ze0s
ab8f25d56f
fix(server): exclude tags from version check (#382) 2022-07-29 15:21:55 +02:00
ze0s
6196dcaab9
chore(server): update dependencies (#380)
* fix(filters): failing test

* chore: update go dependencies
2022-07-29 14:31:49 +02:00
varoOP
c5d30c0515
feat(indexers): add subsplease (#373) 2022-07-28 15:01:33 +02:00
ze0s
97f527dd81
fix(indexers): emp parse pattern id (#379) 2022-07-27 23:00:54 +02:00
ze0s
2b3fab28c1
feat(filters): list actions count (#372) 2022-07-23 18:06:11 +02:00
ze0s
4f3091a4a7
feat(indexers): btn improve parsing (#371)
* feat(indexers): btn improve parsing
2022-07-23 16:47:15 +02:00
ze0s
31441ff4c3
fix(indexers): tn fix category parsing (#370) 2022-07-23 15:53:38 +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
stacksmash76
497140a6c4
fix(web): tooltip text wrapping (#365) 2022-07-21 22:02:43 +02:00
Ludvig Lundgren
c0f1037af0
docs: improve readme (#364)
* docs: improve readme

* docs: update feature list
2022-07-20 22:47:34 +02:00
Ludvig Lundgren
7af6f438b3
fix(feeds): torznab use link to download (#363) 2022-07-20 22:47:08 +02:00
stacksmash76
1fb5a68b7d
fix(web) overflow issue on Recent Activities (#361) 2022-07-20 12:55:14 +02:00
stacksmash76
3da594ec75
feat(web): mobile UI improvements (#359)
* enhancement: improved alerts component contrast
enhancement: simplified and improved radio switch group look
fix: fixed inconsistent spacing in input components (there's still some work left to be done)
fix: made slideover panel display on full width on mobile devices
enhancement: made forms more accessible to mobile users, adapter changes in accordance with the previous input components fix
fix: fixed misspelling in NotificationForms filename
chore: cleaned up code
fix: made filter table top edges less round and improved look
fix: fixed a bug where when a modal/slideover component was opened, a 1px white bar would be shown in one of the modal parent elements (for the fix see L89 in screens/settings/DwonloadClient.tsx)
enhancement: improved responsiveness for irc network list

* Fixed 2 small comma warnings from ESLint

Co-authored-by: anonymous <anonymous>
2022-07-17 23:34:49 +02:00
Ludvig Lundgren
f961115dac
build: pr upload binary artifacts (#358)
* build: upload artifacts on pr

* build: use head sha for docker revision
2022-07-17 18:55:38 +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
a63e022c15
feat(config): add loglevel defaults option trace (#356) 2022-07-16 18:11:17 +02:00
Ludvig Lundgren
8a4826d781
fix(autobrrctl): missing logger (#355) 2022-07-16 17:59:24 +02:00
Ludvig Lundgren
01888aeb1c
feat(irc): join valid channels from invite (#354) 2022-07-16 01:23:28 +02:00
Kyle Sanderson
f74b348b26
feat(config): detect container runtime (#324)
* feat(config): add container detection capabilities
2022-07-12 21:05:29 +02:00
Ludvig Lundgren
aa94962dfd
fix(irc): on connect join logic error (#353) 2022-07-12 16:43:13 +02:00
Ludvig Lundgren
2a3a839081
feat(notifications): on update available (#352) 2022-07-12 14:47:08 +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