Mark McDowall
ea0982ecae
Fixed: Error messages when config file is empty or contains invalid characters
...
Closes #1104
9 years ago
Taloth Saldono
b479064abd
Moved Proxy types around and refactored/renamed a few things.
9 years ago
Mark McDowall
dc694b0f34
Don't throw after catching the exception during TearDown
9 years ago
Taloth Saldono
71ecc96c70
Refactored IntegrationTests to work with Nunit3 VS adapter.
9 years ago
Taloth Saldono
2fa3873503
Give a couple of timing-based tests a bit more breathing room.
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
Mark McDowall
edea488dbe
Upgrade to NUnit3
9 years ago
Taloth Saldono
8b1c022244
Updated NLog to 4.3.0-rc1.
9 years ago
Taloth Saldono
23871503a2
Replaced Uri with HttpUri.
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
6a90035a4c
Updated NLog to v4.2.3.
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
Keivan Beigi
845689401d
removed msbuild integerated nuget restore
9 years ago
Keivan Beigi
6e105ce2c6
upgraded nuget packages
9 years ago
Taloth Saldono
663d254ced
Fixed Ospath incorrectly detecting arbitrary colon as windows path.
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
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
ccfa13e383
Replaced built-in valuetypes with language keywords.
9 years ago
kmcc049
07b70f9d3f
Fixed: Consistent display of sizes
...
Closes #709
9 years ago
Taloth Saldono
57afa668e1
Fixed: Removing torcache url query params to avoid redirect.
...
fixes #799
Removing query param was cleaner coz it avoids spoofing the referrer.
9 years ago
Taloth Saldono
9bcb6ff19a
New: Sonarr can now update series to use another tvdbid in case when tvdb removes a duplicate and Skyhook detects it.
9 years ago
Taloth Saldono
5af12b67be
Revert "Fixed: Disabled transactional file transfers since we don't want that feature in master yet."
...
This reverts commit ada5919136
.
9 years ago
Taloth Saldono
a1bfecedcd
Removed duplicate test.
9 years ago
Taloth Saldono
f2a70677e4
New: Will now temporarily stop using an indexer if the indexer reported an error.
9 years ago
Taloth Saldono
ada5919136
Fixed: Disabled transactional file transfers since we don't want that feature in master yet.
9 years ago
Taloth Saldono
bfa629f431
Refactored VerifiedFile transfer to have a verified and transactional mode.
9 years ago
Taloth Saldono
103de770c3
Fixed thread concurrency issue on http cookie handling.
9 years ago
Taloth Saldono
bf3d0ed2d1
Removed dupe tests.
9 years ago
Keivan Beigi
b5b15b623a
Updated FluentAssertion to 3.4.0
9 years ago
Taloth Saldono
527122452c
New: Fallback to libcurl/libssl on mono for https connections.
9 years ago
Taloth Saldono
c9f720885e
Fixed: Renaming episodes on OSX with case-insensitive filesystem.
9 years ago
Taloth Saldono
546f4ab577
Disabled verified file transfer on windows.
10 years ago
Taloth Saldono
5effca92b8
New: Now checks the file size of moved episodes to verify if the transfer was completed successfully to be able to detect errors with mounted network storage.
10 years ago
Taloth Saldono
cd5b00afa8
Disabled unstable CI integration tests.
10 years ago
Taloth Saldono
78ade3250c
Added RateLimit service to globally manager short duration ratelimits.
10 years ago
Lars Johnsen
a79fc94a54
Compilation: Fix case inconsistencies
10 years ago
Taloth Saldono
d0bf539a73
Fixed: A season pack import taking a long time should no longer cause the download to be deleted prematurely.
10 years ago
Taloth Saldono
c08d8252ff
Fixed some tests.
10 years ago
Taloth Saldono
ee87537848
Response cookies not stored by default.
10 years ago
Taloth Saldono
ccfd66260d
Fixed: BitMeTv cookie will now also be used for the fetching the torrent file.
10 years ago
Taloth Saldono
593c4b8182
Update test for redirect diagnostic.
10 years ago
Mark McDowall
3ed8f0ea84
Fixed: Not properly getting the parent of a folder with a trailing slash
...
GetParentFolder will trim trailing slashes
10 years ago
Taloth Saldono
6e179839d9
Added test to check Config behavior.
10 years ago
Taloth Saldono
11803afc39
Added FolderWritable to DiskProvider to centralize the check.
10 years ago
Mark McDowall
3c756348eb
New: Forms authentication
10 years ago
Mark McDowall
ddb24549d4
Fixed: Extra checks in place to prevent config file corruption
10 years ago
Keivan Beigi
c8993db2ad
Fix: Remove invalid metadata images
10 years ago
Mark McDowall
85a9b74008
File Browser
...
New: File Browser to navigate to folders when choosing paths
10 years ago
Keivan Beigi
3d1e0e7042
Merge pull request #158 from Sonarr/update-handshake
...
Update handshake
10 years ago
Keivan Beigi
a6d34caf2c
New: Rebuilt Completed/Failed download handling from scratch
10 years ago
Keivan Beigi
cb3d5fbfe7
Pass data cmd argument between application and update.
10 years ago
Mark McDowall
c10f02e0b1
More test cases for human readable bytes
10 years ago
Mark McDowall
6d31b14d96
Fixed: Humanized size show same values as size settings
10 years ago
Keivan Beigi
0be8f55a2f
Cleaned up using directive
10 years ago
Mark McDowall
6467167046
Moved Extension methods in common to subfolder
10 years ago
Mark McDowall
3c1df5693c
Cleanse API key from logs for omgwtfnzbs
10 years ago
Mark McDowall
33ca71a745
Connect to EZTV over SSL
10 years ago
Taloth Saldono
8a86b8acdc
Added OsPath to handle OS agnostic path handling.
10 years ago
MythJuha
67cd5703a1
New: Implemented Torrent Download Clients: uTorrent, Transmission and Deluge. And several public and private Torrent Indexers.
10 years ago
Taloth Saldono
ffa814f387
Added support for Hardlinking instead of Copy.
10 years ago
Mark McDowall
42c17e885c
Fixed some more tests
10 years ago
Mark McDowall
1a26bd9232
Fixed broken last write time test
10 years ago
Keivan Beigi
ef1e290311
Removed redunent UTC/non-utc File/dire methods.
...
everything is in UTC now.
10 years ago
Keivan Beigi
a44be4d902
log newsnab 429 errors as warn instead of exceptions
10 years ago
Keivan Beigi
54b6bfc181
updated fluentassertion/fluentmigrator
10 years ago
Keivan Beigi
cdee4916f1
updated nunit to 2.6.3
10 years ago
Taloth Saldono
b3f086fe93
Fixed: Now sends appropriate http Accept header to indexer.
10 years ago
Keivan Beigi
2c1d3339d0
HttpClient
10 years ago
kayone
a225830da0
Revert "updated moq"
...
This reverts commit 34bf34c2ff
.
10 years ago
kayone
34bf34c2ff
updated moq
10 years ago
kayone
3f3cc69da7
updated json.net
10 years ago
kayone
4c8f3724a2
updated fluentassertion
10 years ago
Taloth Saldono
e5e00fd346
Fixed: Renaming Episodes will never overwrite existing files.
10 years ago
Mark McDowall
705d4a3d02
New: show mono version on System -> Info
10 years ago
Taloth Saldono
5450170718
Cleanup, sorted project files.
10 years ago
Taloth Saldono
6c8c87d2e2
Added additional rules to cleanse confidential details from log file messages.
10 years ago
Taloth Saldono
257cdf9382
New: It is now possible to use Completed Download Handling with remote download clients by specifying the local mount in settings.
10 years ago
Mark McDowall
c5bd8b27fb
Backups
...
New: Backup drone's database and configuration from the UI
New: Download Backup files from the UI
Fixed: Run a database backup before upgrade
10 years ago
Taloth Saldono
839a2ac742
Fixed: NzbDrone running on Windows should no longer fail while getting a very long path from a sabnzbd running on linux.
11 years ago
Mark McDowall
6184105d3c
Fixed: Prevent adding a series if the path is the ancestor of another series
11 years ago
Taloth Saldono
e28123eefd
Fixed: Search results from trakt are now sorted based on similarity with the search query.
...
Using a Levenshtein distance algorithm.
11 years ago
Taloth Saldono
2035fe8578
New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature)
11 years ago
Mark McDowall
ef3777fccf
Update improvements
...
Include NzbDrone.Update in mono/osx package
Do not ignore certificate warnings for services
Check hash before extracting update
New: Update support for Linux/OS X - see the wiki for more information
11 years ago
Mark McDowall
b3fb807f41
HttpProvider.PostCommand will no longer keep the connection alive
11 years ago
Taloth Saldono
79b2b14668
Updated tests to work better with VS2013 Test Adapter.
11 years ago
Mark McDowall
e21574a203
Blacklisting improvements
...
New: New releases that fail will be retried a second time after waiting 1hr (configurable)
Fixed: Blacklisting releases with the same date and vastly different ages
11 years ago
Taloth Saldono
f20c40a24d
VS2013 automatically adds these entries for NUnit integration.
11 years ago
Mark McDowall
01d3decf7e
Added Mono version health check
11 years ago
Mark McDowall
a02108922f
Set episode file modified date to local or utc air date
11 years ago
kayone
7f8fa7ec4b
Updated project config
11 years ago
Mark McDowall
e9db0fc14a
Fixes after rebase
11 years ago
Mark McDowall
a6361d0bbd
New: XBMC Metadata (Frodo+)
11 years ago
Mark McDowall
f5d85b8f57
Mono NzbDrone processes are more restricted
11 years ago
Mark McDowall
37231d1ef0
DiskProvider split to Windows and Mono projects
11 years ago
kayone
a7d5b3761b
Fixed: Memory leak in Ensure.That
11 years ago
kayone
1e6817220a
applicationmode cleanup.
11 years ago
kayone
018b898a46
trying to fix lastwrite unit test
11 years ago
kayone
844fa9d5e6
update NLog, Restsharp, json.net
11 years ago
Mark McDowall
5bf0e197ec
Moved source code under src folder - massive change
11 years ago