Commit Graph

9580 Commits

Author SHA1 Message Date
Mark McDowall ecf63006f3 Switch to eslint for linting
(cherry picked from commit a18c3774661f466727ab46315211aecb43ef1def)

Closes #3350
2023-05-10 01:24:21 +03:00
ta264 87e702cbef Fixed: Don't buffer update package to memory when downloading
(cherry picked from commit 63654b99f22b87b42acd699ac5b453f2de20211f)

Closes #3639
Closes #3641
2023-05-09 14:04:31 +03:00
Bogdan eca3776ddd Replace UC preset with VC 2023-05-09 13:39:23 +03:00
Servarr d61b851d23 Automated API Docs update 2023-05-09 01:21:23 +03:00
The Dark 5b701aafc1 New: On Health Restored notification
(cherry picked from commit 5fdc8514da7c7ad98192f2ecb2415b3a7b5d0d05)

Closes #3631
Closes #3637
2023-05-09 01:03:41 +03:00
Qstick 42ed5f4c4a New: Add support for Simplepush notifications
Co-Authored-By: Timm Schäuble <Timm.Schaeuble@gmail.com>

(cherry picked from commit 4c7df31070fbd370b26dbcc07131f21eb88d35fc)
2023-05-08 15:30:47 +03:00
Devin Buhl 9279ca9245 New: Send additional information with Webhook and Custom Scripts
(cherry picked from commit e5d6e569cf05cbe431e7ffa98569017d5243d848)

Closes #3069
2023-05-08 13:55:12 +03:00
lodu dc5a5240be New: Add indexer option for Discord on grab notifications
(cherry picked from commit 5d09b84b05ab70662830e910c8f5e98af7830d45)
2023-05-08 12:12:56 +03:00
Mark McDowall ace0f265cb Why rename many files when few file do trick
(cherry picked from commit eaa4a358e8eb93e15203001d16e868e22aded5c3)
2023-05-08 12:09:28 +03:00
Mark McDowall a8e661603a GracePeriod not Graceperiod
(cherry picked from commit 993c69530ed34460800f40ecf8a0b7bc9a2f7d48)
2023-05-08 12:09:28 +03:00
Bogdan 8b512caa67 API key improvements
Fixed: Special characters in API key
New: Add heathcheck for API Key

(cherry picked from commit 9325140b90f8ac625ae5b26075748c22f6f06158)

Closes #3636
2023-05-08 12:04:05 +03:00
Bogdan 7f3ccf659c Fixed: Ensure indexer errors are handled before processing response
(cherry picked from commit 76f93c8415419f0c3dab90582d47a1c9a653263c)

Closes #3628
2023-05-07 22:58:36 +03:00
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
2023-05-07 22:57:28 +03:00
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
2023-05-07 22:55:11 +03:00
Bogdan 50328861fa Log invalid config file exceptions
(cherry picked from commit a95317446c452926819ad24f892a00770b1b23fc)

Closes #3618
2023-05-07 22:53:53 +03:00
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)
2023-05-07 21:47:19 +03:00
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)
2023-05-07 21:46:57 +03:00
Mark McDowall bfb3c632d7 New: Only add version header for API requests
(cherry picked from commit 453891e620459ff38f7bc43b207004b240fc5fb8)
2023-05-07 13:53:53 +03:00
Bogdan c3e44cc4ed New: Add token authentication for ntfy.sh notifications
Co-authored-by: KucharczykL <lukas@kucharczyk.xyz>

(cherry picked from commit 5bb03a9ddf4d2d33976dfdc39fc70bcf56bf1b49)
2023-05-07 12:11:26 +03:00
Qstick 625787ddb4 New: Translations support for Health Checks
(cherry picked from commit bfc036178487fe0b692f306a53f2a334cdf7f9d5)
2023-05-07 04:01:08 +03:00
Bogdan 8368a8021d Escape search query and use string interpolation for Headphones request generation 2023-05-07 02:09:05 +03:00
Marty Zalega 5ce376d314 Don't lowercase UrlBase in ConfigFileProvider
UrlBase should honour the case it is given.

(cherry picked from commit e1de523c89f7649e64f520b090bbdb2f56cc4b85)
2023-05-07 01:42:06 +03:00
Bogdan 83224884f7 New: Log content for invalid torrent files
(cherry picked from commit e3f71ca79c3c92015e6c3fc292ae3124dab63410)
2023-05-06 23:26:03 +03:00
Stepan Goremykin 565c05c4c9 Use MinBy and MaxBy instead of OrderBy + First
(cherry picked from commit 6ea3d8c127eafbcf9d1b6e9338b737e91e256875)

Closes #3485
2023-05-06 16:11:24 +03:00
Mark McDowall 8dbc522774 New: More information on on why hardlinks should be used over copying
(cherry picked from commit 83a9d15ff8721c8effdc2c8055e37bfb757022d4)

