Commit Graph

180 Commits

Author SHA1 Message Date
ta264
cb0ae36033 Fixed: Enable response compression over https
[common]
2022-02-15 21:11:39 +00:00
ta264
eb431f09fd Fixed: Close all database connections on shutdown to remove shm/wal files
[common]
2022-01-16 22:00:47 +00:00
ta264
27e3b5e630 Fixed: Windows installer and adding/removing services
Fixes #1361
2021-11-28 18:18:03 +00:00
ta264
05d24821f7 Fixed: Restarting windows service from UI
(cherry picked from commit 3ae1ccc5e25eb16420c1f4ab627f42e3f478b22e)
2021-11-19 20:03:32 +00:00
ta264
04e575903f Fixed: Tray app restart
(cherry picked from commit 5fce3bbedb48edc547d1e6a1db3af06b5542886d)
2021-11-19 20:03:32 +00:00
ta264
8f2ae2beff New: Upgrade to .NET 6 2021-11-13 08:45:25 +00:00
ta264
a3a914adfe Fixed: Forms login persists across restarts in docker
Closes #1307

(cherry picked from commit a219b4a1b869863b2ef47d4bdf33d308cb261ba3)
2021-11-11 11:08:43 +00:00
Qstick
d3f9474eab PublishEvent after StartupContext to try fix integration tests 2021-07-04 02:25:09 -04:00
Taloth Saldono
740e0edc04 Added update check early in startup if the package requested a post-install update check 2021-07-03 23:47:56 -04:00
Qstick
966e9f43f1 Fixed: 'iso-8859-2' is not a supported encoding name 2021-07-03 14:13:49 -04:00
ta264
ee81ad2add Fixed: Bad login redirect using a reverse proxy
(cherry picked from commit b0f04bb9d79a9f9f0021d179ea7273998be7cab3)
2021-06-11 14:36:15 +01:00
ta264
a146f6d223 Cache nuget packages 2021-05-13 19:55:14 +01:00
ta264
d6170dbfed New: Use native dotnet host and DryIoc 2021-03-12 12:55:48 +00:00
ta264
58ddbcd77e New: Use ASP.NET Core instead of Nancy 2021-03-12 12:55:48 +00:00
ta264
2bf86248af Fixed: Ensure SSL cert exists before saving config
Trap missing certificate exception to avoid bootloop

(cherry picked from commit 78c7372a0d64e15734b14b0ca9852ae7c0a47132)
2021-02-25 04:34:42 +00:00
ta264
fb130fd0e9 New: Drop mono support 2021-02-12 16:04:15 +00:00
ta264
d3e8c7e0c9 New: Use System.Text.Json for Nancy and SignalR 2021-02-12 16:04:15 +00:00
ta264
da1686b53c New: Build with NET5 2021-02-12 16:04:15 +00:00
ta264
220f917be2 Fixed: Restoring large database backups
Remove Kestrel's default 28.6MB upload limit

(cherry picked from commit 286b083da429a49638c9121b1dda058b5425c476)
2020-12-21 18:04:47 +00:00
ta264
b2d1617e44 Disable single instance check for integration tests
Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
2020-08-17 10:34:53 +01:00
ta264
ea909c6d99 Bump net core to 3.1.7 2020-08-14 06:35:58 +01:00
ta264
c1b9590df2 Bump to net core 3.1.5, update packages 2020-07-02 19:40:28 +01:00
ta264
08496c82af New: Readarr 0.1 2020-05-09 22:24:45 +01:00
Qstick
3b7eb01918 New: Lidarr to Readarr 2020-02-29 16:58:13 -05:00
Qstick
f77a2feeef StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00
ta264
6af29da4c9 New: Bump to .NET Core 3.1 2019-12-15 22:04:56 -05:00
ta264
4346c76d4f New: Multi target net framework 4.6.2 and net core 3.0 2019-10-29 20:38:57 +00:00
ta264
8aa3383e65 New: Switch to ASPNetCore Kestrel and SignalR 2019-10-29 20:38:57 +00:00
ta264
4a0468e1ab New: Use dotnet tooling, produce 64bit build on windows 2019-10-29 20:38:57 +00:00
ta264
55e141c44b Fixed: app.config no longer required 2019-09-23 20:04:50 +01:00
Mark McDowall
f7addece49 Improve certificate validation registration
Fixed: Certificate validation during startup
Fixed: Errors removing Windows service

Closes #3037
Closes #3038
2019-09-16 18:14:28 -05:00
Mark McDowall
dd014b1f52 HTTPS certificate validation options
New: Enable HTTPS certificate validation by default
New: Option to disable certificate validation for all or only local addresses
2019-09-16 18:14:28 -05:00
ta264
17c9fc419c New: Update Nancy to 2.0 2019-09-14 15:12:15 +01:00
Taloth Saldono
332466a945 Updated way Sentry gets configured and enabled. 2019-08-31 17:18:18 +01:00
Taloth Saldono
ec4237d51a Added BuildInfo.AppName to centralize 'Lidarr' 2019-08-31 17:18:18 +01:00
Taloth Saldono
26c8768931 New: Removed libcurl http fallback since mono 5.16+ doesn't need it. Also bumped minimum mono version check to 5.16 (5.20 is the best choice atm) 2019-08-31 17:18:18 +01:00
ta264
f1fc45fa99 New: Migrate to new csproj format 2019-08-24 17:31:58 -04:00
ta264
fb26ff286d New: Bump Newtonsoft.Json to 12.0.2 2019-07-29 18:37:38 +01:00
Qstick
3ebbf6ff83 Fixed: Multiple SignalR Improvements
Support for serverSentEvents, connection optimizations

Co-Authored-By: taloth <taloth@users.noreply.github.com>
2019-06-19 23:03:08 -04:00
Qstick
4eb815aa0e New: Migrate to PackageReference Format 2019-06-10 11:38:34 -04:00
Qstick
b5d502bd5d Fixed: Long Path Support on Mono and .Net 2019-06-10 11:38:34 -04:00
Qstick
70155cae18 New: Target .net 4.6.2 2019-06-10 11:38:34 -04:00
Qstick
c40cda3101 New: Bump SignalR to 2.4.1 2019-06-10 11:38:34 -04:00
Qstick
499ec06664 Fixed: Throw Startup Exception on Same Port for SSL 2019-05-04 20:28:48 -04:00
Qstick
5643923299 Fixed: Reverted in-memory signalr keypair in favor of a .config directory (#722) 2019-04-06 22:22:19 -04:00
Taloth Saldono
7a66214c6e Fixed: SignalR requiring a home directory to function properly. 2019-02-27 21:49:59 -05:00
Qstick
0596215358 New: Prevent Boot Loop if Config file Unauthorized access. (#554)
* New: Prevent Boot Loop if Config file Unauthorized access.

* Update NzbDroneLogger.cs
2018-11-30 21:30:28 -05:00
Qstick
e914ca86dc New: Update SignalR to 2.4.0 2018-11-29 22:17:26 -05:00
Qstick
1d1aca8fb7 Fixed: Naming of remoteAccessAdapter in OwinHostController
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-10-16 21:50:31 -04:00
Qstick
5ce214aa8a New: Update SignalR to 2.3.0 2018-07-14 03:28:59 -04:00