martylukyy
1a23b69bcf
feat(web): move from react-router to @tanstack/router ( #1338 )
...
* fix(auth): invalid cookie handling and wrongful basic auth invalidation
* fix(auth): fix test to reflect new HTTP status code
* fix(auth/web): do not throw on error
* fix(http): replace http codes in middleware to prevent basic auth invalidation
fix typo in comment
* fix test
* fix(web): api client handle 403
* refactor(http): auth_test use testify.assert
* refactor(http): set session opts after valid login
* refactor(http): send more client headers
* fix(http): test
* refactor(web): move router to tanstack/router
* refactor(web): use route loaders and suspense
* refactor(web): useSuspense for settings
* refactor(web): invalidate cookie in middleware
* fix: loclfile
* fix: load filter/id
* fix(web): login, onboard, types, imports
* fix(web): filter load
* fix(web): build errors
* fix(web): ts-expect-error
* fix(tests): filter_test.go
* fix(filters): tests
* refactor: remove duplicate spinner components
refactor: ReleaseTable.tsx loading animation
refactor: remove dedicated `pendingComponent` for `settingsRoute`
* fix: refactor missed SectionLoader to RingResizeSpinner
* fix: substitute divides with borders to account for unloaded elements
* fix(api): action status URL param
* revert: action status URL param
add comment
* fix(routing): notfound handling and split files
* fix(filters): notfound get params
* fix(queries): colon
* fix(queries): comments ts-ignore
* fix(queries): extract queryKeys
* fix(queries): remove err
* fix(routes): move zob schema inline
* fix(auth): middleware and redirect to login
* fix(auth): failing test
* fix(logs): invalidate correct key
* fix(logs): invalidate correct key
* fix(logs): invalidate correct key
* fix: JSX element stealing focus from searchbar
* reimplement empty release table state text
* fix(context): use deep-copy
* fix(releases): empty state and filter input warnings
* fix(releases): empty states
* fix(auth): onboarding
* fix(cache): invalidate queries
---------
Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2024-02-12 13:07:00 +01:00
ze0s
5328078b32
fix(filters): RED and OPS lossless parsing and filtering ( #1373 )
...
* fix(filters): RED and OPS lossless parsing and filtering
* fix(filters): logscore and EP parsing
* fix(filters): tests
* fix(filters): tests
* feat(definitions): RED parse title variable
* feat(indexers): setup indexer to filter tests
* feat(indexers): tests and improve parsing
* feat(indexers): improve tests
2024-01-28 22:03:25 +01:00
luckyboy
a86258aaa7
feat(filters): implement min and max seeders/leechers filtering for Torznab feeds ( #1342 )
...
* feat(filter):implement min and max seeders/leechers filtering
* chore: go fmt and reorder fields
---------
Co-authored-by: ze0s <ze0s@riseup.net>
2024-01-12 17:08:18 +01:00
ze0s
45b522abf8
chore: update license header year ( #1332 )
...
* chore: update license header year
* chore: update license header year tsx files
* chore: update license header
2024-01-01 16:21:02 +01:00
Frederick Robinson
d898b3cd8d
refactor(filters): checkMaxDownloads ( #1285 )
...
* refactor
* fix: comment
---------
Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
2023-12-25 22:54:52 +01:00
Rohit Vardam
1563ce5e9f
fix(filters): do not split commas inside valid Regexp ( #1212 )
...
* fix(filter): matchRegex
* fix(filter): matchRegex use new splitter
2023-12-25 15:45:50 +01:00
soup
6e12654f6a
feat(filters): show enabled and disabled actions in list view ( #1304 )
...
* feat(filters): reflect enabled actions
* dont store release unless enabled action found
* store the release after the delay
* add new parameter to FindByFilterID method
2023-12-17 21:18:26 +01:00
Frederick Robinson
365055fbe1
refactor(filters): move rejections from release to filter ( #1272 )
...
* refactor: size check
* refactor(filters): checkfilter rejections from release to filter
---------
Co-authored-by: ze0s <ze0s@riseup.net>
2023-12-01 18:04:23 +01:00
Frederick Robinson
8d3921fd3b
feat(filters): validate filter size ( #1263 )
...
* update comments
* refactor, fail on malformed size constraints
* refactor validation, add failing test
* unify in ReleaseSizeOkay, refactor test
* validate filter limit parseability
* logging improvement
* refactor. more clear, explicit parsing step
* inline, add log
* comment tweak
* pass error with more info
* tweak parsedSizeLimits interface
2023-11-20 18:41:53 +01:00
Steven Kreitzer
c5fb92ccf4
fix(filters): external webhook remove jitter ( #1254 )
...
* fix(filters): external webhook remove jitter
* fix: migrations
---------
Co-authored-by: ze0s <ze0s@riseup.net>
2023-11-17 17:05:29 +01:00
Steven Kreitzer
2080136669
feat(filters): external webhook retry on status codes ( #1206 )
...
* feat: external filter retry status codes
* chore: go mod tidy
* fix(database): migrations
---------
Co-authored-by: ze0s <ze0s@riseup.net>
2023-10-27 17:37:57 +02:00
ze0s
3e244fac10
fix(filters): store and update with no external filters ( #1049 )
...
* fix(filters): store and update
* fix(filters): bad fmt var
* fix(filters): store expect status
* fix(filters): store expect status
* fix(filters): external filter always rejected
2023-08-17 21:42:43 +02:00
ze0s
dde0d0ed61
feat(filters): add support for multiple external filters ( #1030 )
...
* feat(filters): add support for multiple ext filters
* refactor(filters): crud and check
* feat(filters): add postgres migrations
* fix(filters): field array types
* fix(filters): formatting
* fix(filters): formatting
* feat(filters): external webhook improve logs
2023-08-15 23:07:39 +02:00
soup
1fbf3c828e
feat(filter): add rejection on invalid size set ( #991 )
...
* feat(filter): add rejection on invalid size set
* return false
2023-06-19 18:44:34 +02:00
ze0s
e5b4ded725
feat(filters): add support for feed description ( #922 )
...
* feat(filters): match description
* feat(filters): support description
* chore: remove match logic for description
* fix: update rss tests
2023-05-13 19:33:18 +02:00
soup
8a1910843c
fix(filters): handle empty tag_match_logic
by defaulting to ANY
( #910 )
...
* speculative fix for tags_match_logic if set to ANY
* add default tag match logic handling
* fixed test cases and rejection messages
* trim tags in match funcs
* add test for empty TagsMatchLogic
2023-05-06 16:11:34 +02:00
ze0s
604c7896bd
chore: add LICENSE GPLv2-or-later ( #897 )
...
* chore: add LICENSE
* chore: add LICENSE to README
2023-05-01 16:21:59 +02:00
ze0s
ef3445cbed
fix(releases): max downloads per hour ( #883 )
...
* fix(releases): max downloads per hour
* refactor: release processing
* compare apples to apples (#884 )
* from rocketships back to apples
* Update internal/database/filter.go
* cast me to the
* keep your eye on the case
---------
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
2023-04-29 21:52:49 +02:00
Gustavo Machado
ef75b67b25
feat(filters): add match logic for tags and except tags ( #810 )
...
* feat(filters): add fields for tag and except tag matching logic
* refactor(filters): rearrange and simplify logic for containsAllMatch
---------
Co-authored-by: Gustavo Machado <me@gstv.dev>
2023-04-10 16:11:44 +02:00
ze0s
bd2769f3f2
fix(filters): match dv hdr
( #736 )
...
fix(filters): match hdr (dv hdr)
2023-03-05 15:35:41 +01:00
ze0s
5c402b6d6c
feat(filters): support Language filtering ( #632 )
...
* feat(filters): add support for language
* feat(filters): add db migrations and repo
* feat(filters): fix failing tests
* feat(filters): fix failing tests
2023-01-09 00:33:08 +01:00
ze0s
08826db036
feat(indexers): improve RED and OPS artist parsing ( #629 )
...
* feat(indexers): improve RED and OPS artist parsing
* feat(indexers): deprecate lidarr red ops workaround
* feat(indexers): change artist and album field check
* seperator before tags and tags optional for red
* fix: update rejection msg
Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
2023-01-08 15:06:04 +01:00
ze0s
38795be9ea
feat(filters): smart episode ( #563 )
...
* feat(filters): initial smart episode
* feat(smart-episode): pseudo-logic
* feat(filters): check releases
* feat(filters): update logic
* feat(web): smart episode (#562 )
* add frontend part for smart episode feature
* change description for smart episode help text
* fix wording
* feat(filters): smart-episode logic
Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
Co-authored-by: xoaaC <35452459+xoaaC@users.noreply.github.com>
2022-12-14 19:07:04 +01:00
ze0s
532df38cd4
fix(filters): except categories ( #510 )
...
fix(filters): except categories check
2022-10-20 17:39:08 +02:00
ze0s
5183f7683a
feat(filters): filtering for raw releaseTags ( #506 )
...
feat(filters): add releaseTags filtering
2022-10-18 23:52:36 +02:00
ze0s
b7d2161fdb
feat(feeds): torznab parse category and freeleech ( #492 )
...
* feat(feeds): torznab parse freeleech
* feat(feeds): torznab parse categories
2022-10-14 18:01:04 +02:00
ze0s
f5faf066a9
feat(filters): improve list view with filtering ( #465 )
2022-09-22 11:54:17 +02:00
ze0s
9813f5718d
fix(filters): check match other
and except other
( #433 )
...
fix(filters): check other and excpet other
2022-08-27 14:54:41 +02:00
ze0s
3a334121f7
feat(filters): support partial update ( #409 )
2022-08-15 15:54:34 +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
ze0s
2b3fab28c1
feat(filters): list actions count ( #372 )
2022-07-23 18:06:11 +02:00
ze0s
d56693cd33
feat(filters): add external script and webhook checks
2022-07-23 15:19:28 +02:00
Ludvig Lundgren
6675a1df3e
fix(releases): releasetags freeleech parsing ( #306 )
...
* refactor(releases): remove err from constructor
* fix(releases): freeleech parsing and filtering
* chore: remove unused releaseinfo package
2022-06-14 22:26:45 +02:00
Ludvig Lundgren
2a23ed0185
feat(filters): add download limits ( #266 )
...
* feat(filters): add download limits
2022-05-18 14:14:13 +02:00
Ludvig Lundgren
45053d9823
fix(filters): contains check empty ( #273 )
2022-05-17 07:31:31 +02:00
Ludvig Lundgren
9d52d42440
feat(filters): regex match release support list ( #265 )
2022-05-03 15:26:13 +02:00
Ludvig Lundgren
5d032dd075
feat(filters): add regex support ( #258 )
2022-04-30 14:53:24 +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
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
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
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
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
47031358b0
fix: date parsing ( #80 )
2022-01-13 21:59:36 +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
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
a838d994a6
feat: add backend
2021-08-11 15:26:17 +02:00