Closes #3519
2023-05-06 16:04:41 +03:00
Bogdan 0d2d36176e New: Add version and timestamp to backup archive
(cherry picked from commit ed3d880974ae6a1430866eebaf72533f35258f6f)

Closes #3525
2023-05-06 16:02:57 +03:00
Mark McDowall f26e0511d6 Fixed IsValidPath usages
(cherry picked from commit 033936dce7e13c8ab2e38407782dc9cdd949460e)

Closes #3470
2023-05-06 16:01:55 +03:00
Mark McDowall d0f75e2e96 New: Improve path validation when handling paths from different OSes
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)

Closes #3466
2023-05-06 16:00:23 +03:00
Mark McDowall 24056fd052 Fixed: File browser
(cherry picked from commit f7ce5c7b115ea0d12ab63f19960c473e09e30f3d)
2023-05-05 14:37:26 +03:00
Bogdan fe0abd527e Fix track lookup in integration tests 2023-05-05 14:35:25 +03:00
Bogdan 5765829008 Update caniuse-lite 2023-05-05 14:34:33 +03:00
Qstick 1cb826b05e Auto-reply for Log Label
(cherry picked from commit d851ecdf2f826f25b9d2d67d3b7e9e3642bc5299)

Closes #3564
2023-05-04 20:14:16 +03:00
Mark McDowall ba4e3b404e New: Report health error if Recycling Bin folder is not writable
(cherry picked from commit 8c50cd061e691914d9fcce119b9f838f1276950c)
2023-05-04 06:51:29 +03:00
Bogdan d317c3dd60 Fixed: (Headphones) Use custom download request
Closes #3595
2023-05-03 12:29:55 +03:00
Lars bfe917a09e New: Filter Sonarr synchronization based on Root Folders
Closes #3569

(cherry picked from commit ff3327483a233ebe54d8f178c355abaeb6f9d11e)
2023-05-03 11:51:52 +03:00
bakerboy448 f026fea211 add trace log checkbox to bug report
(cherry picked from commit 6dc558cbf6ad4155ed35d4111e8368dcf57a8826)

Closes #3601
Closes #3602
2023-05-03 11:15:04 +03:00
Servarr 14a77d8b3d Automated API Docs update 2023-05-03 11:10:48 +03:00
Bogdan 3b0289e3ec Fixed: (Redacted) Use Api Key for downloading 2023-05-03 05:47:30 +03:00
Mark McDowall 45329f29bd New: Add result to commands to report commands that did not complete successfully
(cherry picked from commit 103ce3def4636ef891e72bd687ef8f46b5125233)
2023-05-03 05:46:57 +03:00
Bogdan 8f3aba7b79 bump github actions to latest
Fix for nodejs 12 deprecation
2023-05-02 15:13:53 +03:00
Bogdan a7e4a85cef Fix downloading releases without an indexer
(cherry picked from commit ca8b26138e3ebd793cc1a5fd51522ce3eda8a2e1)

Closes #3598
2023-05-02 09:12:38 +03:00
Scott Fridlund 8a685be882 Adding Artist Id, Album Id, and Track Artist Id as file name options. 2023-05-01 22:23:50 -05:00
Gabriel Sjöberg 8ea54b6a94 Use BuildInfo.AppName for RARBG appId instead of hardcoded value
(cherry picked from commit 99c4f5b746bff6809c988f8b816e5135f5959ed7)

Close #3570
2023-04-30 21:43:10 +03:00
Mark McDowall 09cc4c23e1 New: Updated Rarbg request limits
(cherry picked from commit 47cf8e6430b7f7704ce2f1524fa9e3c8e6f9b47a)

Close #3526
2023-04-30 21:42:56 +03:00
bakerboy448 4da68ce37d Fixed: Show Error Message if no Manual Import Mode selected 2023-04-30 09:33:10 -05:00
Bogdan 5380d78cad Build download requests from indexer implementation
(cherry picked from commit a0b08f6c6f106d92cdb12fbb959dd2605c22fe6a)

Closes #3590
Closes #3593
2023-04-30 15:00:06 +03:00
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
2023-04-30 11:42:01 +03:00
Benjamin Staneck d9cc5b307a New: Updated button and calendar outline colors for dark theme
(cherry picked from commit 5d873fafec07c9d67ad8d2c16eecea195a78eecf)

Closes #3588
2023-04-30 09:58:06 +03:00
Stevie Robinson 1d09ddf67e Fixed: Border hover colors in dark theme
(cherry picked from commit bead56893f080a1ac1df230908314f3ba8e0c6ce)

Closes #3554
2023-04-30 09:36:40 +03:00
Benjamin Staneck 4782922a47 Fixed some aria violations
(cherry picked from commit 7aa846343815105e3576e6aa20eac64fcb0edf8d)

Closes #3589
2023-04-30 09:33:48 +03:00