Commit Graph

199 Commits

Author SHA1 Message Date
Qstick ff73eab0de Update SixLabors.ImageSharp, MailKit, DryIoc libraries
Closes #3478

Co-Authored-By: Stepan Goremykin <25577658+goremykin@users.noreply.github.com>
2023-06-04 16:05:25 -05:00
Bogdan 346f1b097d Revert "Fixed: Don't log handled exceptions in API"
This reverts commit 47f9467266.
2023-05-31 06:49:59 +03:00
Mark McDowall 47f9467266 Fixed: Don't log handled exceptions in API
(cherry picked from commit 59f2e5b65dd7352aad92b33adefa6cf5ca79a0de)

Closes #3736
2023-05-27 13:09:44 +03:00
Qstick d03e472ac6 Fixed: Register PostgresOptions when running in utility mode
(cherry picked from commit 3a1d848e59dda24b50220700b61db6046505c7a5)
2023-05-15 07:40:14 +03:00
Bogdan f19c6e8ee1 Remove unused imports
Close #3651
2023-05-12 19:24:16 +03:00
Qstick ddb8c8dffe Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
GetCurrentProcess().MainModule.FileName is expensive, Environment.ProcessPath added in net6
2023-05-12 19:17:59 +03:00
Bogdan 50328861fa Log invalid config file exceptions
(cherry picked from commit a95317446c452926819ad24f892a00770b1b23fc)

Closes #3618
2023-05-07 22:53:53 +03:00
Bogdan f8d0d4a2a0 Bump Swashbuckle to 6.5.0 2023-04-29 21:34:37 +03:00
Qstick 40a8476683 Bump dotnet to 6.0.16 2023-04-13 22:53:13 -05:00
Qstick 1bc0b5f950 Enable all analyzers and enforce code style on build
Fixes #3406
Fixes #3407
Fixes #3408
Fixes #3409
Fixes #3410
Fixes #3411
Fixes #3412
Fixes #3413
Fixes #3414
Fixes #3415
Fixes #3416
Fixes #3417
Fixes #3418
Fixes #3419
Fixes #3420
Fixes #3421
Fixes #3422
Fixes #3423
2023-04-11 21:31:27 -05:00
Mark McDowall 7ac0e43c29 Fixed: Permissions after installing on Windows and opening Firewall port
Closes #3454

(cherry picked from commit ff2e8ffc372a34d08028db3c49f603cdfb87d832)
2023-04-11 20:53:03 -05:00
Bogdan ed2d127240 Fixed: Ensure default config file on starting app
(cherry picked from commit 5326a102e23eacfc1132eb544a92af737a531df5)
2023-04-11 20:36:13 -05:00
Mark McDowall fc79738fcb New: Return static response to requests while app is starting
(cherry picked from commit 303fc5d786ccf2ad14c8523fc239696c5d37ea53)
2023-03-12 15:34:21 -05:00
Qstick 94d7f56743 Fixed: Catch InvalidDataException during initial config to prevent boot loop
[Common]
2023-01-21 12:54:37 -06:00
Qstick c02b66ec44 Enforce comment spacing with Stylecop
Fixes #3104
2022-11-21 19:51:00 -06:00
Mark McDowall 52fc5ae1ea Publish ApplicationStartingEvent during startup
Fixes #3102

