Ludvig Lundgren
4e4e498cc3
fix(irc): run nickserv identify with password only ( #191 )
2022-03-21 23:29:27 +01:00
Ludvig Lundgren
22f768148c
fix(irc): join channel with password ( #190 )
2022-03-21 17:39:59 +01:00
Kyle Sanderson
de1291d110
fix(actions): webhook json double escaping ( #189 )
2022-03-21 17:20:04 +01:00
Ludvig Lundgren
a966291b38
fix(indexers): only load definitions with .yaml ext ( #188 )
2022-03-20 16:37:29 +01:00
Ludvig Lundgren
fdf69e6403
feat(indexers): load custom definitions ( #186 )
2022-03-20 14:35:33 +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
3c323004c0
refactor: change back to modernc sqlite db driver ( #120 )
...
* refactor: change to modernc sqlite db driver
* chore: update deps
2022-03-19 17:41:42 +01:00
Kyle Sanderson
18f323746a
fix(download_client): release rw lock ( #183 )
2022-03-18 01:44:26 +01:00
F4n4t
fc1b234578
feat(indexers): add Torrent-Syndikat ( #178 )
2022-03-17 22:29:48 +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
8bf43dc1e0
fix: no irc network created when adding a new indexer ( #177 )
2022-03-16 20:39:48 +01:00
Ludvig Lundgren
3b43ccba8a
feat: delete all releases from settings ( #170 )
2022-03-06 18:08:32 +01:00
Ludvig Lundgren
cb6cbb83d5
feat(filters): duplicate ( #168 )
2022-03-06 16:08:07 +01:00
Ludvig Lundgren
2dc02a4c02
feat(filters): add priority ( #166 )
2022-03-05 22:44:29 +01:00
stacksmash76
9ea29d02a2
refactor: releases table-related code and fix for #158 ( #159 )
...
* refactor(APIClient): updated the newly added findQuery function to use URLSearchParams instead of manually crafting the URI string itself.
* refactor: moved duplicate dashboard/release code to a separate folder: components/data-table.
* refactor(SlideOver): added proper typings to the SlideOver component and added a sanity check to prevent passing of null/undefined values to the child component before rendering.
* refactor: removed the redundant Network and Channel typings and updated relevant typings to match the backend. adapted relevant code to match these changes.
* fix(ChannelsFieldArray): fixed a bug where it was unable to add a new irc network due to the validation object being initialized as non-empty (formik requires that successful validated entries return empty objects)
* refactor(screens/settings/Irc): replaced incorrect typings, sanitized potentially null values and cleaned up the code.
* fix: included changes should fix issue #158 as well.
* feat: send chan empty array
2022-03-04 21:13:46 +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
e0e4bf6202
feat(indexers): definitions set forcesizeunit ( #156 )
...
* feat(indexers): support custom size handling
* fix: change case for yaml key
2022-02-28 19:25:39 +01:00
Ludvig Lundgren
c8356d667a
fix(indexers): norbits correctly escape yaml ( #152 )
2022-02-27 18:19:25 +01:00
Ludvig Lundgren
2035effbd0
feat(indexers): add Norbits ( #151 )
...
* feat(indexers): add norbits
* docs: add norbits
2022-02-27 17:59:07 +01:00
Ludvig Lundgren
9e1b6a62a7
feat(indexers): add revolutiontt ( #150 )
...
* feat(indexers): add revolutiontt
* docs: add revott
2022-02-27 16:53:21 +01:00
Ludvig Lundgren
3759964ea1
feat: irc reconnect ( #148 )
...
* chore: add and update deps
* feat(irc): change lib add reconnect
* feat: remove irc caps
* feat: add sleep fix irc stop restart
2022-02-26 14:12:21 +01:00
Ludvig Lundgren
03ca3ed49a
feat(indexers): add danishbytes ( #146 )
...
* feat(indexers): add danishbytes
* docs: update supported indexers
2022-02-19 20:23:27 +01:00
Ludvig Lundgren
246e3ddc26
feat(web): releases list filtering ( #136 )
2022-02-19 20:00:48 +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
Ludvig Lundgren
bcc9fad509
fix: handle file download failure ( #132 )
...
* fix: handle file download error
* fix: return error on fail to download
2022-02-09 20:09:57 +01:00
Ludvig Lundgren
d1f08903d1
fix: indexers orpheus torrent url ( #122 )
2022-02-07 18:59:59 +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
GregTroar
3b3b1de51d
indexer: add digitalcore ( #105 )
...
* feat: add digitalcore
2022-02-04 17:43:01 +01:00
Ludvig Lundgren
fe25cdec28
refactor: download client addr parsing ( #108 )
...
* refactor: client addr parsing
* feat: add logging to client test
* feat: imrpove help for download client forms
2022-02-04 17:38:18 +01:00
Ludvig Lundgren
26f558859a
fix: blank page loading filters ( #107 )
...
* fix(filters): load indexers separate
* feat: add ctx to filter related db methods
2022-02-03 21:58:41 +01:00
Ludvig Lundgren
9b85f512e5
refactor(filters): music sources to media ( #104 )
2022-01-31 19:16:47 +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
Alex
29301aa91d
Indexers: Add HDBits ( #95 )
...
* Indexers: Add HDBits
* docs: add hdb
2022-01-23 17:37:19 +01:00
GregTroar
9b34ebc4a7
Indexers: Add TorrentDb ( #97 )
...
* feat(indexers): add torrentdb
* docs: add torrentdb to supported indexers
2022-01-23 13:55:04 +01:00
Ludvig Lundgren
b91984e28e
fix(indexers): use torrentsize instead of size ( #98 )
2022-01-23 13:32:03 +01:00
Ludvig Lundgren
9f3ca433b3
feat(indexers): mtv parse category from tags ( #94 )
2022-01-19 18:56:18 +01:00
Ludvig Lundgren
00bc8298ac
feat(filters): add music filters ( #91 )
...
* feat(filters): add music filters
* feat: improve parsing and filtering
* feat: add red api support
2022-01-19 18:50:04 +01:00
Ludvig Lundgren
30c11d4ef1
feat(filters): sort list by name asc ( #89 )
2022-01-16 16:19:00 +01:00
KaiserBh
8ff8e6bbb0
feat(indexers): add animebytes ( #87 )
...
* feat: Added support for AB indexer.
* docs: Changed readme to inlcude all the supported trackers.
* feat: improve releasetags parsing and regex
2022-01-16 15:28:01 +01:00
Ludvig Lundgren
284a2f9590
feat: add hdr filtering ( #86 )
...
* feat: filter hdr content
* feat: check filter hdr
* feat: improve hdr parse and filter and tests
2022-01-16 13:50:21 +01:00
Ludvig Lundgren
ebed38a16c
Fix: Remove mock indexers ( #83 )
...
* fix: remove mock indexers
* chore: gitignore extra db files
2022-01-13 23:29:19 +01:00
Ludvig Lundgren
47031358b0
fix: date parsing ( #80 )
2022-01-13 21:59:36 +01:00
Ludvig Lundgren
d3c0b32199
fix: save download client json settings ( #79 )
2022-01-13 21:44:38 +01:00
Ludvig Lundgren
2daeedbdc7
Feature: Support multi user per irc network ( #78 )
...
* feat: delete irc network in transaction
* feat: use compound key for irc handlers
* chore: update deps
* refactor: start network
* refactor: init irc handler
* indexers: update network name
2022-01-13 21:26:23 +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
d8c37dde2f
fix: irc network distinguish inactive and error ( #76 )
2022-01-10 22:05:27 +01:00