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
Bogdan
6858db686c
Fix tests
2 years ago
Mark McDowall
7a5e2c248c
Fixed: File browser
...
(cherry picked from commit f7ce5c7b115ea0d12ab63f19960c473e09e30f3d)
2 years ago
Bogdan
f2d57c6c5e
Update caniuse-lite
2 years ago
Qstick
32c9734d70
Auto-reply for Log Label
...
(cherry picked from commit d851ecdf2f826f25b9d2d67d3b7e9e3642bc5299)
2 years ago
Bogdan
2d732f0454
Bump dotnet to 6.0.16
2 years ago
Mark McDowall
20835291e6
New: Report health error if Recycling Bin folder is not writable
...
(cherry picked from commit 8c50cd061e691914d9fcce119b9f838f1276950c)
2 years ago
Bogdan
f5d6b2de11
Increase retry count in CachedFixture
2 years ago
Lars
d51f7cc02b
New: Filter Sonarr synchronization based on Root Folders
...
(cherry picked from commit ff3327483a233ebe54d8f178c355abaeb6f9d11e)
Closes #2399
2 years ago
bakerboy448
8d41d0106a
add trace log checkbox to bug report
...
(cherry picked from commit 6dc558cbf6ad4155ed35d4111e8368dcf57a8826)
Closes #2428
Closes #2429
2 years ago
santschi
fd08e9d2c4
Fixed: Check for unexpected parent tags to fix GoodReads Series
2 years ago
Mark McDowall
a1ee6aa8ac
Fixed: Manual Import without selecting Import Mode
...
Closes #5036
(cherry picked from commit b542dd0ddd6463321a0d75c1ce4b1ecec679f213)
2 years ago
Bogdan
ddbb8b211f
bump github actions to latest [skip ci]
...
Fix for nodejs 12 deprecation
2 years ago
Bogdan
bea61edb4e
Fix downloading releases without an indexer
...
(cherry picked from commit ca8b26138e3ebd793cc1a5fd51522ce3eda8a2e1)
Closes #2426
2 years ago
Bogdan
db7bb14491
Remove BasicAuthString
2 years ago
Bogdan
7a7039b1f7
Build download requests from indexer implementation
...
(cherry picked from commit a0b08f6c6f106d92cdb12fbb959dd2605c22fe6a)
2 years ago
Benjamin Staneck
1978a726bb
Fixed some aria violations
...
(cherry picked from commit 7aa846343815105e3576e6aa20eac64fcb0edf8d)
Closes #2422
2 years ago
Bogdan
2412b38333
Fix loading eslintrc
...
(cherry picked from commit b0773ae7e3f860ff381d8d98d23d612609048e38)
Closes #2424
2 years ago
Benjamin Staneck
dbed46dd5b
New: Updated button and calendar outline colors for dark theme
...
(cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf)
2 years ago