Qstick
|
c02b66ec44
|
Enforce comment spacing with Stylecop
Fixes #3104
|
2 years ago |
Mark McDowall
|
52fc5ae1ea
|
Publish ApplicationStartingEvent during startup
Fixes #3102
(cherry picked from commit 5400bce1295bdc4198d2cfe0b9258bbb7ccf0852)
|
2 years ago |
Robin Dadswell
|
8f6e099794
|
New: Postgres Database Support
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
|
2 years ago |
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`
|
2 years ago |
ta264
|
ded8602976
|
Fixed: Close all database connections on shutdown to remove shm/wal files
(cherry picked from commit eb431f09fdede191bfe6bc6c2da9c8cb12d804a1)
|
2 years ago |
ta264
|
7ebd41eff1
|
Update packages
|
2 years ago |
Qstick
|
4dd0b49dbc
|
Package and Installer Updates
|
3 years ago |
ta264
|
861e7db0ba
|
Fixed: Enable response compression over https
(cherry picked from commit cb0ae3603309daae4d6b026de15f26cb4b59096d)
|
3 years ago |
ta264
|
30670442b6
|
Fixed: Forms login persists across restarts in docker
|
3 years ago |
Qstick
|
150d7b046a
|
New: Additional logging for InvalidModel BadRequest API calls
|
3 years ago |
Qstick
|
d12ba05466
|
Fixed: Windows installer and adding/removing services
|
3 years ago |
ta264
|
814d75c022
|
Fixed: Restarting windows service from UI
|
3 years ago |
Qstick
|
9b4605be03
|
Fixed: Tray app restart
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
|
3 years ago |
Qstick
|
947ad15af0
|
New: Build on Net6
|
3 years ago |
ta264
|
be53503ec0
|
Fixed: Bad login redirect using a reverse proxy
(cherry picked from commit b0f04bb9d79a9f9f0021d179ea7273998be7cab3)
(cherry picked from commit ee81ad2add4819920e17ab8b64165a8131ae8dd0)
|
3 years ago |
ta264
|
7fe36a7e92
|
New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
|
3 years ago |
ta264
|
c247d07e84
|
New: Use ASP.NET Core instead of Nancy
|
3 years ago |
ta264
|
2cc114c037
|
New: Drop mono support
(cherry picked from commit fb130fd0e916262651a8ce97f4263f05117b91cc)
|
3 years ago |
ta264
|
b0ea6550d7
|
New: Use System.Text.Json for Nancy and SignalR
(cherry picked from commit d3e8c7e0c94a3d2987329d278dc0d00ae3d76c8f)
|
3 years ago |
ta264
|
c1a6e1c39d
|
New: Build with NET5
(cherry picked from commit da1686b53c3bfa3904414d92ae0fb2435c4c0309)
|
3 years ago |
Qstick
|
2f4f7cbf34
|
Bump NetCore 3.1.13
|
4 years ago |
ta264
|
c9ee3f8b8a
|
Fixed: Ensure SSL cert exists before saving config
Trap missing certificate exception to avoid bootloop
(cherry picked from commit 78c7372a0d64e15734b14b0ca9852ae7c0a47132)
|
4 years ago |
Qstick
|
281190822f
|
Fixed: 'iso-8859-2' is not a supported encoding name
|
4 years ago |
ta264
|
92aae86664
|
Fixed: Restoring large database backups
Remove Kestrel's default 28.6MB upload limit
(cherry picked from commit 286b083da429a49638c9121b1dda058b5425c476)
|
4 years ago |
Qstick
|
c3f6b8660e
|
Bump netcore 3.1.10
|
4 years ago |
Taloth Saldono
|
22be6820f8
|
Added update check early in startup if the package requested a post-install update check
|
4 years ago |
ta264
|
3a2db4bcf6
|
Disable single instance check for integration tests
Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
|
4 years ago |
ta264
|
7ebfa35c93
|
Bump net core to 3.1.7
|
4 years ago |
Qstick
|
f5e2a447e9
|
Sync Packages with Radarr
|
4 years ago |
Qstick
|
a4b78b44ce
|
StyleCop (#1058)
* Stylecop Rules and Fixes
|
4 years ago |
ta264
|
8da53ae6aa
|
New: Bump to .NET Core 3.1
|
4 years ago |
ta264
|
8fe924fdcd
|
New: Multi target net framework 4.6.2 and net core 3.0
|
4 years ago |
ta264
|
8a938f6856
|
New: Switch to ASPNetCore Kestrel and SignalR
|
4 years ago |
ta264
|
b1349213f2
|
New: Use dotnet tooling, produce 64bit build on windows
|
4 years ago |
ta264
|
250d79b5bb
|
Fixed: app.config no longer required
|
4 years ago |
Mark McDowall
|
801eb562eb
|
Improve certificate validation registration
Fixed: Certificate validation during startup
Fixed: Errors removing Windows service
Closes #3037
Closes #3038
|
4 years ago |
Mark McDowall
|
37137b0c10
|
HTTPS certificate validation options
New: Enable HTTPS certificate validation by default
New: Option to disable certificate validation for all or only local addresses
|
4 years ago |
ta264
|
17c9fc419c
|
New: Update Nancy to 2.0
|
5 years ago |
Taloth Saldono
|
332466a945
|
Updated way Sentry gets configured and enabled.
|
5 years ago |
Taloth Saldono
|
ec4237d51a
|
Added BuildInfo.AppName to centralize 'Lidarr'
|
5 years ago |
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)
|
5 years ago |
ta264
|
f1fc45fa99
|
New: Migrate to new csproj format
|
5 years ago |
ta264
|
fb26ff286d
|
New: Bump Newtonsoft.Json to 12.0.2
|
5 years ago |
Qstick
|
3ebbf6ff83
|
Fixed: Multiple SignalR Improvements
Support for serverSentEvents, connection optimizations
Co-Authored-By: taloth <taloth@users.noreply.github.com>
|
5 years ago |
Qstick
|
4eb815aa0e
|
New: Migrate to PackageReference Format
|
6 years ago |
Qstick
|
b5d502bd5d
|
Fixed: Long Path Support on Mono and .Net
|
6 years ago |
Qstick
|
70155cae18
|
New: Target .net 4.6.2
|
6 years ago |
Qstick
|
c40cda3101
|
New: Bump SignalR to 2.4.1
|
6 years ago |
Qstick
|
499ec06664
|
Fixed: Throw Startup Exception on Same Port for SSL
|
6 years ago |
Qstick
|
5643923299
|
Fixed: Reverted in-memory signalr keypair in favor of a .config directory (#722)
|
6 years ago |