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
Mark McDowall
edea488dbe
Upgrade to NUnit3
2016-04-01 19:19:32 -07:00
vawen
2fabe2d198
New: Prevent grabbing season packs if full season hasn't aired yet
...
Closes #743
2016-03-29 19:44:33 -07:00
Mark McDowall
f2c8156c00
ParsingService.GetEpisodes will use TVDB season number when available
2016-03-28 19:32:58 -07:00
Mark McDowall
942be364dc
Treat XEM aliases as SceneSeasonNumber
...
Fixed: Aliases used incorrectly when TVDB season number matched the seaon number of the alias
Closes #1140
2016-03-28 19:32:25 -07:00
Taloth Saldono
4c5707bba8
Fixed: Newznab/Torznab used wrong query if tvrageid was unknown in combination with a specific indexer capability profile.
2016-03-28 20:15:31 +02:00
Taloth Saldono
947f494e72
Fixed: Release Group detection didn't handle RLSGRP_English properly.
...
fixes #1198
2016-03-26 21:42:51 +01:00
Taloth Saldono
3f74a87b45
Fixed: Removed TrollHD from the RawHD detection regex since they now also release other sources.
...
fixes #1193
2016-03-26 20:45:52 +01:00
Taloth Saldono
da0bdc5750
New: Added RERIP as REPACK (Proper).
2016-03-26 20:41:27 +01:00
Taloth Saldono
3ea59cd91b
Don't set ACL if already set.
2016-03-26 19:31:12 +01:00
Taloth Saldono
9b42dc7082
Reconfigure Logging early in the process to set the correct log level.
2016-03-26 19:31:11 +01:00
Taloth Saldono
8b1c022244
Updated NLog to 4.3.0-rc1.
2016-03-26 19:31:09 +01:00
Mark McDowall
e5cb8bb0bd
Fixed: Some releases with date and season/episode numbers with multiple episodes on a single day
...
Closes #1192
2016-03-25 19:13:24 -07:00
Mark McDowall
d37343bb7d
Fixed: Prevent root folders from being added under the startup folder
2016-03-25 19:03:28 -07:00
Nathan
9c91f11cdc
New: Safari Pinned tab icon
...
Closes #1122
2016-03-24 15:47:08 -07:00
Mark McDowall
444fcf5ae5
Fixed: Use new rTorrent commands when resolving magnets
...
Closes #1199
2016-03-24 14:35:36 -07:00
Mark McDowall
31f8e0a47a
New: Windows Phone theme
2016-03-24 12:25:51 -07:00
Mark McDowall
1e0fcc877b
New: Mobile Chrome theme (Android 5.0+)
2016-03-24 12:25:51 -07:00
Mark McDowall
5a877cbd62
Fixed: RSS Sync failing due to one broken indexer
2016-03-23 19:04:35 -07:00
Taloth Saldono
99aa25bf83
New: Light green background color in Season Pass for seasons with all episodes downloaded.
2016-03-22 23:09:38 +01:00
Iain Nicol
5f66c15b91
Fixed: Allow underscore when validating hostnames
...
This is particularly useful on FreeNAS. It uses underscores in the hostnames when creating plugin jails.
2016-03-22 20:06:41 +00:00
Mark McDowall
af220c7f7b
ItemViewContainer didn't exist sometimes for root folders
...
Fixed: Error displaying existing root folders in some cases
Closes #1170
2016-03-21 15:02:09 -07:00
Mark McDowall
59e71a4cd9
Include series type for CustomScript
2016-03-19 19:35:02 -07:00
Mark McDowall
6b1a4c4198
Always validate settings when testing thingies
...
Fixed: Validation skipped when saving connections
2016-03-18 15:42:19 -07:00
Mark McDowall
1072c5247c
On grab for custom scripts
...
New: On Grab handling for Custom Scripts
2016-03-17 18:40:58 -07:00
Taloth Saldono
6508e920fe
New: Added (fairly strict) regex for the new scene WEB quality = WEB-DL.
2016-03-17 21:03:01 +01:00
Taloth Saldono
1154e0eeb3
Add WebException handlers to prevent them reaching the UI.
2016-03-17 20:53:11 +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
d68ad98176
Fixed: UsenetBlackhole not importing since latest develop.
2016-03-17 08:01:07 +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
22aa759abc
Fixed: Rarbg indexer broken on develop.
2016-03-17 07:32:45 +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
b99d82cccc
Ensure auto-generated mocks are also registered in the test container.
2016-03-15 21:46:39 +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
03e2adc332
Sort episodes in calendar by ep nr if airdate is the same.
2016-03-11 16:54:41 +01:00
Taloth Saldono
e6ab4196de
Revert "Fixed: Sort episodes on the api by episode number when they air at the same time."
...
This reverts commit 9ffc0ec521
.
2016-03-11 16:53:22 +01:00
Mark McDowall
f2784d3ec2
New: Trakt links on series details
2016-03-10 20:48:24 -08:00
Mark McDowall
ef3d508b31
Fixed: Anime season search won't search for missing episodes
2016-03-10 20:24:07 -08:00
Taloth Saldono
9ffc0ec521
Fixed: Sort episodes on the api by episode number when they air at the same time.
2016-03-06 00:43:04 +01:00
Mark McDowall
b598add64e
Updated FluentValidation
2016-03-04 00:39:17 -08:00
Taloth Saldono
e5de7fb8cf
Fixed: Don't trigger SceneMapping update and Housekeeping right on the startup event.
2016-03-01 23:50:09 +01:00
Taloth Saldono
55e870f295
Added version to logged exceptions.
2016-03-01 22:05:34 +01:00
Taloth Saldono
1485c83ab6
Don't hammer thexem, kthxbai.
2016-03-01 22:05:23 +01:00
Mark McDowall
e8d1623e96
Default Plex Media Server "Update Library" to true
2016-02-25 19:19:31 -08:00
Taloth Saldono
3bc6bf9e99
Don't die in MonoTorrent if nodes is an empty string.
2016-02-25 21:40:55 +01:00
Taloth Saldono
949d8bf49b
Fixed: Warn if user has movie/date sorting enabled in Sabnzbd for the Sonarr category.
2016-02-25 20:39:42 +01:00
Taloth Saldono
c29e49da95
Clarified error message in MatchesFolderSpecification.
2016-02-25 19:44:29 +01:00
Taloth Saldono
79c565911c
New: Changed the default of 'Use Hardlinks instead of Copy' to true. Most ppl seem to want that anyway.
2016-02-25 19:19:02 +01:00
Taloth Saldono
bb9a0371c5
Added TorrentRss test for ExtraTorrents, no other changes.
2016-02-25 19:18:46 +01:00
Taloth Saldono
e945231ab3
Fixed: Newznab should reject a Torznab feed.
2016-02-21 11:37:01 +01:00
Mark McDowall
c1298d162e
Womble's has size parsing now
2016-02-18 18:39:23 -08:00
Taloth Saldono
f005edfcf0
Don't use Sonarr as ReleaseGroup if the pattern contains an advanced prefix/suffix.
2016-02-18 23:32:38 +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
Mark McDowall
a22c0499d5
Couple more anime version test cases
2016-02-17 23:06:44 -08:00
Mark McDowall
c38608e3cf
Fixed Protocol returned for release/push endpoint
2016-02-17 20:26:37 -08:00
Taloth Saldono
3b57194d47
Fixed: Parses size in Wombles Description field so min/maxsize checks works on Wombles feed.
2016-02-17 23:22:22 +01:00
Taloth Saldono
21c901eab4
fixed failing torznab test
2016-02-17 21:52:55 +01:00
Taloth Saldono
9ad8311dd6
New: Use PageSize reported by newznab/torznab caps instead of hardcoded 100.
...
ref Jackett/Jackett#27
2016-02-17 21:23:27 +01:00
Taloth Saldono
df84028c90
Added DrunkenSlug and SimplyNZBs as Newznab presets.
2016-02-17 21:23:26 +01:00
Mark McDowall
7cb1e91ba1
Handle 1.1x version from Sabnzbd
2016-02-16 23:49:13 -08:00
Mark McDowall
974a7276c3
New: Explicitly enforce SABnzbd minimum version of 0.7.0
2016-02-16 22:40:12 -08:00
Mark McDowall
f0ca2bc11e
Fixed: Don't collapse episode titles when episode titles contain Part x only
2016-02-16 21:28:32 -08:00
Mark McDowall
cb43888496
Fixed: Use Protocol over DownloadProtocol for ReleasePushModule
...
DownloadProtocol is still supported for backwards compatibility
2016-02-16 20:21:20 -08:00
Taloth Saldono
34d5fb1aa0
Fiddled with the Back to the Top button a bit so it's better visible on the white background, also only on widescreen now.
2016-02-15 22:56:10 +01:00
Taloth Saldono
72f0085ef7
Fixed: DownloadedEpisodesScan API command couldn't be used to process individual files.
2016-02-15 21:55:53 +01:00
Taloth Saldono
f25f5abced
Cleaned up 2160p changes and added migration and tests.
...
Also reserved the quality ids for WEBRip etc.
2016-02-14 00:08:42 +01:00
Björn Dahlgren
94323f79e7
New: Added support for UltraHD (2160p) quality
2016-02-14 00:08:15 +01:00
Taloth Saldono
bdb1076100
Updated db migration testing framework so we only run migrations up to the one we're testing.
...
fixes #902
2016-02-13 23:21:32 +01:00
Mark McDowall
8818e39c63
Fixed: Daily + Standard with 3 digit episode numbers
...
Closes #1145
2016-02-11 18:46:32 -08: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
91d91bc673
Fixed: Sample files of daily episodes should also be deleted after import.
2016-02-11 21:27:41 +01:00
Taloth Saldono
1c92ea58da
Fixed: Replaced mono symlink resolve logic to better handle errors.
2016-02-11 21:12:42 +01:00
Taloth Saldono
bd6a38173e
Add another nn preset.
2016-02-11 20:11:59 +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
Mark McDowall
1603b06431
New: Prefer regular episodes over specials when absolute numbers conflict
...
Closes #676
2016-02-11 00:09:29 -08:00
Mark McDowall
2396af4589
New: Pushover Silent and Emergency priorities
...
Closes #878
2016-02-10 23:43:40 -08:00
Taloth Saldono
262b8daec1
Revert "Fixed regression, mono should resolve symlinks while trying to find out the available/total space."
...
This reverts commit d33efe59fc
.
2016-02-11 01:52:47 +01:00
Taloth Saldono
d33efe59fc
Fixed regression, mono should resolve symlinks while trying to find out the available/total space.
2016-02-11 01:14:16 +01:00
Taloth Saldono
5550565d6a
Fixed: Manual Import didn't revert to parent folder when trying to parse series leading to issues with obfuscated releases.
2016-02-10 00:15:01 +01:00
Taloth Saldono
68540cb479
Certain log messages didn't include the exception.
2016-02-07 00:23:13 +01:00
Taloth Saldono
4038fa6907
Ignore -Obfuscated while parsing.
2016-02-06 10:43:56 +01:00
Taloth Saldono
f96f997506
Fixed: Handling xml responses containing invalid html entities.
...
fixes #1123
2016-02-05 20:08:54 +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
cturra
db66d3da9e
updating nzbplanet.net api url to reflect recent change
2016-01-30 21:27:18 -08:00
Taloth Saldono
c20e0667d4
Added additional tier to search for daily series type on BTN to find faux-daily series with SxxExx groups instead of date groups.
...
fixes #1111
2016-01-30 21:16:45 +01:00
Mark McDowall
4771b1c1b2
New: Parsing of XofY mini series format
...
Closes #1091
2016-01-30 11:16:59 -08:00
Mark McDowall
9895b5bc1d
Merge pull request #1100 from IvanBrazza/develop
...
Pushbullet: Source device support
2016-01-28 14:49:47 -08:00
Mark McDowall
e89a1bc0fb
Fixed: Delete confirmation message for Restriction
...
Closes #1102
2016-01-28 14:04:10 -08:00
Ivan Brazza
9b0654c7f2
New: Setting Pushbullet source device
2016-01-28 21:33:11 +00:00
Mark McDowall
56da824e98
AutoComplete and file browser will show files when appropriate
...
Fixed: File browser for Custom Script shows files
Closes #1084
2016-01-27 19:24:41 -08:00
Mark McDowall
9f523bb167
New: Prevent automatic update if UI folder is not writable
2016-01-24 19:22:07 -08:00
Taloth Saldono
f38d5de946
Fixed: Regression in parser incorrectly parsing S2015Exx.2015-01-01 notation.
...
fixes #1080
2016-01-21 22:43:48 +01:00
Taloth Saldono
de379b2e47
Do or do not, there is no try.
2016-01-21 21:10:22 +01:00
Taloth Saldono
64e90f35c8
Ensure rTorrent download is started even if the user doesn't have schedule=...,start_tied= in their rtorrent.rc.
2016-01-21 08:40:10 +01:00
Taloth Saldono
bbfe8c27c6
Fixed: Misleading error message when Kickass/Torrent Rss indexer returned invalid xml.
...
fixes #1058
2016-01-20 21:58:23 +01:00
Taloth Saldono
2f50074123
Fixed: Incorrect api error when calling /api/episode without seriesId queryparam.
...
fixes #1070
2016-01-20 21:58:02 +01:00
Taloth Saldono
5cfaed7b26
Fixed: Added support for Sabnzbd 0.8 history category queryparam.
...
fixes #1077
2016-01-20 21:57:40 +01:00
Taloth Saldono
0d19f645e8
Fixed: Don't apply indexer backoff on DNS and connection issues.
...
Fixes #751
2016-01-20 21:57:39 +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
889933cb41
New: Set full Download Directory in Transmission instead of just a Category.
...
fixes #744
2016-01-20 21:26:59 +01:00
Taloth Saldono
958b294152
Updated URL rewriter to handle torcache Referer weirdness.
2016-01-20 21:26:58 +01:00
Taloth Saldono
cf25097cd1
Fixed: Magnet downloads weren't being started on RTorrent.
2016-01-20 21:26:57 +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
Keivan Beigi
4fb9cc5e8d
cleanup app.manifest for Service helpers, upgraded compat to windows 8.1
2016-01-16 15:52:00 -08:00
Keivan Beigi
487581a01a
apparently new compilers alraedy embed the app.manifest into the app, no need for mt.exe anymore
2016-01-16 15:51:26 -08:00
Mark McDowall
a0ee607ae6
Remove double slash in NZBVortex add URL
2016-01-15 09:04:18 -08:00
Keivan Beigi
6e105ce2c6
upgraded nuget packages
2016-01-14 23:07:39 -08:00
Mark McDowall
2b72c0e328
Fixed: Manual Import Series selection
...
Closes #996
2016-01-09 13:16:34 -08:00
Mark McDowall
7c382c0e0c
NZBVortex Download Client
...
New: NZBVortex Download Client
Closes #360
2016-01-07 15:50:52 -08:00
Mark McDowall
dda0d3259f
Fixed broken test
2016-01-07 15:49:51 -08:00
Mark McDowall
a96718f7b3
Fixed Twitter notifications
...
New: Twitter notifications now require a Twitter (see settings for details)
Closes #1049
2016-01-06 22:32:12 -08:00
Mark McDowall
7ca67fe57a
New: Special searching on RARBG
2016-01-05 23:07:49 -08:00
Mark McDowall
8373024f9d
Fixed: Parsing of queued specials from download client queue
2016-01-05 22:56:34 -08:00
Mark McDowall
b62ef0c40c
Fixed: Use folder quality when better than file quality (regression)
...
Closes #1022
2016-01-04 23:12:14 -08:00
Mark McDowall
800fa42982
Selectable range for iCal
...
New: Support for pastDays and fututeDays query parameters on iCal requests
Closes #974
2016-01-02 10:21:06 -08:00
Taloth Saldono
4e728c3a02
Increased timeout for Deluge to prevent timeout errors when posting large torrent files.
2015-12-30 22:50:17 +01:00
Taloth Saldono
663d254ced
Fixed Ospath incorrectly detecting arbitrary colon as windows path.
2015-12-30 21:01:29 +01:00
vawen
8753c232c7
Fix: Paths with colons prevent Sonarr from communicating with Transmission
...
Issue #954
2015-12-29 13:25:36 +01:00
Taloth Saldono
221f3ef08c
Safety net to handle MaxSize=0. Some users still have 0 = unlimited in their db and migration failed for them.
2015-12-28 20:24:24 +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
37c621dcdb
Fixed: Health Check produced warning if Sonarr binaries folder was not writable even when the external script update mechanism was selected.
...
fixes #964
2015-12-28 20:24:22 +01:00
Taloth Saldono
eaf3228bb7
Fixed Regex mistake in CleanLogMessage.
2015-12-28 20:24:21 +01:00
Jake Pusateri
c8debbf470
New: Better resolution posters on retina screens.
2015-12-28 11:12:12 -08:00
Mark McDowall
8dcd8d17b5
Fixed: Username must not be null or empty when logging in
2015-12-27 00:59:28 -08:00
Mark McDowall
cfe121c777
Don't return series as subtype for /api/episode
...
Fixed: Sped up loading episodes from server
2015-12-27 00:45:20 -08:00
Mark McDowall
b4f83d8a4e
New: Media file extension .webm
2015-12-25 18:35:42 -08:00
Mark McDowall
9039d7e694
Fixed: Show a better error message when no episodes are parsed in a release
2015-12-25 18:32:03 -08:00
Taloth Saldono
7a25717da6
Fixed donate button.
2015-12-24 19:51:36 +01:00
Taloth Saldono
7e1c444c02
Fixed: Curl Fallback should ignore invalid cookies.
2015-12-24 19:30:16 +01:00
Mark McDowall
dc3f7c9bda
Fixed: Improved parsing for single digit multi-episode titles
...
Closes #965
2015-12-20 00:11:41 -08:00
Mark McDowall
de754169fb
Fixed: RSS Sync Interval validation
2015-12-19 18:02:38 -08:00
Mark McDowall
2d3c3bbb0c
Changed torrent blackhole message
2015-12-19 17:49:54 -08:00
Mark McDowall
15cefe4a43
New: Option to Hardlink or Copy instead of move for Torrent Blackhole
...
Closes #1011
2015-12-19 17:18:22 -08:00
Mark McDowall
95da301975
A few UI Fixes
...
Closes #1009
Closes #1010
2015-12-18 23:41:30 -08:00
Mark McDowall
e03906b294
Fixed: Hardlink/Copy files from QBittorrent
2015-12-17 22:16:38 -08:00
Mark McDowall
7921dd3f96
Fixed: Removed Titans of TV tracker
...
Closes #992
2015-12-17 00:46:02 -08:00
Mark McDowall
9f066f7a6b
New: Newznab preset for Usenet Crawler
2015-12-17 00:24:51 -08:00
Casey Bodley
0552b56b71
qbittorrent: client plugin based heavily on uTorrent
...
supports a minimum qBittorrent version of 3.2.4, and uses labels for
v3.3.0 and later
Signed-off-by: Casey Bodley <cbodley@gmail.com>
2015-12-14 00:20:14 -05:00