Commit Graph

73 Commits

Author SHA1 Message Date
Qstick c02b66ec44 Enforce comment spacing with Stylecop
Fixes #3104
2022-11-21 19:51:00 -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
Qstick 117436b199 Cleanup dual target and mono code 2022-10-23 11:15:36 -05: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 947ad15af0 New: Build on Net6 2021-12-24 14:17:17 -06:00
Qstick f001ef0cd0 Remove unused GetDotNetVersion method 2021-07-03 18:17:02 -04:00
Qstick 57bd659f4c New: Even More Mono Cleaning 2021-06-30 23:52:24 -04:00
ta264 2cc114c037 New: Drop mono support
(cherry picked from commit fb130fd0e916262651a8ce97f4263f05117b91cc)
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
Mark McDowall 55372f554f Fixed: Removal of previous service
Fixes #2040

(cherry picked from commit cd28af98eed831e00a400e66b652e6a8d6f9c442)
2021-04-01 21:33:45 -04:00
ta264 11e0d36592 Fixed: Restart button restarts Lidarr correctly 2021-02-04 21:22:34 +00:00
ta264 3fcd8af697 Fixed: Set musl status at compile time 2021-01-28 12:25:07 -05:00
Qstick 6657777153 Moved Windows-only Permission function to Lidarr.Windows
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-12-17 08:08:26 -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
ta264 ff8d671c8b New: Musl (alpine linux) compatibility 2020-10-13 23:19:25 -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 d881b26261 Fixed: Convert MonoOnly to PosixOnly 2020-10-13 23:15:01 -04:00
Taloth Saldono 4bb6f5d0bc Moved Platform version determination to static 2019-09-14 00:10:02 -04: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
ta264 f1fc45fa99 New: Migrate to new csproj format 2019-08-24 17:31:58 -04:00
ta264 e095fe00af Fixed: Delete unreferenced files 2019-08-24 17:31:58 -04:00
ta264 ee7d47d044 Fixed: All the tests 2019-08-24 15:45:55 -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
ta264 4be01a5a95
Disable update for docker containers (#715)
Also add docker info to about page and sentry context
2019-04-05 16:47:26 +01:00
ta264 e27369686b
A remote path mapping health check (#617) 2019-04-04 16:15:43 +01: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 03360ca43f Fixed: Throw LidarrStartupException if can't access AppFolder Location 2018-04-08 00:02:55 -04:00
Qstick b7fab7db0c Log when running tray app 2017-10-29 17:46:54 -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 10c29a65db Assembly Naming, Default Windows Service Account 2017-10-24 22:31:37 -04:00
Qstick c8ed46850a Updates to UI, Update NLog to 4.4.12 2017-10-01 23:05:28 -04:00
Qstick 5003cd8a14 Rename More Sonarr References 2017-09-26 22:06:05 -04:00
Qstick 95051cbd63 Initial Commit Rework 2017-09-05 23:00:26 -04:00
Joseph Milazzo 3ebbaf4eb7 Use different folder to store sqlite database. 2017-04-08 08:37:15 -05:00
Keivan Beigi 15e07f72d4
Better Runtime names 2017-01-20 20:54:04 -08:00
Keivan Beigi a1f112e62f Added branch name to Assembly Info 2017-01-04 14:20:13 -08:00
Keivan Beigi 053c730799 Added Sentry error reporting 2017-01-04 14:19:53 -08:00
Keivan Beigi 61579cfb7e Consider /buildAgent/ to be a none production startup path 2017-01-04 14:19:50 -08:00
Keivan Beigi ad7d571b24 New: Better platform detection specifically for Non-Windows Systems 2017-01-03 18:37:23 -08:00
Keivan Beigi 0214c8e0f0 Removed unused using statements 2016-12-23 13:45:24 -08:00
Keivan Beigi aba613acd1 Because it's 2016! 2016-12-21 20:38:37 -08:00
Taloth Saldono a0b4d3a38d Removed conflicting criteria from IsProduction check. 2016-09-20 21:30:46 +02:00
Taloth Saldono 3ea59cd91b Don't set ACL if already set. 2016-03-26 19:31:12 +01:00
Taloth Saldono 6a90035a4c Updated NLog to v4.2.3. 2016-02-11 22:15:12 +01:00
Taloth Saldono ccfa13e383 Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
Mark McDowall 5acaf9d60b Fixed: Preserve startup arguments during restart
Closes #325
2015-09-02 23:12:27 -07:00