(cherry picked from commit 5400bce1295bdc4198d2cfe0b9258bbb7ccf0852)
2022-11-21 19:47:51 -06:00
Robin Dadswell 8f6e099794 New: Postgres Database Support
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
2022-11-20 10:41:48 -06:00
luz paz 7d8a4abc8e Fix various typos
Found via `codespell -q3 -S ./yarn.lock,./src/NzbDrone.Core.Test,./src/NzbDrone.Core/Localization -L bitap,tempdate,uptodate`
2022-11-03 10:44:26 -05:00
ta264 ded8602976 Fixed: Close all database connections on shutdown to remove shm/wal files
(cherry picked from commit eb431f09fdede191bfe6bc6c2da9c8cb12d804a1)
2022-08-03 21:12:30 +01:00
ta264 7ebd41eff1 Update packages 2022-08-03 17:11:51 +01:00
Qstick 4dd0b49dbc Package and Installer Updates 2022-04-13 22:05:50 -05:00
ta264 861e7db0ba Fixed: Enable response compression over https
(cherry picked from commit cb0ae3603309daae4d6b026de15f26cb4b59096d)
2022-02-16 19:06:03 +00:00
ta264 30670442b6 Fixed: Forms login persists across restarts in docker 2021-12-24 14:17:17 -06:00
Qstick 150d7b046a New: Additional logging for InvalidModel BadRequest API calls 2021-12-24 14:17:17 -06:00
Qstick d12ba05466 Fixed: Windows installer and adding/removing services 2021-12-24 14:17:17 -06:00
ta264 814d75c022 Fixed: Restarting windows service from UI 2021-12-24 14:17:17 -06:00
Qstick 9b4605be03 Fixed: Tray app restart
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2021-12-24 14:17:17 -06:00
Qstick 947ad15af0 New: Build on Net6 2021-12-24 14:17:17 -06:00
ta264 be53503ec0 Fixed: Bad login redirect using a reverse proxy
(cherry picked from commit b0f04bb9d79a9f9f0021d179ea7273998be7cab3)
(cherry picked from commit ee81ad2add4819920e17ab8b64165a8131ae8dd0)
2021-10-26 18:52:02 +01:00
ta264 7fe36a7e92 New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
2021-09-26 19:56:50 -04:00
ta264 c247d07e84 New: Use ASP.NET Core instead of Nancy 2021-09-26 19:56:50 -04:00
ta264 2cc114c037 New: Drop mono support
(cherry picked from commit fb130fd0e916262651a8ce97f4263f05117b91cc)
2021-06-30 23:52:24 -04:00
ta264 b0ea6550d7 New: Use System.Text.Json for Nancy and SignalR
(cherry picked from commit d3e8c7e0c94a3d2987329d278dc0d00ae3d76c8f)
2021-06-30 23:52:24 -04:00
ta264 c1a6e1c39d New: Build with NET5
(cherry picked from commit da1686b53c3bfa3904414d92ae0fb2435c4c0309)
2021-06-30 23:52:24 -04:00
Qstick 2f4f7cbf34 Bump NetCore 3.1.13 2021-04-02 00:38:48 -04:00
ta264 c9ee3f8b8a Fixed: Ensure SSL cert exists before saving config
Trap missing certificate exception to avoid bootloop

(cherry picked from commit 78c7372a0d64e15734b14b0ca9852ae7c0a47132)
2021-02-24 17:55:01 +00:00
Qstick 281190822f Fixed: 'iso-8859-2' is not a supported encoding name 2021-01-05 21:17:31 -05:00
ta264 92aae86664 Fixed: Restoring large database backups
Remove Kestrel's default 28.6MB upload limit

(cherry picked from commit 286b083da429a49638c9121b1dda058b5425c476)
2020-12-21 18:04:19 +00:00
Qstick c3f6b8660e Bump netcore 3.1.10 2020-12-20 22:06:24 -05:00
Taloth Saldono 22be6820f8 Added update check early in startup if the package requested a post-install update check 2020-10-13 23:25:34 -04:00
ta264 3a2db4bcf6 Disable single instance check for integration tests
Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
2020-10-13 23:19:26 -04:00
ta264 7ebfa35c93 Bump net core to 3.1.7 2020-10-13 23:19:26 -04:00
Qstick f5e2a447e9 Sync Packages with Radarr 2020-10-13 23:18:47 -04:00
Qstick a4b78b44ce StyleCop (#1058)
* Stylecop Rules and Fixes
2020-10-13 23:18:09 -04:00
ta264 8da53ae6aa New: Bump to .NET Core 3.1 2020-10-13 23:18:07 -04:00
ta264 8fe924fdcd New: Multi target net framework 4.6.2 and net core 3.0 2020-10-13 23:18:02 -04:00
ta264 8a938f6856 New: Switch to ASPNetCore Kestrel and SignalR 2020-10-13 23:15:01 -04:00
ta264 b1349213f2 New: Use dotnet tooling, produce 64bit build on windows 2020-10-13 23:15:01 -04:00
ta264 250d79b5bb Fixed: app.config no longer required 2020-10-13 23:15:00 -04:00
Mark McDowall 801eb562eb Improve certificate validation registration
Fixed: Certificate validation during startup
Fixed: Errors removing Windows service

Closes #3037
Closes #3038
2020-10-13 23:14:57 -04:00