Taloth Saldono
69f8fc4d5e
Added support for nested settings models so settings can be grouped together and reused for multiple providers.
2018-05-19 21:06:59 +02:00
Mark McDowall
a7aff3bd9a
Upgrade NLog to 4.5.3
...
Closes #2535
2018-05-01 23:20:54 -07:00
Qstick
6c09b7dc28
Fixed: Throw SonarrStartupException if can't access AppFolder Location
2018-04-22 13:25:50 -07:00
Taloth Saldono
70afacee3f
Refactored PendingRelease logic for performance.
2018-04-14 22:07:08 +02:00
Taloth Saldono
6d8eebcd30
Revised deletion of cookies.
2018-04-01 20:29:46 +02:00
Taloth Saldono
d3f8e0ef4c
Fixed: Revised handling of cookies in case of redirects.
2018-03-24 11:43:57 +01:00
Taloth Saldono
99ee59e9cc
Fixed: Updated NLog to 4.5 RC6 to handle mono 5.10
2018-02-27 22:41:46 +01:00
overkill32
d617b6c6e3
Fixed typo in log file
2018-01-27 13:10:41 -08:00
Taloth Saldono
459d6ea906
Fixed: Mono internals does not properly copy/move symlinks, but instead copies the contents.
2017-12-19 18:34:53 +01:00
margaale
747f3e171c
Fixed: Handling of unknown status types in DownloadStation.
2017-12-19 18:32:48 +01:00
Frank Scholl
442d49046d
New: Add authentication options to Webhook
...
Closes #2257
2017-11-21 18:55:46 -08:00
Taloth Saldono
ea5769fdd6
Updated NLog from 4.4.3 to 4.4.12
2017-10-25 19:30:44 +02:00
Mark McDowall
a9e1aee295
Moved NotParentException to Disk namespace
2017-10-22 10:04:06 -07:00
Ronnie
73cb789f59
Fixed: Better import error messages
2017-10-22 10:04:05 -07:00
Mark McDowall
728f553802
Log when running tray app
2017-08-31 22:43:01 -07:00
Mark McDowall
17ff52ada1
Update help output for NzbDrone.Console
2017-08-31 22:04:55 -07:00
Taloth Saldono
35f911286f
Added jackett apikey to log cleanser.
2017-08-11 15:51:28 +02:00
Taloth Saldono
2d1d1c8a99
Fixed: Changes in http redirect logic causing failed grabs and >25% cpu usage.
2017-08-09 23:12:07 +02:00
Taloth Saldono
c659ba1c10
Fixed: Hide some more irrelevant paths from System->Disk Space such as /boot.
2017-08-09 21:38:18 +02:00
Taloth Saldono
1b9ccc319f
Fixed: TLS issue for OSX.
2017-08-03 16:53:15 +02:00
Taloth Saldono
89e804814b
Revert "Change default tls provider so users won't have to set TLS_PROVIDER explicitly."
...
This reverts commit 8e63f7d43616ec508a12c9162e1f2197c3ac4d8a.
Only certain platforms need it and causes issues with OSX and cases where the user relies on btls.
2017-08-03 16:53:11 +02:00
Taloth Saldono
ce6a5713d1
Lets not take any risks here.
2017-08-03 00:20:48 +02:00
Taloth Saldono
ba01b636b9
Fixed: Recent changes to log messages prevented curl fallback from being triggered for tls1.2.
...
fixes #2089
2017-08-02 23:19:26 +02:00
Taloth Saldono
dbcfacbebe
Updated Sentry DSN.
2017-08-01 20:09:44 +02:00
Taloth Saldono
f305331565
Fixed: http->https redirects do not use the tls1.2 curl fallback.
...
fixes #2082
2017-08-01 19:31:10 +02:00
Taloth Saldono
ac837c8f74
Added a bunch of extra MediaInfo formats.
2017-07-31 15:21:47 +02:00
Taloth Saldono
27dca830cc
Updated MediaInfo schema and revised logic that Formats it. Also added logic to log events to Sentry.
2017-07-30 22:47:48 +02:00
Taloth Saldono
f91e1a3576
Tweaked error message when TransferFile destination already exists.
2017-07-29 15:34:23 +02:00
Taloth Saldono
b02d0a33b1
Better error message for DNS exceptions on mono.
2017-07-29 13:06:21 +02:00
Taloth Saldono
8e63f7d436
Change default tls provider so users won't have to set TLS_PROVIDER explicitly.
2017-07-29 11:35:10 +02:00
Taloth Saldono
84d2d6a1d5
Fixed: Slower daemon startup loop if Sonarr runs into non-recoverable errors such as unwritable pid/appfolder/config file.
2017-07-28 23:40:12 +02:00
Taloth Saldono
1b6d6c26d5
Fixed HttpUri parsing of domain names with underscores.
2017-07-28 20:01:29 +02:00
Taloth Saldono
792773323c
Check for whitespace in IsValidUrl.
...
closes #2020
2017-07-26 22:57:38 +02:00
Taloth Saldono
11926d8b2d
Fixed: Support for Mono 5.x with the newer BoringTLS provider.
2017-06-30 21:33:41 +02:00
Mark McDowall
601b54c244
Reorder HttpMethods to match RestSharp
2017-06-28 16:11:05 -07:00
Taloth Saldono
e83e852e0d
Added ability for HealthChecks to run on specific events.
2017-05-27 20:45:01 +02:00
Taloth Saldono
95c81f8905
Fixed exception in MountCheck if RootDirectory cannot be found.
2017-05-10 23:08:17 +02:00
Kyse
1b32411219
New: Health Check warning if series folder is mounted with 'ro' option on linux
...
Closes #1867
2017-05-09 21:07:24 +02:00
Lloyd Sparkes
0bbb82c67f
Update SocksWebProxy to fix #1641
2017-04-29 17:11:55 +02:00
Mark McDowall
b485bdaeec
Fixed: Unable to execute custom scripts if IMDB ID is null
...
Fixes #1825
2017-04-08 08:20:57 -07:00
Taloth Saldono
b70d167911
Apply Cleanse to Exception Data as well.
2017-04-08 12:38:39 +02:00
Taloth Saldono
35741b9cae
Added a few more files to ignore during file copy.
2017-04-07 22:07:42 +02:00
Taloth Saldono
c9d1807670
Sentry should use CleanseLogMessage.
2017-04-07 20:42:39 +02:00
Jamie Magee
f3263efa52
Upgrade SharpRaven
...
From 2.1.0 to 2.2.0
2017-03-09 19:48:11 -08:00
Jamie Magee
781df8b20a
Upgrade NLog
...
From 4.4.1 to 4.4.3
2017-03-09 19:48:10 -08:00
Mark McDowall
ebcce05588
Fixed: Parsing headers that have a trailing semi-colon
...
Fixes #1749
2017-03-09 15:40:13 -08:00
Taloth Saldono
bbf2134fe1
Fixed: Deluge 1.3.14 API support due to changed json-rpc checks.
...
fixes #1738
2017-03-06 20:14:34 +01:00
Taloth Saldono
2abaef16f1
Fixed Indexer Health Checks and tests.
2017-02-28 20:59:22 +01:00
Taloth Saldono
2f6d9e191e
Fixed: Ignore .nfs* files during copy actions since those files are special NFS files that should never be touched.
...
fixes #1552
2017-02-09 19:33:28 +01:00
Keivan Beigi
15e07f72d4
Better Runtime names
2017-01-20 20:54:04 -08:00