Mark McDowall
fecb3895ed
Fixed: Don't log handled exceptions in API
...
(cherry picked from commit 59f2e5b65dd7352aad92b33adefa6cf5ca79a0de)
Closes #2547
1 year ago
Bogdan
0411102f57
Remove unused imports
...
Closes #2475
2 years ago
Qstick
f26fd39709
Use Environment.ProcessPath instead of GetCurrentProcess().MainModule.FileName
...
GetCurrentProcess().MainModule.FileName is expensive, Environment.ProcessPath added in net6
(cherry picked from commit f928ee7cad304115a002da00e218fb987e02b279)
Close #2260
2 years ago
Bogdan
bbdecb343b
Log invalid config file exceptions
...
(cherry picked from commit a95317446c452926819ad24f892a00770b1b23fc)
Closes #2448
2 years ago
Mark McDowall
3c03413d5a
New: Return static response to requests while app is starting
...
(cherry picked from commit 303fc5d786ccf2ad14c8523fc239696c5d37ea53)
2 years ago
Mark McDowall
60cc22b543
Fixed: Permissions after installing on Windows and opening Firewall port
...
(cherry picked from commit ff2e8ffc372a34d08028db3c49f603cdfb87d832)
2 years ago
Bogdan
37a3799c66
Fixed: Ensure default config file on starting app
...
(cherry picked from commit e747af9f448368e2add0d2869a3749efa9e93ae0)
(cherry picked from commit 5326a102e23eacfc1132eb544a92af737a531df5)
2 years ago
Bogdan
640c0f5d52
Remove CustomSchemaIds for swagger
2 years ago
Qstick
e5ad7407a7
Update API Docs
2 years ago
Qstick
d93329a3fd
Fixed: Installer hangs during service removal
...
Fixes #2223
2 years ago
Qstick
f16bd435db
Fixed: Catch InvalidDataException during initial config to prevent boot loop
...
[Common]
2 years ago
Mark McDowall
9b5a050c40
Publish ApplicationStartingEvent during startup
...
(cherry picked from commit 5400bce1295bdc4198d2cfe0b9258bbb7ccf0852)
2 years ago
Robin Dadswell
46c2e0ba82
New: Postgres Support
...
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
Co-authored-by: ta264 <ta264@users.noreply.github.com>
(cherry picked from commit 80b1aa9a2c81617bdda7ef551c19a2f114e49204)
2 years ago
ta264
cb0ae36033
Fixed: Enable response compression over https
...
[common]
3 years ago
ta264
eb431f09fd
Fixed: Close all database connections on shutdown to remove shm/wal files
...
[common]
3 years ago
ta264
27e3b5e630
Fixed: Windows installer and adding/removing services
...
Fixes #1361
3 years ago
ta264
05d24821f7
Fixed: Restarting windows service from UI
...
(cherry picked from commit 3ae1ccc5e25eb16420c1f4ab627f42e3f478b22e)
3 years ago
ta264
04e575903f
Fixed: Tray app restart
...
(cherry picked from commit 5fce3bbedb48edc547d1e6a1db3af06b5542886d)
3 years ago
ta264
8f2ae2beff
New: Upgrade to .NET 6
3 years ago
ta264
a3a914adfe
Fixed: Forms login persists across restarts in docker
...
Closes #1307
(cherry picked from commit a219b4a1b869863b2ef47d4bdf33d308cb261ba3)
3 years ago
Qstick
d3f9474eab
PublishEvent after StartupContext to try fix integration tests
3 years ago
Taloth Saldono
740e0edc04
Added update check early in startup if the package requested a post-install update check
3 years ago
Qstick
966e9f43f1
Fixed: 'iso-8859-2' is not a supported encoding name
3 years ago
ta264
ee81ad2add
Fixed: Bad login redirect using a reverse proxy
...
(cherry picked from commit b0f04bb9d79a9f9f0021d179ea7273998be7cab3)
3 years ago
ta264
a146f6d223
Cache nuget packages
4 years ago
ta264
d6170dbfed
New: Use native dotnet host and DryIoc
4 years ago
ta264
58ddbcd77e
New: Use ASP.NET Core instead of Nancy
4 years ago
ta264
2bf86248af
Fixed: Ensure SSL cert exists before saving config
...
Trap missing certificate exception to avoid bootloop
(cherry picked from commit 78c7372a0d64e15734b14b0ca9852ae7c0a47132)
4 years ago
ta264
fb130fd0e9
New: Drop mono support
4 years ago
ta264
d3e8c7e0c9
New: Use System.Text.Json for Nancy and SignalR
4 years ago
ta264
da1686b53c
New: Build with NET5
4 years ago
ta264
220f917be2
Fixed: Restoring large database backups
...
Remove Kestrel's default 28.6MB upload limit
(cherry picked from commit 286b083da429a49638c9121b1dda058b5425c476)
4 years ago
ta264
b2d1617e44
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
ea909c6d99
Bump net core to 3.1.7
4 years ago
ta264
c1b9590df2
Bump to net core 3.1.5, update packages
4 years ago
ta264
08496c82af
New: Readarr 0.1
5 years ago
Qstick
3b7eb01918
New: Lidarr to Readarr
5 years ago
Qstick
f77a2feeef
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
5 years ago
ta264
6af29da4c9
New: Bump to .NET Core 3.1
5 years ago
ta264
4346c76d4f
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
ta264
8aa3383e65
New: Switch to ASPNetCore Kestrel and SignalR
5 years ago
ta264
4a0468e1ab
New: Use dotnet tooling, produce 64bit build on windows
5 years ago
ta264
55e141c44b
Fixed: app.config no longer required
5 years ago
Mark McDowall
f7addece49
Improve certificate validation registration
...
Fixed: Certificate validation during startup
Fixed: Errors removing Windows service
Closes #3037
Closes #3038
5 years ago
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
5 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