Benjamin Staneck
9ebd2f96ad
Add VSCode extension recommendations
...
To make it easier for new contributors, suggest extensions for the tools we use
2023-05-07 10:20:08 -07:00
Benjamin Staneck
e12c679cd8
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
2023-05-07 10:20:08 -07:00
Benjamin Staneck
0da89478cc
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.
2023-05-07 10:20:08 -07:00
Bogdan
a95317446c
Log invalid config file exceptions
...
(cherry picked from commit e1d0e2c79975a10c12fc8551f5dcd4a79f1c94e7)
2023-05-07 10:18:00 -07:00
Qstick
3a6c078b30
Fixed: Catch InvalidDataException during initial config to prevent boot loop
...
(cherry picked from commit 9862584611f29ac3f16e0c6ef0afb183ff3f0588)
2023-05-07 10:18:00 -07:00
Mark McDowall
77efc4cc40
Fixed: Timeout when getting root folder details
2023-05-07 09:52:35 -07:00
Mark McDowall
453891e620
New: Only add version header for API requests
...
Closes #5601
2023-05-06 22:34:22 -07:00
Mark McDowall
95b52e630a
Remove duplicated processing of unparsed paths
2023-05-06 21:53:01 -07:00
Bogdan
5bb03a9ddf
New: Add token authentication for ntfy.sh notifications
...
Co-authored-by: KucharczykL <lukas@kucharczyk.xyz>
2023-05-06 21:30:31 -07:00
Bogdan
e3f71ca79c
New: Log content for invalid torrent files
2023-05-06 11:22:49 -07:00
Bogdan
ca8b26138e
Fix downloading releases without an indexer
2023-05-01 19:28:04 -05:00
Bogdan
b0773ae7e3
Fix loading eslintrc
2023-04-29 21:12:20 -07:00
Bogdan
a0b08f6c6f
Build download requests from indexer implementation
2023-04-30 00:09:11 -04:00
Benjamin Staneck
7aa8463438
Fixed some aria violations
2023-04-30 00:05:21 -04:00
Benjamin Staneck
5d873fafec
New: Updated button and calendar outline colors for dark theme
2023-04-29 23:58:01 -04:00
Qstick
7ce0d4a9db
Fixed: Use augmented languages for queue items
2023-04-29 17:15:39 -05:00
Fabricio Silva
83cee4b00e
Fixed: Edit Quality Profile not opening
...
Closes #5588
2023-04-28 10:46:26 -04:00
Benjamin Staneck
de4cfefde4
Update core-js and use defaults for browserlist
2023-04-27 22:37:38 -07:00
Benjamin Staneck
bb77bb640c
Use minified jquery
2023-04-27 10:33:59 -04:00
Benjamin Staneck
8bcaa17e25
Update webpack and webpack-cli
2023-04-27 10:33:10 -04:00
Benjamin Staneck
0d48ebe8de
Remove unused gulpFile
2023-04-27 10:32:48 -04:00
Benjamin Staneck
e34d250440
Fix typo in calendarBackgroundColor CSS variable
2023-04-27 10:32:31 -04:00
Lars
3141bf7f9d
Fixed: Subtitle tags from existing subtitle files being lost during rename
...
Closes #5577
2023-04-26 23:18:58 -04:00
Mark McDowall
8c50cd061e
New: Report health error if Recycling Bin folder is not writable
...
Closes #4692
2023-04-24 21:58:51 -07:00
Gabriel Sjöberg
99c4f5b746
Use BuildInfo.AppName for RARBG appId instead of hardcoded value
2023-04-25 00:54:12 -04:00
Lars
ff3327483a
New: Filter Sonarr synchronization based on Root Folders
...
Closes #4835
2023-04-25 00:44:20 -04:00
Mark McDowall
0bc16efe26
Don't clean slashes from folder names
2023-04-24 13:12:35 -07:00
Mark McDowall
b3260ba866
New: Colon replacement naming option
2023-04-24 07:59:36 -07:00
Mark McDowall
d3ad970ecc
Use enum for MultiEpisodeStyle property
2023-04-24 07:59:35 -07:00
Bogdan
ed7d99c160
New: Add Apprise notifications
2023-04-22 18:17:24 -07:00
Robin Dadswell
720fc2818f
Frontend Placeholders from the Backend
...
(cherry picked from commit 69f5963f6f1e80e3f598bdb13792b7413fcc13b1)
2023-04-22 18:17:24 -07:00
Mark McDowall
94b5d23094
Fixed TruncatedEpisodeTitlesFixture tests
2023-04-22 18:16:15 -07:00
Mark McDowall
cf48bf3041
Fixed: Ensure first history item when marked as failed is the selected item
2023-04-21 17:45:45 -07:00
Mark McDowall
6fe5573298
Fixed: Override modal not closed after grabbing
2023-04-21 17:45:45 -07:00
Mark McDowall
183b10f79a
New: Change default Multi-Episode style to Prefixed Range
...
Closes #5572
2023-04-21 17:45:45 -07:00
Stevie Robinson
bead56893f
Fixed: Border hover colors in dark theme
2023-04-21 20:28:07 -04:00
Mark McDowall
97cf3cee17
New: Don't prevent season searches for Newznab/Torznab if supported by the indexer
...
Closes #5562
2023-04-19 16:14:09 -07:00
Mark McDowall
764c084987
New: Don't try to analyze disk image files (iso, img, etc)
...
Closes #5567
2023-04-19 16:14:09 -07:00
Mark McDowall
a989c84260
Fixed: Tag filtering on iCal feed
2023-04-19 16:14:09 -07:00
Stevie Robinson
7ed0407e77
Fixed: Spacing between manual download and override download buttons
2023-04-19 19:14:06 -04:00
Stevie Robinson
3e87870370
Fixed: Hover color on override download button
2023-04-19 13:35:45 -04:00
Bogdan
b303e9c21a
New: Serve log files as UTF-8
2023-04-18 15:50:43 -04:00
Michael Peleshenko
2303bff205
Fixed: Return properly formatted episode file for deleted files Webhook
2023-04-16 17:48:59 -07:00
Qstick
5a04602672
Remove mono process detection
2023-04-16 19:21:13 -05:00
Bogdan
6f614b7d47
Rename to FolderChmodValidator to match class name
2023-04-15 12:21:17 -07:00
Stepan Goremykin
6413d212e5
Update signalr to 6.0.15
2023-04-14 16:48:47 -07:00
Stepan Goremykin
40e54685b9
Migrate to FluentValidation 9
2023-04-14 16:48:47 -07:00
Mark McDowall
dec6e14036
New: On Add Series connection event
...
Closes #3637
2023-04-14 16:48:07 -07:00
Mark McDowall
619ac557f9
Fixed: Importing from Manage Episodes ignoring Analyse video files
2023-04-14 16:48:07 -07:00
Lars
c8933d8124
New: Option to use Telegram topics for notifications
...
Closes #5486
2023-04-14 19:47:06 -04:00