Commit Graph

41 Commits

Author SHA1 Message Date
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 30670442b6 Fixed: Forms login persists across restarts in docker 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
ta264 7fe36a7e92 New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
2021-09-26 19:56:50 -04:00
Qstick 281190822f Fixed: 'iso-8859-2' is not a supported encoding name 2021-01-05 21:17:31 -05: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
Qstick a4b78b44ce StyleCop (#1058)
* Stylecop Rules and Fixes
2020-10-13 23:18:09 -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
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
2020-10-13 23:14:57 -04:00
Taloth Saldono 332466a945 Updated way Sentry gets configured and enabled. 2019-08-31 17:18:18 +01:00
Qstick b5d502bd5d Fixed: Long Path Support on Mono and .Net 2019-06-10 11:38:34 -04: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 a3e08c9160 Fixed: Setup remote access for service during install
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2018-04-26 20:56:19 -04:00
Qstick 30a3348ba8 Move DB migration to start 2017-10-29 17:42:53 -04:00
Qstick 99ab61fac6 Fixed: Slower daemon startup loop if Lidarr runs into non-recoverable errors 2017-10-28 23:49:54 -04:00
Qstick ba27554bd3 Tweaked SingleInstancePolicy not to cancel startup if AppData is overridden is set 2017-10-28 16:35:02 -04:00
Matthew Despain 20c8dec50a First round of refactoring. 2017-03-29 21:49:38 -06:00
Taloth Saldono 816cf608fc Fixed: Added fallback and log errors when Tls1.2 clashes with https certificate with obsolete md5 hash. 2016-09-13 22:57:07 +02:00
Mark McDowall 5482fa3ae0 New: Support for TLS 1.1 and 1.2 connections when only .net 4.5 is installed. 2016-09-03 12:11:06 +02:00
Taloth Saldono 9b42dc7082 Reconfigure Logging early in the process to set the correct log level. 2016-03-26 19:31:11 +01:00
Taloth Saldono 971e159fa4 Replaced a couple more NzbDrone with Sonarr. Left a couple that implied process name. 2015-03-23 20:56:28 +01:00
Keivan Beigi a3042197c5 GlobalExceptionHandlers are now registered with other loggers 2014-12-16 23:36:33 -08:00
Keivan Beigi 0a341199a8 safer log configuration 2014-12-16 23:12:26 -08:00
Keivan Beigi f4c202441c Cleaned up environment detection 2014-12-07 12:56:47 -08:00
Keivan Beigi 71638ec77e switched services to http 2014-12-05 14:23:30 -08:00
Keivan Beigi 7b2e3ef0c4 added ExceptronIgnoreOnMono and ExceptronIgnore extention methods. 2014-10-03 10:39:06 -07:00
Mark McDowall 2dbc038d17 New: Write PID file to AppData directory on Linux/OS X 2014-04-27 22:14:31 -07:00
Mark McDowall c2087af8c9 Gracefully exit on restart instead of forcibly killing it 2014-03-09 22:35:50 -07:00
Mark McDowall 176f3e0563 Log startup location, log number of results from feed 2014-03-08 22:11:38 -08:00
Mark McDowall 8885bbb60f OS X and linux can be treated separately 2014-03-08 21:28:40 -08:00
Mark McDowall d0a6daeb26 Restart on linux/os x working
Removed client messages for shutdown/restart since they were getting stuck
2014-02-10 01:49:06 -08:00
Mark McDowall aa1a76fe72 Restart for Windows 2014-02-06 18:19:01 -08:00
Mark McDowall f69bb79077 Shutdown! Restart working for services 2014-02-06 18:18:59 -08:00
Mark McDowall 37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Mark McDowall 3eeee7335e Fixed: Exit from tray icon 2014-01-09 20:32:21 -08:00
Mark McDowall d0818daeed Fixed output message 2013-12-26 13:03:07 -08:00
kayone d42a63a480 Service kills other instances on start. 2013-11-25 23:08:12 -08:00
kayone 1e6817220a applicationmode cleanup. 2013-11-25 22:53:36 -08:00
kayone c219be8c8d Added single instance policy 2013-11-25 21:39:59 -08:00
Mark McDowall 5bf0e197ec Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
Renamed from NzbDrone.Host/Bootstrap.cs (Browse further)