Commit Graph

  • c43e9eb208 New: Log additional information when processing completed torrents from rTorrent Mark McDowall 2023-05-11 17:35:40 -07:00
  • 0411102f57 Remove unused imports Bogdan 2023-05-11 21:27:48 +03:00
  • f26fd39709 Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName Qstick 2023-01-09 22:14:22 -06:00
  • 55308bef8b Prefer AsSpan to Substring to avoid unnecessary allocation Qstick 2023-01-09 22:20:25 -06:00
  • 6827ac5670 Use span-based string.Concat to avoid unnecessary allocation Qstick 2023-01-09 22:18:14 -06:00
  • 0572bde41e Why rename many files when few file do trick Mark McDowall 2023-05-07 20:25:41 -07:00
  • 0eb88cb516 GracePeriod not Graceperiod Mark McDowall 2023-05-07 18:57:41 -07:00
  • a39be51d3e Remove empty constructors Bogdan 2023-05-11 19:29:30 +03:00
  • b37fd60b85 API key improvements Bogdan 2023-05-08 06:56:26 +03:00
  • c827859ba0 Fixed: Don't buffer update package to memory when downloading ta264 2021-12-15 22:04:09 +00:00
  • 35b466e4ca Automated API Docs update Servarr 2023-05-07 20:35:46 +00:00
  • 486ec14ca8 Check for nullable last activity list sync Qstick 2023-01-07 12:58:10 -06:00
  • 86d1250831 New: Rework List sync interval logic Qstick 2022-12-07 21:09:42 -06:00
  • 145422e00a Fixed: Don't enforce minimum on single list fetch Qstick 2022-12-18 10:18:40 -06:00
  • 3a274bdc4a Fixed: Ensure indexer errors are handled before processing response Bogdan 2023-05-07 20:29:51 +03:00
  • e9ada0b43d Fixed: custom script error when importing some downloads Bogdan 2023-05-07 20:23:47 +03:00
  • a2832cf329 Delete various old config files Benjamin Staneck 2023-04-28 16:32:51 +02:00
  • bbdecb343b Log invalid config file exceptions Bogdan 2023-05-07 16:51:00 +03:00
  • a857e7c6f4 Add VSCode extension recommendations Benjamin Staneck 2023-04-28 22:03:44 +02:00
  • 906fb30179 Move vscode settings to the frontend folder Benjamin Staneck 2023-04-28 22:03:03 +02:00
  • 28f64d9a46 Migrate to FluentValidation 9 Stepan Goremykin 2023-04-01 15:03:53 +02:00
  • 816969d0f5 Add support for custom RetryAfter in RequestLimitReachedException Mark McDowall 2023-04-13 19:54:37 -07:00
  • 63506e5a72 New: Only add version header for API requests Mark McDowall 2023-05-06 22:34:22 -07:00
  • 817ea75288 New: Add token authentication for ntfy.sh notifications Bogdan 2023-05-07 07:30:31 +03:00
  • 7e0eca5657 Fix parameters generation in FileListRequestGenerator Bogdan 2023-05-07 03:10:00 +03:00
  • 5587af7806 Fixed: Mass Editor Footer on Smaller Screens Stevie Robinson 2022-01-23 21:47:43 +01:00
  • a90f5f7b4e Automated API Docs update Servarr 2023-05-06 21:59:21 +00:00
  • b97d63cb5b New: Add tag support to indexers 6cUbi57z 2021-03-22 00:00:06 +00:00
  • 10e230cc06 New: Log content for invalid torrent files Bogdan 2023-05-06 21:22:49 +03:00
  • 5c5c362d96 Update UI Dependencies Bogdan 2023-05-05 23:47:30 +03:00
  • 0aec2382fe Switch to eslint for linting Mark McDowall 2023-01-15 21:19:43 -08:00
  • 677d5d3374 Revert "Fixed: Indexer tags" Bogdan 2023-05-06 20:11:17 +03:00
  • ca0f2be194 Fix NewznabRequestGenerator tests Bogdan 2023-05-06 19:29:06 +03:00
  • 780df3250f Use string interpolation for Newznab request generation Mark McDowall 2022-11-16 19:02:05 -08:00
  • 508b2d7c8d Revert "Fixed: Don't enforce minimum on single list fetch" Bogdan 2023-05-06 18:29:43 +03:00
  • 96aeb022ab Fixed: Escape Characters as needed for *znab queries bakerboy448 2022-04-09 23:16:20 -05:00
  • b27f852154 Don't lowercase UrlBase in ConfigFileProvider Marty Zalega 2021-12-27 18:31:59 +10:00
  • 3c03413d5a New: Return static response to requests while app is starting Mark McDowall 2023-02-04 00:03:32 -08:00
  • c34418b984 Fixed: Don't enforce minimum on single list fetch Qstick 2022-12-18 10:18:40 -06:00
  • 761a6a9136 Fixed: Indexer tags Mark McDowall 2022-09-24 23:28:04 -07:00
  • 92c59e158d Convert method to static that doesn't use instance data Qstick 2023-02-18 13:59:08 -06:00
  • 5bc917c9dc New: Option to use Telegram topics for notifications Lars 2023-04-15 01:47:06 +02:00
  • 7c03ca5cdf Fixed IsValidPath usages Mark McDowall 2023-03-26 22:47:09 -07:00
  • b3cf903a3b New: Improve path validation when handling paths from different OSes Mark McDowall 2023-03-23 17:34:19 -07:00
  • a4930474a5 Use MinBy and MaxBy instead of OrderBy + First Stepan Goremykin 2023-04-01 16:57:19 +02:00
  • 06baae060d New: More information on on why hardlinks should be used over copying Mark McDowall 2023-04-11 16:27:17 -07:00
  • 4e5c7bc0a3 New: Add version and timestamp to backup archive Bogdan 2023-04-14 05:53:32 +03:00
  • a939adb2b1 Create cache db in integration tests Bogdan 2023-05-05 22:59:54 +03:00
  • 6858db686c Fix tests Bogdan 2023-05-05 15:00:22 +03:00
  • 7a5e2c248c Fixed: File browser Mark McDowall 2023-02-12 23:58:50 -08:00
  • f2d57c6c5e Update caniuse-lite Bogdan 2023-05-05 14:53:00 +03:00
  • 32c9734d70 Auto-reply for Log Label Qstick 2023-04-23 11:58:28 -05:00
  • 2d732f0454 Bump dotnet to 6.0.16 Bogdan 2023-05-04 00:23:52 +03:00
  • 20835291e6 New: Report health error if Recycling Bin folder is not writable Mark McDowall 2023-04-24 20:23:20 -07:00
  • f5d6b2de11 Increase retry count in CachedFixture Bogdan 2023-05-03 20:00:40 +03:00
  • d51f7cc02b New: Filter Sonarr synchronization based on Root Folders Lars 2023-04-25 06:44:20 +02:00
  • 8d41d0106a add trace log checkbox to bug report bakerboy448 2023-05-03 02:14:57 -05:00
  • fd08e9d2c4 Fixed: Check for unexpected parent tags to fix GoodReads Series santschi 2023-03-08 22:43:43 +01:00
  • a1ee6aa8ac Fixed: Manual Import without selecting Import Mode Mark McDowall 2022-05-27 08:52:06 -07:00
  • ddbb8b211f bump github actions to latest [skip ci] Bogdan 2023-05-02 15:17:14 +03:00
  • bea61edb4e Fix downloading releases without an indexer Bogdan 2023-05-01 20:05:52 +03:00
  • db7bb14491 Remove BasicAuthString Bogdan 2023-04-30 17:37:26 +03:00
  • 7a7039b1f7 Build download requests from indexer implementation Bogdan 2023-04-30 07:09:11 +03:00
  • 1978a726bb Fixed some aria violations Benjamin Staneck 2023-04-30 06:05:21 +02:00
  • 2412b38333 Fix loading eslintrc Bogdan 2023-04-30 00:03:35 +03:00
  • dbed46dd5b New: Updated button and calendar outline colors for dark theme Benjamin Staneck 2023-04-30 05:58:01 +02:00
  • 63670f55b0 Update translation files [skip ci] Weblate 2023-04-29 20:35:15 +00:00
  • 60cc22b543 Fixed: Permissions after installing on Windows and opening Firewall port Mark McDowall 2023-03-26 20:53:10 -07:00
  • 3229d3ef59 Update translation files [skip ci] Weblate 2023-04-29 20:32:30 +00:00
  • 349a19855a Fixed: Missing Translates Bakerboy448 2023-04-29 15:22:27 -05:00
  • b8b364b48e Bump node version to 16.x Bogdan 2023-04-29 23:23:39 +03:00
  • 571805d05f Fixed: Border hover colors in dark theme Stevie Robinson 2023-04-22 02:28:07 +02:00
  • 8de7f48b80 Fixed: Config file settings do not need to be case-sensitive Bogdan 2023-04-11 21:52:25 +03:00
  • 37a3799c66 Fixed: Ensure default config file on starting app Bogdan 2023-04-09 03:55:30 +03:00
  • b1d22b6339 Fixed: Number input changing while scrolling Mark McDowall 2023-04-01 22:08:02 -07:00
  • a28fd4415e Rename to FolderChmodValidator to match class name Bogdan 2023-04-15 22:21:17 +03:00
  • c95ffdc4d6 Update core-js and use defaults for browserlist Benjamin Staneck 2023-04-28 07:37:38 +02:00
  • e5d8d01105 Update webpack and webpack-cli Benjamin Staneck 2023-04-27 16:33:10 +02:00
  • bb9bf743d8 Automated API Docs update Servarr 2023-04-29 19:53:24 +00:00
  • 99d3e80d0c Fixed: Edit Quality Profile not opening Fabricio Silva 2023-04-28 15:46:26 +01:00
  • 640c0f5d52 Remove CustomSchemaIds for swagger Bogdan 2023-04-29 22:47:58 +03:00
  • 861e569422 Bump Swashbuckle to 6.5.0 Bogdan 2023-04-29 21:31:58 +03:00
  • d7eedb6079 Update .gitignore Qstick 2023-04-29 13:27:15 -05:00
  • 0a1066eee7 Remove unused gulpFile Benjamin Staneck 2023-04-27 16:32:48 +02:00
  • 0f9d8d61a2 Bump Swashbuckle to 6.5.0 Bogdan 2023-04-29 21:23:15 +03:00
  • a2c9ed0b59 Fix pipeline errors Qstick 2023-04-29 02:10:59 -05:00
  • ea91b3df17 New: (Notifications) Add Apprise Bogdan 2023-04-23 05:44:26 +03:00
  • f9d5fa37a3 Frontend Placeholders from the Backend Robin Dadswell 2021-11-14 21:49:21 +00:00
  • fc6a02c2e2 Translated using Weblate (Portuguese (Brazil)) [skip ci] Weblate 2023-04-25 16:36:34 +00:00
  • 362401a847 Fix typo in calendarBackgroundColor CSS variable Benjamin Staneck 2023-04-27 16:32:31 +02:00
  • e495f8bcc9 Use minified jquery Benjamin Staneck 2023-04-27 16:33:59 +02:00
  • 934563656c Serve plain text files (eg. logs) as UTF-8 Bogdan 2023-04-17 22:05:57 +03:00
  • 6323cae373 Fixed: Default update branch as develop bakerboy448 2023-02-27 12:53:13 -06:00
  • 55999a8bad Rename CC to Cc Bogdan 2023-04-17 02:19:52 +03:00
  • 0b3d49db32 Remove mono process detection Qstick 2023-04-16 17:58:26 -05:00
  • b3cc5740ee Fixed: DrunkenSlug Default URL Bakerboy448 2023-04-13 15:31:06 -05:00
  • e5ad7407a7 Update API Docs Qstick 2023-04-03 07:30:35 -05:00
  • 679166fc1c Fixed: Agenda view on mobile sonarr-pull-34e928eb Mark McDowall 2023-03-26 20:45:20 -07:00
  • bcffb2fce3 New: Don't import episodes that don't match grab history sonarr-pull-978618f0 Mark McDowall 2023-03-15 23:26:07 -07:00
  • edc522e412 Remove Non-Failing Rules sonarr-pull-e8b862a3 Qstick 2023-01-09 22:46:35 -06:00