Mark McDowall
e2d6d374ab
Update HttpAccept.Rss to include application/xml
2016-05-10 15:18:27 -07:00
Taloth Saldono
0f1afd416b
Fixed: Adjusted BTN Recent Feed (RssSync) to better use their api db indexes.
2016-05-10 21:43:34 +02:00
Taloth Saldono
cc0406653a
Readded logging Download Client responses.
2016-04-06 22:53:14 +02:00
Taloth Saldono
71ecc96c70
Refactored IntegrationTests to work with Nunit3 VS adapter.
2016-04-06 22:06:40 +02:00
Taloth Saldono
96b7bd3b2b
Merge branch 'http-uri-combine-path' into develop
2016-04-06 21:34:20 +02:00
Taloth Saldono
e1ea17cabf
Fixed: uTorrent api proxy would fail on specific Win10 configurations. (The Phoenix Rises)
...
Moved token queryparam to start since uTorrent requires it.
Fixed handling response missing an expected Set-Cookie header.
Force Cache-Control: no-cache for uTorrent.
Added Connection: KeepAlive to fix inexplicable uTorrent api failure.
2016-04-05 23:49:28 +02:00
Taloth Saldono
3a162be265
CombinePath now simple, uri resolve done via operator and CombineRelativePath.
2016-04-05 23:42:10 +02:00
Mark McDowall
502298aab9
Cleanup HttpUri.PathCombine
2016-04-03 18:47:43 -07:00
Taloth Saldono
3ea59cd91b
Don't set ACL if already set.
2016-03-26 19:31:12 +01:00
Taloth Saldono
8b1c022244
Updated NLog to 4.3.0-rc1.
2016-03-26 19:31:09 +01:00
Taloth Saldono
2d96914bfa
Send Http auth without waiting for challenge.
2016-03-17 20:15:53 +01:00
Taloth Saldono
70494c3674
Adding magnet to qbit should use FormData not QueryParam.
2016-03-17 19:49:05 +01:00
Taloth Saldono
eb70a6419c
Fixed: Not uploading nzbs to Nzbget on linux since previous develop.
2016-03-17 07:53:23 +01:00
Taloth Saldono
19b8fb6d8b
Merge branch 'blackhole-delay' into develop
2016-03-15 21:47:18 +01:00
Taloth Saldono
d4bc835b1c
New: Delaying Blackhole imports while they're still being updated.
2016-03-15 21:46:40 +01:00
Taloth Saldono
25d481d5d9
Migrated all Download client proxies from RestSharp to HttpClient.
2016-03-11 20:36:03 +01:00
Taloth Saldono
23871503a2
Replaced Uri with HttpUri.
2016-03-11 20:36:01 +01:00
Taloth Saldono
7c54fa70d7
Added support for FormData (AddFormParameter and AddFormUpload), which automatically gets converted to multipart/form-data or application/x-www-form-urlencoded.
2016-03-11 20:35:59 +01:00
Taloth Saldono
2ffbbb0e71
Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
...
Added ContentSummary to be able to describe the ContentData in a human readable form. (Useful for JsonRpc and FormData).
2016-03-11 20:35:58 +01:00
Taloth Saldono
7818f0c59b
Fixed: Don't purge xem scene mapping cache when new series gets added.
2016-03-11 17:31:06 +01:00
Taloth Saldono
55e870f295
Added version to logged exceptions.
2016-03-01 22:05:34 +01:00
Taloth Saldono
59c68ec6cc
Write debug/trace log files separately to prevent trace from quickly rolling over debug.
2016-02-18 23:32:37 +01:00
Taloth Saldono
a5077b0b1b
Replaced <removed> with (removed) for the log cleanser so it doesn't mess with forums.
2016-02-18 23:32:36 +01:00
Taloth Saldono
6a90035a4c
Updated NLog to v4.2.3.
2016-02-11 22:15:12 +01:00
Taloth Saldono
e01b2ef25c
Fixed some compile warnings.
2016-02-11 22:11:53 +01:00
Taloth Saldono
1c92ea58da
Fixed: Replaced mono symlink resolve logic to better handle errors.
2016-02-11 21:12:42 +01:00
Mark McDowall
5d05a85411
Delete the subfolder not the parent folder
2016-02-11 00:54:52 -08:00
Mark McDowall
1a5eafd2b1
New: Remove empty subfolders after renaming FileSetLastWriteTime
...
Closes #490
2016-02-11 00:38:44 -08:00
Taloth Saldono
68540cb479
Certain log messages didn't include the exception.
2016-02-07 00:23:13 +01:00
Taloth Saldono
4e84d1a17c
Fixed: Throw more specific error when there's an issue with the curl root certificate bundle.
2016-02-02 22:11:39 +01:00
Taloth Saldono
97cdb6a4a5
Fixed: ZFS and other mounts now listed in the System page.
...
Will now also automatically revert to a fully transactional move/copy if the move is in our out of a cifs mount. (assuming the cifs mount can be detected)
2016-02-02 22:11:37 +01:00
Taloth Saldono
45d4371328
Fixed: Additional log cleanse Regex to keep even more sensitive information out of the logs.
...
fixes #1051
2016-01-20 21:57:10 +01:00
Taloth Saldono
902e0dd5d6
Updated SharpZipLib to include patches made since the last official release.
2016-01-20 21:16:02 +01:00
Keivan Beigi
845689401d
removed msbuild integerated nuget restore
2016-01-16 16:17:36 -08:00
Mark McDowall
7c382c0e0c
NZBVortex Download Client
...
New: NZBVortex Download Client
Closes #360
2016-01-07 15:50:52 -08:00
Taloth Saldono
663d254ced
Fixed Ospath incorrectly detecting arbitrary colon as windows path.
2015-12-30 21:01:29 +01:00
Taloth Saldono
b59175a87c
Fixed: Indexer sites returning date as Retry-After header.
...
fixes #994
2015-12-28 20:24:23 +01:00
Taloth Saldono
eaf3228bb7
Fixed Regex mistake in CleanLogMessage.
2015-12-28 20:24:21 +01:00
Taloth Saldono
7e1c444c02
Fixed: Curl Fallback should ignore invalid cookies.
2015-12-24 19:30:16 +01:00
Taloth Saldono
44de353b8b
Sanitize dognzb apikey in nzb fetch url.
2015-10-25 23:15:21 +01:00
Taloth Saldono
aac4938598
Fixed handling cookies in different system languages.
...
fixes #896... hopefully
2015-10-25 22:57:37 +01:00
Taloth Saldono
cc72699b8a
Fixed: Added verified file transfer mode that doesn't revert to copy.
2015-10-22 23:19:21 +02:00
Mark McDowall
04de0049fe
Don't try to process a download client item with an invalid path for the OS
2015-10-21 15:06:54 -07:00
Taloth Saldono
25aa3b60b0
Don't be so strict about dupe attr values.
2015-10-11 00:26:00 +02:00
Taloth Saldono
fe76d0f98f
Refactored the HttpDispatchers.
2015-10-10 22:20:17 +02:00
Taloth Saldono
828071c1a5
Merge branch 'pr/n721_ta264' into develop
2015-10-10 20:37:53 +02:00
Taloth Saldono
bb482047b1
Fixed removing partials before trying to copy files.
2015-10-09 00:01:31 +02:00
ta264
4be0fe1b76
Add tests for CurlHttpClient and fix the failures
2015-10-04 11:11:58 +01:00
Taloth Saldono
0b219e1169
Fixed nullables.
2015-10-03 21:19:25 +02:00
Taloth Saldono
ccfa13e383
Replaced built-in valuetypes with language keywords.
2015-10-03 21:14:06 +02:00