Taloth Saldono
229986033c
Added logging of Sonarr API calls.
9 years ago
Mark McDowall
e2d6d374ab
Update HttpAccept.Rss to include application/xml
9 years ago
Taloth Saldono
0f1afd416b
Fixed: Adjusted BTN Recent Feed (RssSync) to better use their api db indexes.
9 years ago
Taloth Saldono
cc0406653a
Readded logging Download Client responses.
9 years ago
Taloth Saldono
71ecc96c70
Refactored IntegrationTests to work with Nunit3 VS adapter.
9 years ago
Taloth Saldono
96b7bd3b2b
Merge branch 'http-uri-combine-path' into develop
9 years ago
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.
9 years ago
Taloth Saldono
3a162be265
CombinePath now simple, uri resolve done via operator and CombineRelativePath.
9 years ago
Mark McDowall
502298aab9
Cleanup HttpUri.PathCombine
9 years ago
Taloth Saldono
3ea59cd91b
Don't set ACL if already set.
9 years ago
Taloth Saldono
8b1c022244
Updated NLog to 4.3.0-rc1.
9 years ago
Taloth Saldono
2d96914bfa
Send Http auth without waiting for challenge.
9 years ago
Taloth Saldono
70494c3674
Adding magnet to qbit should use FormData not QueryParam.
9 years ago
Taloth Saldono
eb70a6419c
Fixed: Not uploading nzbs to Nzbget on linux since previous develop.
9 years ago
Taloth Saldono
19b8fb6d8b
Merge branch 'blackhole-delay' into develop
9 years ago
Taloth Saldono
d4bc835b1c
New: Delaying Blackhole imports while they're still being updated.
9 years ago
Taloth Saldono
25d481d5d9
Migrated all Download client proxies from RestSharp to HttpClient.
9 years ago
Taloth Saldono
23871503a2
Replaced Uri with HttpUri.
9 years ago
Taloth Saldono
7c54fa70d7
Added support for FormData (AddFormParameter and AddFormUpload), which automatically gets converted to multipart/form-data or application/x-www-form-urlencoded.
9 years ago
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).
9 years ago
Taloth Saldono
7818f0c59b
Fixed: Don't purge xem scene mapping cache when new series gets added.
9 years ago
Taloth Saldono
55e870f295
Added version to logged exceptions.
9 years ago
Taloth Saldono
59c68ec6cc
Write debug/trace log files separately to prevent trace from quickly rolling over debug.
9 years ago
Taloth Saldono
a5077b0b1b
Replaced <removed> with (removed) for the log cleanser so it doesn't mess with forums.
9 years ago
Taloth Saldono
6a90035a4c
Updated NLog to v4.2.3.
9 years ago
Taloth Saldono
e01b2ef25c
Fixed some compile warnings.
9 years ago
Taloth Saldono
1c92ea58da
Fixed: Replaced mono symlink resolve logic to better handle errors.
9 years ago
Mark McDowall
5d05a85411
Delete the subfolder not the parent folder
9 years ago
Mark McDowall
1a5eafd2b1
New: Remove empty subfolders after renaming FileSetLastWriteTime
...
Closes #490
9 years ago
Taloth Saldono
68540cb479
Certain log messages didn't include the exception.
9 years ago
Taloth Saldono
4e84d1a17c
Fixed: Throw more specific error when there's an issue with the curl root certificate bundle.
9 years ago
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)
9 years ago
Taloth Saldono
45d4371328
Fixed: Additional log cleanse Regex to keep even more sensitive information out of the logs.
...
fixes #1051
9 years ago
Taloth Saldono
902e0dd5d6
Updated SharpZipLib to include patches made since the last official release.
9 years ago
Keivan Beigi
845689401d
removed msbuild integerated nuget restore
9 years ago
Mark McDowall
7c382c0e0c
NZBVortex Download Client
...
New: NZBVortex Download Client
Closes #360
9 years ago
Taloth Saldono
663d254ced
Fixed Ospath incorrectly detecting arbitrary colon as windows path.
9 years ago
Taloth Saldono
b59175a87c
Fixed: Indexer sites returning date as Retry-After header.
...
fixes #994
9 years ago
Taloth Saldono
eaf3228bb7
Fixed Regex mistake in CleanLogMessage.
9 years ago
Taloth Saldono
7e1c444c02
Fixed: Curl Fallback should ignore invalid cookies.
9 years ago
Taloth Saldono
44de353b8b
Sanitize dognzb apikey in nzb fetch url.
9 years ago
Taloth Saldono
aac4938598
Fixed handling cookies in different system languages.
...
fixes #896... hopefully
9 years ago
Taloth Saldono
cc72699b8a
Fixed: Added verified file transfer mode that doesn't revert to copy.
9 years ago
Mark McDowall
04de0049fe
Don't try to process a download client item with an invalid path for the OS
9 years ago
Taloth Saldono
25aa3b60b0
Don't be so strict about dupe attr values.
9 years ago
Taloth Saldono
fe76d0f98f
Refactored the HttpDispatchers.
9 years ago
Taloth Saldono
828071c1a5
Merge branch 'pr/n721_ta264' into develop
9 years ago
Taloth Saldono
bb482047b1
Fixed removing partials before trying to copy files.
9 years ago
ta264
4be0fe1b76
Add tests for CurlHttpClient and fix the failures
9 years ago
Taloth Saldono
0b219e1169
Fixed nullables.
9 years ago