The Dark
5b701aafc1
New: On Health Restored notification
...
(cherry picked from commit 5fdc8514da7c7ad98192f2ecb2415b3a7b5d0d05)
Closes #3631
Closes #3637
2 years ago
Qstick
42ed5f4c4a
New: Add support for Simplepush notifications
...
Co-Authored-By: Timm Schäuble <Timm.Schaeuble@gmail.com>
(cherry picked from commit 4c7df31070fbd370b26dbcc07131f21eb88d35fc)
2 years ago
Devin Buhl
9279ca9245
New: Send additional information with Webhook and Custom Scripts
...
(cherry picked from commit e5d6e569cf05cbe431e7ffa98569017d5243d848)
Closes #3069
2 years ago
lodu
dc5a5240be
New: Add indexer option for Discord on grab notifications
...
(cherry picked from commit 5d09b84b05ab70662830e910c8f5e98af7830d45)
2 years ago
Mark McDowall
ace0f265cb
Why rename many files when few file do trick
...
(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)
2 years ago
Mark McDowall
a8e661603a
GracePeriod not Graceperiod
...
(cherry picked from commit 993c69530ed34460800f40ecf8a0b7bc9a2f7d48)
2 years ago
Bogdan
8b512caa67
API key improvements
...
Fixed: Special characters in API key
New: Add heathcheck for API Key
(cherry picked from commit 9325140b90f8ac625ae5b26075748c22f6f06158)
Closes #3636
2 years ago
Bogdan
7f3ccf659c
Fixed: Ensure indexer errors are handled before processing response
...
(cherry picked from commit 76f93c8415419f0c3dab90582d47a1c9a653263c)
Closes #3628
2 years ago
Bogdan
7c3871441e
Fixed: custom script error when importing some downloads
...
Co-authored-by: Qstick <376117+Qstick@users.noreply.github.com>
(cherry picked from commit 8f482c534f15c14a9b3097313a4f5e9273549d88)
Closes #3627
2 years ago
Benjamin Staneck
46b5e9b036
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 #3619
2 years ago
Bogdan
50328861fa
Log invalid config file exceptions
...
(cherry picked from commit a95317446c452926819ad24f892a00770b1b23fc)
Closes #3618
2 years ago
Benjamin Staneck
96f5231eb9
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
c40d3646b0
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
Mark McDowall
bfb3c632d7
New: Only add version header for API requests
...
(cherry picked from commit 453891e620459ff38f7bc43b207004b240fc5fb8)
2 years ago
Bogdan
c3e44cc4ed
New: Add token authentication for ntfy.sh notifications
...
Co-authored-by: KucharczykL <lukas@kucharczyk.xyz>
(cherry picked from commit 5bb03a9ddf4d2d33976dfdc39fc70bcf56bf1b49)
2 years ago
Qstick
625787ddb4
New: Translations support for Health Checks
...
(cherry picked from commit bfc036178487fe0b692f306a53f2a334cdf7f9d5)
2 years ago
Bogdan
8368a8021d
Escape search query and use string interpolation for Headphones request generation
2 years ago
Marty Zalega
5ce376d314
Don't lowercase UrlBase in ConfigFileProvider
...
UrlBase should honour the case it is given.
(cherry picked from commit e1de523c89f7649e64f520b090bbdb2f56cc4b85)
2 years ago
Bogdan
83224884f7
New: Log content for invalid torrent files
...
(cherry picked from commit e3f71ca79c3c92015e6c3fc292ae3124dab63410)
2 years ago
Stepan Goremykin
565c05c4c9
Use MinBy and MaxBy instead of OrderBy + First
...
(cherry picked from commit 6ea3d8c127eafbcf9d1b6e9338b737e91e256875)
Closes #3485
2 years ago
Mark McDowall
8dbc522774
New: More information on on why hardlinks should be used over copying
...
(cherry picked from commit 83a9d15ff8721c8effdc2c8055e37bfb757022d4)
Closes #3519
2 years ago
Bogdan
0d2d36176e
New: Add version and timestamp to backup archive
...
(cherry picked from commit ed3d880974ae6a1430866eebaf72533f35258f6f)
Closes #3525
2 years ago
Mark McDowall
f26e0511d6
Fixed IsValidPath usages
...
(cherry picked from commit 033936dce7e13c8ab2e38407782dc9cdd949460e)
Closes #3470
2 years ago
Mark McDowall
d0f75e2e96
New: Improve path validation when handling paths from different OSes
...
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)
Closes #3466
2 years ago
Mark McDowall
24056fd052
Fixed: File browser
...
(cherry picked from commit f7ce5c7b115ea0d12ab63f19960c473e09e30f3d)
2 years ago
Bogdan
fe0abd527e
Fix track lookup in integration tests
2 years ago
Bogdan
5765829008
Update caniuse-lite
2 years ago
Qstick
1cb826b05e
Auto-reply for Log Label
...
(cherry picked from commit d851ecdf2f826f25b9d2d67d3b7e9e3642bc5299)
Closes #3564
2 years ago
Mark McDowall
ba4e3b404e
New: Report health error if Recycling Bin folder is not writable
...
(cherry picked from commit 8c50cd061e691914d9fcce119b9f838f1276950c)
2 years ago
Bogdan
d317c3dd60
Fixed: (Headphones) Use custom download request
...
Closes #3595
2 years ago
Lars
bfe917a09e
New: Filter Sonarr synchronization based on Root Folders
...
Closes #3569
(cherry picked from commit ff3327483a233ebe54d8f178c355abaeb6f9d11e)
2 years ago
bakerboy448
f026fea211
add trace log checkbox to bug report
...
(cherry picked from commit 6dc558cbf6ad4155ed35d4111e8368dcf57a8826)
Closes #3601
Closes #3602
2 years ago
Servarr
14a77d8b3d
Automated API Docs update
2 years ago
Bogdan
3b0289e3ec
Fixed: (Redacted) Use Api Key for downloading
2 years ago
Mark McDowall
45329f29bd
New: Add result to commands to report commands that did not complete successfully
...
(cherry picked from commit 103ce3def4636ef891e72bd687ef8f46b5125233)
2 years ago
Bogdan
8f3aba7b79
bump github actions to latest
...
Fix for nodejs 12 deprecation
2 years ago
Bogdan
a7e4a85cef
Fix downloading releases without an indexer
...
(cherry picked from commit ca8b26138e3ebd793cc1a5fd51522ce3eda8a2e1)
Closes #3598
2 years ago
Scott Fridlund
8a685be882
Adding Artist Id, Album Id, and Track Artist Id as file name options.
2 years ago
Gabriel Sjöberg
8ea54b6a94
Use BuildInfo.AppName for RARBG appId instead of hardcoded value
...
(cherry picked from commit 99c4f5b746bff6809c988f8b816e5135f5959ed7)
Close #3570
2 years ago
Mark McDowall
09cc4c23e1
New: Updated Rarbg request limits
...
(cherry picked from commit 47cf8e6430b7f7704ce2f1524fa9e3c8e6f9b47a)
Close #3526
2 years ago
bakerboy448
4da68ce37d
Fixed: Show Error Message if no Manual Import Mode selected
2 years ago
Bogdan
5380d78cad
Build download requests from indexer implementation
...
(cherry picked from commit a0b08f6c6f106d92cdb12fbb959dd2605c22fe6a)
Closes #3590
Closes #3593
2 years ago
Weblate
1ffc0cb8c1
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translated using Weblate (Finnish) [skip ci]
Currently translated at 96.5% (869 of 900 strings)
Translated using Weblate (Greek) [skip ci]
Currently translated at 100.0% (900 of 900 strings)
Translated using Weblate (German) [skip ci]
Currently translated at 97.0% (873 of 900 strings)
Co-authored-by: Qstick <qstick@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.servarr.com/projects/servarr/lidarr/
Translate-URL: https://translate.servarr.com/projects/servarr/lidarr/de/
Translate-URL: https://translate.servarr.com/projects/servarr/lidarr/el/
Translate-URL: https://translate.servarr.com/projects/servarr/lidarr/fi/
Translation: Servarr/Lidarr
2 years ago
Benjamin Staneck
d9cc5b307a
New: Updated button and calendar outline colors for dark theme
...
(cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf)
Closes #3588
2 years ago
Stevie Robinson
1d09ddf67e
Fixed: Border hover colors in dark theme
...
(cherry picked from commit bead56893f080a1ac1df230908314f3ba8e0c6ce)
Closes #3554
2 years ago
Benjamin Staneck
4782922a47
Fixed some aria violations
...
(cherry picked from commit 7aa846343815105e3576e6aa20eac64fcb0edf8d)
Closes #3589
2 years ago
Bogdan
dec6c32719
Fix loading eslintrc
...
(cherry picked from commit b0773ae7e3f860ff381d8d98d23d612609048e38)
Closes #3591
2 years ago
Bakerboy448
89972b8b66
Fixed: Missing Translates
2 years ago
Bogdan
f8d0d4a2a0
Bump Swashbuckle to 6.5.0
2 years ago
Benjamin Staneck
4de315f196
Remove unused gulpFile
...
(cherry picked from commit 0d48ebe8dedb637a133c5234bd7d9fd8963111af)
Closes #3575
Closes #3583
2 years ago