Bogdan
f7b2bba2e7
Fix SupportedBookSearchParameters in Newznab
2 years ago
Bogdan
5609dfa590
Add Pull Request Labeler
2 years ago
Mark McDowall
c43e9eb208
New: Log additional information when processing completed torrents from rTorrent
...
(cherry picked from commit c7d39579b45adbe1b9da3baff587b2d7b7c9724b)
Closes #2482
2 years ago
Bogdan
0411102f57
Remove unused imports
...
Closes #2475
2 years ago
Qstick
f26fd39709
Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
...
GetCurrentProcess().MainModule.FileName is expensive, Environment.ProcessPath added in net6
(cherry picked from commit f928ee7cad304115a002da00e218fb987e02b279)
Close #2260
2 years ago
Qstick
55308bef8b
Prefer AsSpan to Substring to avoid unnecessary allocation
...
(cherry picked from commit 4db10e6283fa5c5c167604a6cdade7299d567f4d)
Close #2263
2 years ago
Qstick
6827ac5670
Use span-based string.Concat to avoid unnecessary allocation
...
Calling Substring produces a copy of the extracted substring. By using AsSpan instead of Substring and calling the overload of string.Concat that accepts spans, you can eliminate the unnecessary string allocation.
(cherry picked from commit e8aff90582fb50b2d48dea3a4c2139c2745f1554)
Fixes #2262
2 years ago
Mark McDowall
0572bde41e
Why rename many files when few file do trick
...
(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)
Closes #2465
2 years ago
Mark McDowall
0eb88cb516
GracePeriod not Graceperiod
...
(cherry picked from commit 993c69530ed34460800f40ecf8a0b7bc9a2f7d48)
Closes #2462
2 years ago
Bogdan
a39be51d3e
Remove empty constructors
...
Closes #2474
2 years ago
Bogdan
b37fd60b85
API key improvements
...
Fixed: Special characters in API key
New: Add heathcheck for API Key
(cherry picked from commit 9325140b90f8ac625ae5b26075748c22f6f06158)
Closes #2466
2 years ago
ta264
c827859ba0
Fixed: Don't buffer update package to memory when downloading
...
(cherry picked from commit 63654b99f22b87b42acd699ac5b453f2de20211f)
Closes #2467
2 years ago
Servarr
35b466e4ca
Automated API Docs update
2 years ago
Qstick
486ec14ca8
Check for nullable last activity list sync
...
(cherry picked from commit 4a740acb801a04bc2ead45d272d493f4ec46f7e8)
2 years ago
Qstick
86d1250831
New: Rework List sync interval logic
...
(cherry picked from commit c522cd120d08757e7e43c2348be4d7f05a254fac)
2 years ago
Qstick
145422e00a
Fixed: Don't enforce minimum on single list fetch
...
(cherry picked from commit 62354dfac83e36f2d6a8cf24fc96fa25392bc438)
2 years ago
Bogdan
3a274bdc4a
Fixed: Ensure indexer errors are handled before processing response
...
(cherry picked from commit 76f93c8415419f0c3dab90582d47a1c9a653263c)
Closes #2458
2 years ago
Bogdan
e9ada0b43d
Fixed: custom script error when importing some downloads
...
Co-authored-by: Qstick <376117+Qstick@users.noreply.github.com>
(cherry picked from commit 8f482c534f15c14a9b3097313a4f5e9273549d88)
Closes #2457
2 years ago
Benjamin Staneck
a2832cf329
Delete various old config files
...
Delete `jsconfig.json`
This file actually did nothing since we have a `tsconfig.json`. Behavior does not change since `checkJs` is `false` in both.
Delete `.jsbeautifyrc`
Was not used from what I could tell and we have a ESFormatter config file as well and that is basically the successor.
Delete `.csscomb.json`
Was not used from what I could tell, also the project seems dead, last publish 4 years ago. Also we have stylelint in place that covers CSS.
(cherry picked from commit 0da89478cc7a5eec7a35bff47e34b824487661a1)
Closes #2449
2 years ago
Bogdan
bbdecb343b
Log invalid config file exceptions
...
(cherry picked from commit a95317446c452926819ad24f892a00770b1b23fc)
Closes #2448
2 years ago
Benjamin Staneck
a857e7c6f4
Add VSCode extension recommendations
...
To make it easier for new contributors, suggest extensions for the tools we use
(cherry picked from commit 9ebd2f96adb19db7c7357336a37f7b989d21797d)
2 years ago
Benjamin Staneck
906fb30179
Move vscode settings to the frontend folder
...
Since it applies to all of frontend, I think it makes more sense to have it here instead of src
(cherry picked from commit e12c679cd8961ec9d2ef744761303831b81e64fb)
2 years ago
Stepan Goremykin
28f64d9a46
Migrate to FluentValidation 9
...
(cherry picked from commit 40e54685b9e83ed24a3979bfe965c453339ad02e)
2 years ago
Mark McDowall
816969d0f5
Add support for custom RetryAfter in RequestLimitReachedException
...
(cherry picked from commit 47cf8e6430b7f7704ce2f1524fa9e3c8e6f9b47a)
2 years ago
Mark McDowall
63506e5a72
New: Only add version header for API requests
...
(cherry picked from commit 453891e620459ff38f7bc43b207004b240fc5fb8)
2 years ago
Bogdan
817ea75288
New: Add token authentication for ntfy.sh notifications
...
Co-authored-by: KucharczykL <lukas@kucharczyk.xyz>
(cherry picked from commit 5bb03a9ddf4d2d33976dfdc39fc70bcf56bf1b49)
2 years ago
Bogdan
7e0eca5657
Fix parameters generation in FileListRequestGenerator
2 years ago
Stevie Robinson
5587af7806
Fixed: Mass Editor Footer on Smaller Screens
...
(cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
2 years ago
Servarr
a90f5f7b4e
Automated API Docs update
2 years ago
6cUbi57z
b97d63cb5b
New: Add tag support to indexers
...
(cherry picked from commit c3d54b312ef18b837d54605ea78f1a263fd6900b)
2 years ago
Bogdan
10e230cc06
New: Log content for invalid torrent files
...
(cherry picked from commit e3f71ca79c3c92015e6c3fc292ae3124dab63410)
2 years ago
Bogdan
5c5c362d96
Update UI Dependencies
2 years ago
Mark McDowall
0aec2382fe
Switch to eslint for linting
...
(cherry picked from commit a18c3774661f466727ab46315211aecb43ef1def)
2 years ago
Bogdan
677d5d3374
Revert "Fixed: Indexer tags"
...
This reverts commit 761a6a9136
.
2 years ago
Bogdan
ca0f2be194
Fix NewznabRequestGenerator tests
2 years ago
Mark McDowall
780df3250f
Use string interpolation for Newznab request generation
...
(cherry picked from commit ba9651b241510ff585aaac689dc0d0be4f7fbcf3)
Closes #1945
2 years ago
Bogdan
508b2d7c8d
Revert "Fixed: Don't enforce minimum on single list fetch"
...
This reverts commit c34418b984
.
2 years ago
bakerboy448
96aeb022ab
Fixed: Escape Characters as needed for *znab queries
...
(cherry picked from commit f678775e5c3deb0c520f88a137198331fee2831f)
2 years ago
Marty Zalega
b27f852154
Don't lowercase UrlBase in ConfigFileProvider
...
UrlBase should honour the case it is given.
(cherry picked from commit e1de523c89f7649e64f520b090bbdb2f56cc4b85)
2 years ago
Mark McDowall
3c03413d5a
New: Return static response to requests while app is starting
...
(cherry picked from commit 303fc5d786ccf2ad14c8523fc239696c5d37ea53)
2 years ago
Qstick
c34418b984
Fixed: Don't enforce minimum on single list fetch
...
(cherry picked from commit 62354dfac83e36f2d6a8cf24fc96fa25392bc438)
2 years ago
Mark McDowall
761a6a9136
Fixed: Indexer tags
...
(cherry picked from commit 6f5467e39e059bdfec0d7dd49485028195c38586)
2 years ago
Qstick
92c59e158d
Convert method to static that doesn't use instance data
...
(cherry picked from commit a42f97229acb713719c616851db572100f319ad7)
2 years ago
Lars
5bc917c9dc
New: Option to use Telegram topics for notifications
...
(cherry picked from commit c8933d812490ba375c6f7e07cd4355921dc513ac)
2 years ago
Mark McDowall
7c03ca5cdf
Fixed IsValidPath usages
...
(cherry picked from commit 033936dce7e13c8ab2e38407782dc9cdd949460e)
Closes #2313
2 years ago
Mark McDowall
b3cf903a3b
New: Improve path validation when handling paths from different OSes
...
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)
Closes #2309
2 years ago
Stepan Goremykin
a4930474a5
Use MinBy and MaxBy instead of OrderBy + First
...
(cherry picked from commit 6ea3d8c127eafbcf9d1b6e9338b737e91e256875)
Closes #2323
2 years ago
Mark McDowall
06baae060d
New: More information on on why hardlinks should be used over copying
...
(cherry picked from commit 83a9d15ff8721c8effdc2c8055e37bfb757022d4)
Closes #2352
2 years ago
Bogdan
4e5c7bc0a3
New: Add version and timestamp to backup archive
...
(cherry picked from commit ed3d880974ae6a1430866eebaf72533f35258f6f)
Closes #2357
2 years ago
Bogdan
a939adb2b1
Create cache db in integration tests
2 years ago