Commit graph

488 commits

Author SHA1 Message Date
vekvoid
e29cd9d80a
feat(macros): add sprig functions to macros (#733) 2023-02-26 19:02:41 +01:00
ze0s
d100703784
feat(download-clients): porla implement rules (#711)
* feat(downloadclients): Porla implement rules

* feat(downloadclients): Porla add basic auth support

* feat(porla): use new token for auth

* feat(porla): update check can download rules
2023-02-24 19:17:02 +01:00
soup
209e23de4f
fix(web): revert disable freeleech field when using percent (#719)
fix(web): reverted freeleech lock
2023-02-23 23:10:17 +01:00
soup
a6496fc946
feat(autobrrctl): Show latest version in version output (#723)
* initial commit

* initial commit

* fix

* removed unused code

* go mod tidy
2023-02-23 23:08:59 +01:00
soup
2d36a12da8
fix(web): Logs page scroll to bottom (#717)
fix(web): fixed scroll to bottom
2023-02-15 18:53:17 +01:00
ze0s
5607184522
fix(releases): parse isScene as Origins SCENE (#716)
* fix(releases): parse isScene as Origins SCENE

* fix(releases): remove isScene
2023-02-14 22:48:10 +01:00
soup
da416451e5
fix(web): fixed baseurl for log downloads (#713)
fix(Logs): fixed baseurl for log downloads
2023-02-13 20:51:20 +01:00
ze0s
088cb8154c
build(docker): add pkg jq (#710)
build(docker): add pkg jq
2023-02-12 18:03:32 +01:00
ze0s
b21c01a7df
feat(logs): make log files downloadable (#706)
* feat(logs): show and download log files

* feat(logs): make logs settings dropdown

* feat(logs): minor cosmetic changes

* fix(logs): send empty response when lohpath not configured

* fix(logs): remove unused imports

* feat(logs): check if logs dir exists

* feat(logs): list log files in settings
2023-02-12 17:34:09 +01:00
soup
21724f29f6
enhancement(web): reduce tooltip icon contrast (#709)
* failed to compile locally without trailing slash

* matching tooltip color with subtitles/descriptions

* reverted docs icon

* fixed freeleech tooltip text

* corrected colors for tooltip icon on login page
2023-02-12 15:32:10 +01:00
ze0s
ac276868fb
feat(settings): make log level configurable from UI (#704)
* feat(settings): set log level

* fix: light theme colors

* fix: light theme colors size unit
2023-02-11 22:37:06 +01:00
soup
8cb4a0244c
enhancement(web): login and onboarding tooltips (#702)
* attempt to fix broken link

* removed PUBLIC_URL from link

* enhancement(web): login and onboarding rework
2023-02-11 22:35:00 +01:00
Kyle Sanderson
3b516c8bcc
enhancement(database): improve log messages (#695)
* fix(migrations): reduce anxiety anxiety

* sqlite
2023-02-11 22:32:22 +01:00
ze0s
e20219170e
fix(indexers): TorrentBytes broken tracker use non-SSL link (#705)
fix(indexers): TorrentBytes broken tracker use non-ssl link
2023-02-11 22:22:11 +01:00
soup
1bbd3d9155
fix(indexers): redacted infourl (#701) 2023-02-07 11:17:20 +01:00
soup
fe5e15a333
fix(indexers): hd-space infourl (#699) 2023-02-07 00:27:26 +01:00
soup
17cb4f4ee9
fix(indexers): Anthelion infourl (#698) 2023-02-07 00:21:39 +01:00
soup
28874564e1
fix(indexers) alpharatio infourl (#697)
* fix(indexer) fixed regex for alpharatio infourl

* updated alpharatio regex

* changed infourl
2023-02-07 00:20:28 +01:00
ze0s
bfdf875541
fix(indexers): SkipTheTrailers identifier (#696)
fix(indexers): skipthetrailers identifier
2023-02-06 23:50:22 +01:00
soup
d52b28d05f
fix(indexer): bad url for PTN (#694)
* fixed bad url for ptn

* minor change
2023-02-05 23:16:57 +01:00
Ignacio
9a47dbc588
fix(feeds): RSS improve torrent size parsing (#667)
* Fixes issue 636 - fail to parse torrent size on some RSS feeds when enclosure is a fixed value

* Pick the biggest size

* minor comment

* Updates release size when new parsed string size is bigger

- Sets default size of `Release` to zero (unparsed)
- When there are parsing errors, then it doesn't RESET the size to 0 (assuming a tracker providing some size that can't be parsed)
- Updates the size to the new size only if the parsed size is bigger than the previous.

* fix(feeds): ignore default 39399 enclosure size

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2023-02-05 19:18:17 +01:00
ze0s
c17034dcff
feat(indexers): add SkipTheTrailers (STT) (#693)
feat(indexers): add STT skipthetrailers
2023-02-05 18:52:37 +01:00
ze0s
2917a7d42d
feat: show new updates in dashboard (#690)
* feat: show new update banner

* feat(http): add request logger

* refactor: updates checker

* feat: make update check optional

* fix: empty releases

* add toggle switch for update checks

* feat: toggle updates check from settings

* feat: toggle updates check from settings

* feat: check on toggle enabled

---------

Co-authored-by: soup <soup@r4tio.dev>
2023-02-05 18:44:11 +01:00
soup
3fdd7cf5e4
feat(web): Add helper tooltips for inputs and link them to docs (#663)
* Fixed button border in settings/download-clients

Button border for "Add new" is now uniform with other "Add new"-buttons

* enhancement(docs) add helper tooltips

-  Add helper tooltips for inputs and link them to docs #161

* fix build error

* tooltips: changed positition

* hide tooltip below 640 width

* made tooltips better

now attaching to TextField names

* Added icon variation for MultiSelect and CheckboxField

* cleaned up old code

* refactor

Co-authored-by: ze0s <zze0s@users.noreply.github.com>

* added tooltips for DownloadClientForms

* added tooltips for indexerforms

* div for passwordfieldwide

* tooltips for details.tsx

* added tooltips to actions.tsx

* added tooltips to indexerforms.tsx

* replaced info icon with a more rudimentary one

* linting, removed duplicate tailwind display properties

* remove margin for flex centering

* fixed tooltip alignment on all fields

* add tooltip to PwFieldWide in indexer edit window

* refactor: simplify tooltips

* refactor: scope tooltip css

* refactor: tooltip default clickable

---------

Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2023-02-03 17:03:49 +01:00
soup
a50332394c
enhancement(web): disable freeleech percent field if freeleech is enabled (#680)
fix(filters) freeleech percent handling
2023-02-02 23:47:09 +01:00
Kyle Sanderson
af43c98632
fix(filters): add support for year-less titles (#685)
* fix(filters): add support for year-less titles

* chore: update pkg

* fix: broken tests

---------

Co-authored-by: ze0s <ze0s@riseup.net>
2023-02-02 23:45:19 +01:00
soup
27f8b14678
fix(indexers): add default http baseurl for PTN (#687)
* Changed PTN baseurl from https to http

* added https back as a secondary option
2023-02-02 23:43:43 +01:00
ze0s
4c83787a0b
feat(releases): add info url link to releases list (#683)
* feat(indexers): definitions add infourl to irc parsing

* feat(indexers): add infourl to releases

* fix(indexers): fix info urls

* fix(indexers): update btn
2023-01-29 21:40:49 +01:00
Viktor Elofsson
870e109f6c
feat(download-client): add support for Porla (#553)
* Add support for the 'Test' button to work

* Make Porla show up in filter actions select

* Add an empty Porla action

* Make Porla action find download client

* Make implementation actually add torrent to Porla

* Fix qBittorrent import

* Finish up Porla action

* Check length on commitish before slicing

* Move Porla to the other DL clients

* Add Porla to type name map

* Move Porla to beneath the other download clients
2023-01-29 18:17:01 +01:00
soup
b95c1e6913
feat(indexers): add LST (#682)
* feat(indexers): add LST

* added infourl
2023-01-29 17:40:55 +01:00
varoOP
ad0d482065
fix(releases): force capture titles AB (#668)
capture those weird titles
2023-01-29 16:03:37 +01:00
martylukyy
81b7d341e7
fix(filters): allow negative priority again (#669)
fix(web/filters): allow negative priorites again
2023-01-29 16:02:35 +01:00
soup
eb3a86f49d
fix(indexers): Funfile download URL (#666) 2023-01-29 15:59:57 +01:00
Kyle Sanderson
6e85ec52e3
fix(releases): check for duplicate tags (#681)
* fix(releases): don't store duplicate tags

* Update release.go
2023-01-29 15:50:27 +01:00
martylukyy
2d2ddb45bd
chore(web): ignore eslint warnings (#662)
* enhancement(web): styled scrollbars for listboxes

* chore(web): fix eslint warnings

* Revert "enhancement(web): styled scrollbars for listboxes"

This reverts commit 6b4a28baa6b560044799f31927a3acb88d2b65d6.
2023-01-28 17:04:30 +01:00
martylukyy
27c23df46d
enhancement(web): styled scrollbars for webkit browser (#661)
* enhancement(web): styled scrollbars for listboxes

* Revert "enhancement(web): styled scrollbars for listboxes"

This reverts commit 6b4a28baa6b560044799f31927a3acb88d2b65d6.

* CSS styling for scrollbars in webkit enabled browsers
2023-01-28 17:01:50 +01:00
Kyle Sanderson
3713985dcc
fix(filters): enable IsScene parsing for value 1 (#676) 2023-01-28 17:00:09 +01:00
Audionut
b7e43dd13f
docs(filters): update placeholders for advanced filters (#674)
* Minor cosmetic change to advanced filters

Make it abundantly clear that the advanced uploader filters are comma separated.

* Remove superfluous spaces
2023-01-28 16:50:33 +01:00
soup
96774edba1
fix(indexers): new announcer for Nebulance (#673) 2023-01-28 16:48:20 +01:00
martylukyy
5d8131e211
fix(web): filters list desktop and mobile friendly (#659)
changed the resolution response from sm (640px) to 768px (md) for the indexer column
compacted the filter lines while maintaining the padding to the border when a filter name spans over multiple lines
span the filter name over the full width until the next div
fixed a duplicate display property
adjusted the width of the indexer and sort listbox for show the full values. (widths for both are uniform)
adjusted padding of indexer listbox entries
2023-01-18 22:10:48 +01:00
ze0s
21c02dfab0
fix(filters): max downloads per filter check (#660) 2023-01-18 21:47:27 +01:00
martylukyy
05edb7c7a7
enhancement(web): make settings pages uniform for desktop and mobile (#634)
* enhancement(web): make settings pages uniform for desktop and mobile
removed var 'idx' from line 17:51 since it is defined but never used
converted the indexer table in to a responsive grid

* fix missing col-span adjustment for mobile

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2023-01-17 23:43:49 +01:00
soup
14b7bc2fe2
enhancement(web): filters list mobile friendly (#648)
* Made Filters page dynamic for mobile screens

* Small corrections

Filter names
- Break very long words (Just to safe guard)
- Whitespace wrap
- w-4/5 on filter names to avoid clipping
2023-01-17 23:37: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
soup
4ae2773dc9
fix(indexers): multiple definition regex pattern corrections (#656)
* fuzer: fix regex pattern

old: https://regex101.com/r/pmyFOX/1

new: https://regex101.com/r/YxtVT7/1

* hebits: fix regex pattern

old: https://regex101.com/r/66kpcT/1

new: https://regex101.com/r/AuJPRg/1

* iplay: fix regex pattern

* forgot to update pattern

* ncore: fix regex pattern

didnt catch baseurl correctly

* retroflix: fix regex pattern

old: https://regex101.com/r/WY5qPu/1

new: https://regex101.com/r/qIS6i5/1

* speedapp: removed unused capture group

old: https://regex101.com/r/1v0T3j/1

new: https://regex101.com/r/Fzv6Cq/1

* torrentbytes: fixed bad baseurl capture

old: https://regex101.com/r/n5iJr6/1

new: https://regex101.com/r/ozIu3F/1
2023-01-17 22:25:43 +01:00
martylukyy
513a0f3369
fix(indexers): animebytes regex (#654)
* fix: adapt regex to parse release group for translated printed media

* fix miscapturing of other values in parenthesis

* fixed an edge case where the torrent name was misparsed if it contained the string `TV`
excluded and escaped `./.` strings from capture groups
2023-01-17 22:25:17 +01:00
ze0s
0af95e2b44
feat(logging): make log size and log backups configurable (#657)
feat(logging): make log size and backups configurable
2023-01-17 21:35:31 +01:00
Michel Heusschen
9e0edc577f
enhancement(feeds): torznab freeleech percentage (#647) 2023-01-15 18:17:51 +01:00
soup
5c7d2349d3
fix(filters): Set NumberFields to required (#651)
* Set log score default to 0

NumberField:
min={0} required={true}

To avoid errors when user clears the field

* removed max value by mistake

* set max downloads default to 0

* Added requirements number fields in Action rules
2023-01-15 18:08:18 +01:00
soup
362aa8f9d0
fix(indexers): funfile single line parsing (#646)
* fix(indexers): funfile announce line 2 is optional

* Change to single line parse for the time being
2023-01-14 16:21:39 +01:00