Commit graph

1269 commits

Author SHA1 Message Date
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
Ludvig Lundgren
27f902041b
fix: make valid channels check lowercase (#75) 2022-01-10 21:18:11 +01:00
Ludvig Lundgren
efa84fee8b
Feature: Improve config for http server (#67)
* feat: improve config for http server

* Feature: Support multiple action status per release (#69)

* feat: move release actions to separate table

* chore: update sqlite driver

* fix(indexers): btn api client (#71)

What:

*  Api key and torrentId in wrong order
*  Set hardcoded ID in jsonrpc request object
*  ParsetorrentId from url

Fixes #68

* feat: show irc network status in settings list

* feat: show irc channel status

* chore: go mod tidy

* feat: improve config for http server

* feat: add context to user repo

* feat: only set secure cookie if https
2022-01-09 14:41:48 +01:00
Ludvig Lundgren
3475dddec7
Merge pull request #73 from autobrr/feature/irc-show-more-info
Feature: Show IRC network status in settings list
2022-01-09 02:56:11 +01:00
Ludvig Lundgren
9b32831ca6 chore: go mod tidy 2022-01-09 02:41:42 +01:00
Ludvig Lundgren
140fc97398 feat: show irc channel status 2022-01-09 02:41:19 +01:00
Ludvig Lundgren
f103dff221 feat: show irc network status in settings list 2022-01-08 21:18:38 +01:00
Ludvig Lundgren
dcd1d458cf
fix(indexers): btn api client (#71)
What:

*  Api key and torrentId in wrong order
*  Set hardcoded ID in jsonrpc request object
*  ParsetorrentId from url

Fixes #68
2022-01-08 15:48:18 +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
Ludvig Lundgren
2ea2293745
Feature: Get size by api for ptp btn and ggn (#66)
* chore: add package

* feat: get size by api for ptp and btn

* feat: download and parse torrent if not api

* feat: bypass tls check and load meta from file

* fix: no invite command needed for btn

* feat: add ggn api

* feat: imrpove logging

* feat: build request url

* feat: improve err logging
2022-01-05 23:52:29 +01:00
GregTroar
d2aa7c1e7e
feat: indexer irc order by name ASC (#65) 2022-01-03 15:33:02 +01:00
Ludvig Lundgren
b09796bf7e
Feature: Set and display version info (#63)
* chore: update packages

* feat: show version info

* build: remove ldflags override
2022-01-02 15:18:28 +01:00
Ludvig Lundgren
c65c7477fd
fix(filters): check except_releases properly (#62) 2022-01-02 00:17:22 +01:00
Ludvig Lundgren
739c80fed9
fix(filters): use correct property for tags (#61) 2022-01-01 22:08:23 +01:00
Ludvig Lundgren
ae1f14d0a4
Feature: Improve filtering and release parsing (#56)
* feat: match against orig and cleaned rel

* feat: add more release parse tests

* feat: filter check tags

* feat: improve filter tag parsing

* refactor: simplify tag split and trim

* fix(indexers): use releasetags for milkie

* fix: properly replace spaces in string

* feat: better source check

* feat: extract releasetags
2022-01-01 21:50:38 +01:00
GregTroar
8f53becbb3
indexers(mtv): set irc pass required (#60) 2022-01-01 21:33:13 +01:00
GregTroar
f331aab6c9
Indexers: Update TorrentSeeds for new site (#57)
* feat: update regex

* feat: update download url

* feat: change passkey to rsskey
2021-12-30 13:47:45 +01:00
Ludvig Lundgren
48155e5f82
fix: filter list toggle (#55) 2021-12-27 16:10:15 +01:00
Ludvig Lundgren
e1ef47e09a
fix: store filter actions (#54) 2021-12-27 15:14:39 +01:00
Ludvig Lundgren
e496027798
fix: use continue instead of break to not exit loop (#53) 2021-12-26 18:28:02 +01:00
Ludvig Lundgren
b75c40f6a4
Feature: List releases (#52)
* feat: list releases

* feat: find releases and count
2021-12-25 21:44:52 +01:00
Ludvig Lundgren
c83ebdc1a4
fix(indexers): milkie url encode apikey and add tests (#51) 2021-12-25 18:25:59 +01:00
Ludvig Lundgren
bc064e15e2
fix: announce parse queue (#50) 2021-12-25 17:44:50 +01:00
Ludvig Lundgren
709599104b
fix: empty indexer name on setup (#48) 2021-12-24 00:37:51 +01:00
Ludvig Lundgren
9b4ea21885
Indexers: Add TranceTraffic (#47) 2021-12-24 00:24:37 +01:00
GregTroar
35d3817bd4
Indexers: Add TD, MTV, TS and Milkie (#45)
* feat: add Milkie definition

* feat: add TorrentDay definition

* feat: add MoreThanTV definition

* feat: add TorrentSeeds definition

Co-authored-by: Ludvig Lundgren <hello@ludviglundgren.se>
2021-12-23 23:34:49 +01:00
Ludvig Lundgren
5e29564f03
Refactor(web): Replace final-form with Formik and cleanup (#46)
* refactor: begin to replace final-form

* refactor: replace final-form with formik n cleanup
2021-12-23 22:01:59 +01:00
Ludvig Lundgren
c4d580eb03
Feature: Support multiline irc parsing (#39)
* feat: initial multiline support

* refactor: handle multiple indexers per network

* wip: setup indexer

* build: add docker compose for testing

* chore: remove temp mock indexers

* chore: update deps

* refactor: update and store network handler

* build: update test compose

* chore: minor cleanup
2021-12-21 21:15:42 +01:00
Ludvig Lundgren
506cef6f0f
fix: update web deps and fix imports (#38) 2021-11-24 23:49:17 +01:00
Kyle Sanderson
c7b61d803e
indexers: Fix BTN IRC Server (#34) 2021-11-24 23:20:48 +01:00
Ludvig Lundgren
7177e48c02
Feature: Save releases (#36)
* chore: tidy deps

* refactor: database migration

* refactor: store release

* refactor: save release

* chore: add packages

* feat(web): show stats and recent releases

* refactor: simply filter struct

* feat: add eventbus

* chore: cleanup logging

* chore: update packages
2021-11-24 23:18:12 +01:00
Ludvig Lundgren
d22dd2fe84
build: autobrrctl and push to ghcr (#35) 2021-11-02 20:03:23 +01:00
Ludvig Lundgren
b8d91b0e7a
fix: add extension to watch folder action (#33) 2021-09-26 17:17:44 +02:00
Ludvig Lundgren
66048c5533
feat: dark mode (#32) 2021-09-26 16:52:37 +02:00
Ludvig Lundgren
974ca95d80
Refactor: Filter form (#31)
* chore: add packages

* chore: disable tailwind jit

* refactor: update base layout structure

* refactor: filter to single form with formik

* feat: save filter actions on save

* feat: disable form dirty
2021-09-19 20:58:47 +02:00
Ludvig Lundgren
c092ffc62d
fix: filter min-size episodes mismatch (#30) 2021-09-15 18:15:23 +02:00
Ludvig Lundgren
e5f2510f6e
fix(indexers): ptp regex pattern (#29)
Match case without by Director.
2021-09-14 17:15:46 +02: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
09eb0b1716
Feature: Tail live logs (#27)
* chore: add new yarn.lock

* chore: add pkgs

* feat: push events via server-sent-events

* feat(web): tail live logs

* fix: update irc network

* fix: set baseurl

* fix: headers
2021-09-07 22:23:27 +02:00
smallobject
11fcf1ead9
Feature: Toast Notification System (#25)
* Add react-hot-toaster to dependencies

* Enable TailwindCSS 'jit' mode

* Add Toast component

* Add Toaster context for react-hot-toast

* Add toast notification for queries, form validation fix

* Add new animations for Toast component

* fix: nickserv account validation

Co-authored-by: Ludvig Lundgren <hello@ludviglundgren.se>
2021-08-31 18:53:42 +02:00
Ludvig Lundgren
00f956870b
feat: improve logging (#24) 2021-08-31 00:07:18 +02:00
Ludvig Lundgren
f78ca85df2
Fix: update download client (#23)
* feat: use password fields

* fix: update download client and better logs
2021-08-30 23:55:38 +02:00
Ludvig Lundgren
d4aa2027c0
fix: date time and improve erorrs (#22) 2021-08-30 22:11:59 +02:00
Ludvig Lundgren
c372ca4ddf fix: ipt download url 2021-08-30 20:57:44 +02:00
Ludvig Lundgren
2cba7a90e0 fix: download client and ipt download url 2021-08-30 20:54:14 +02:00
Ludvig Lundgren
9aaf79e7bb
refactor: indexer definitions (#21) 2021-08-30 20:11:23 +02:00
Ludvig Lundgren
2288997335
fix(indexer): ipt bad torrenturl (#20) 2021-08-30 00:53:13 +02:00
Ludvig Lundgren
4d40d41628
Refactor irc client (#19)
* refactor: update http handlers

* feat: add trace log level

* refactir: irc handler

* refactor(definitions): add irc settings and invite cmd:

* feat: add dft values to inputs

* refactor: indexer irc forms

* refactor(definitions): fix nickserv.password var:

* feat: pre fill indexer name field

* refactor: handle stopping and updates
2021-08-29 23:23:02 +02:00