Commit Graph

1275 Commits

Author SHA1 Message Date
Mark McDowall 86aba08289 Fixed broken migration 036 for people upgrading from very old DBs 2014-10-30 22:26:48 -07:00
Keivan Beigi aadd9243a4 Merge pull request #128 from NzbDrone/sonarr
New: Replaced user facing instances of  NzbDrone with Sonarr
2014-10-29 11:26:17 -07:00
Keivan Beigi 4929e9fc9b New: Replaced user facing instances of NzbDrone with Sonarr 2014-10-28 21:49:49 -07:00
Keivan Beigi 380d2624f1 minor fixes to wtf-gtfo 2014-10-28 17:08:07 -07:00
Keivan Beigi aa68faaf88 New: automatically switch back to master if current branch is invalid 2014-10-28 16:48:37 -07:00
Mark McDowall 95d67ef9f4 Download decision rejection reasons are no longer static messages
New: Better messaging on manual search when release is rejected
2014-10-27 22:25:06 -07:00
Mark McDowall e82b29e346 Tags
New: Ability to tag series
New: Use tags to control which series use which notification channels
2014-10-27 22:04:09 -07:00
Mark McDowall 0e436f371b Fixed: Should allow space/period between season and episode number patterns in naming 2014-10-27 07:38:53 -07:00
Mark McDowall c4836975a9 Fixed: Treat WebHD as Web-DL 2014-10-26 18:46:57 -07:00
Mark McDowall 9d5d3ce4c3 Fixed: Treat iTunesHD as Web-DL 2014-10-26 16:31:45 -07:00
Mark McDowall 0322eab509 Fixed: Parse extended multi episode with 4 digit (year) seasons 2014-10-26 01:31:00 -07:00
Mark McDowall 121ec0873b Fixed: Parsing 'NL Subs' in addition to NLSub 2014-10-26 01:26:04 -07:00
Mark McDowall 889af78b26 Fixed broken tests 2014-10-24 21:30:49 -07:00
Mark McDowall 71416eea29 Fixed: Missing won't show episodes that are on air 2014-10-24 19:44:29 -07:00
Mark McDowall b538b450f5 Fixed: ctrl + clicking links will open in a new tab 2014-10-24 16:54:02 -07:00
Mark McDowall 2711cd6afa Fixed: Update UI will show that older versions are not installable 2014-10-24 16:40:36 -07:00
Mark McDowall 6a3bea5adc Log path being deleted when deleting permanently at info 2014-10-24 11:59:35 -07:00
Mark McDowall 1298eedb29 Fixed: Searching for a new series with the same title twice in a row 2014-10-23 21:47:05 -07:00
Mark McDowall d017c40747 Fixed: Show search for existing series that finds no results 2014-10-23 16:55:25 -07:00
Mark McDowall 8b3fd95d55 Fixed: Multi-absolute episode parsing 2014-10-21 15:48:31 -07:00
Taloth Saldono b532661a27 Resolved failing search due to missing Scene season number. 2014-10-21 22:19:12 +02:00
Mark McDowall 35396ea44e Fixed: Duplicate multi-episode style with trailing brackets
Only dashes, underscores, periods and spaces will be considered separators
2014-10-21 07:14:51 -07:00
Taloth Saldono 6dfbc3c290 Fixed: Will no longer cause an error when trying to parse an anime episode with absolute number 0. 2014-10-20 22:16:31 +02:00
Mark McDowall e978a425c2 Fixed: Getting list of xem series won't die if a bad ID is entered on their site 2014-10-19 20:04:46 -07:00
Mark McDowall f776aae2c0 Fixed: Mono returning a drive with an empty path causing disk space check to fail 2014-10-19 17:47:23 -07:00
Mark McDowall 42c17e885c Fixed some more tests 2014-10-17 22:47:00 -07:00
Mark McDowall 1a26bd9232 Fixed broken last write time test 2014-10-17 17:23:41 -07:00
Mark McDowall aa6b3f70ed Fixed: log to the database using UTC not local time 2014-10-17 07:07:21 -07:00
Mark McDowall e8e94d4384 Don't convert arg values to lower-case 2014-10-17 00:36:56 -07:00
Keivan Beigi 0301636767 switched projects from Any CPU to x86 2014-10-16 22:19:10 -07:00
Keivan Beigi 6c3a5b336d Merge pull request #124 from NzbDrone/raw-dblog
Use raw sql to write logs to db.
2014-10-16 15:11:47 -07:00
Mark McDowall 76f61e683f Fixed: Getting tracked download status for pending item in UI won't result in an error 2014-10-16 09:57:59 -07:00
Keivan Beigi d10cdf9c87 removed method column from log db. 2014-10-15 19:23:10 -07:00
Keivan Beigi cb00644a09 Use raw sql to write logs to db. 2014-10-15 19:10:25 -07:00
Keivan Beigi f44fd5fcbd Fixed: filter duplicated episodes returned from Trakt
http://support.trakt.tv/forums/188762-general/suggestions/4430690-anger-management-duplicate-episode
2014-10-14 16:34:36 -07:00
Taloth Saldono ab264b3c06 Should no longer log error if download client was removed/disabled between CDH updates. 2014-10-15 00:21:43 +02:00
Taloth Saldono 20fc66c8cc Fixed: Using different retry method for NzbGet to actually trigger NzbGet to redownload. 2014-10-15 00:21:42 +02:00
Keivan Beigi ef1e290311 Removed redunent UTC/non-utc File/dire methods.
everything is in UTC now.
2014-10-14 14:31:35 -07:00
Mark McDowall 9d8e4de7b4 Extra check to make sure trackedDownloadStatus exists on queue item 2014-10-13 22:20:39 -07:00
Keivan Beigi 28f7e256b2 removed dead code 2014-10-13 14:11:35 -07:00
Keivan Beigi 907023ca10 don't blow up if a single download is not trackable. 2014-10-13 13:43:36 -07:00
Keivan Beigi dcf434abd3 better error messages when download client connection fails 2014-10-13 11:07:05 -07:00
Keivan Beigi 690569cbbc Fixed: show a better error message when nzbdrone port is already in use. 2014-10-13 10:51:17 -07:00
Keivan Beigi f684d2f0d7 Fixed: Missing MediaInfo doesn't block import anymore 2014-10-13 10:37:11 -07:00
Keivan Beigi 1b6f684522 New: Added health check to show a warning when MediaInfo is missing 2014-10-13 10:36:51 -07:00
Mark McDowall 019500ef4f Fixed activity.less reference 2014-10-12 10:21:40 -07:00
Mark McDowall b7d3daf3ec Updated Selenium 2014-10-12 09:44:19 -07:00
Mark McDowall 1225bbe8dc Activity instead of History
New: Renamed history to activity
New: Queue is default tab of activity
2014-10-12 00:32:56 -07:00
Mark McDowall f8fb37bae8 New: Show warning for queue when there is a warning 2014-10-12 00:02:34 -07:00
Mark McDowall f6e4ccda84 Fixed broken tests (due to logging) 2014-10-11 22:05:21 -07:00
Mark McDowall a21b539298 Fixed: 3 digit season/episode numbers followed by an underscore 2014-10-11 12:16:21 -07:00
Mark McDowall 89d0293f6e Fixed: Error when attempting to retry a release with nzbget 2014-10-06 08:52:36 -07:00
Mark McDowall 4e98a447cb Fixed: SAB retry not finding new ID in history 2014-10-06 08:49:14 -07:00
Mark McDowall a433aac034 Fixed: Getting free space for inaccessible drive won't log an error 2014-10-05 16:43:43 -07:00
Mark McDowall 485fa6a13d Fixed: Only upgrade anime version when release group is the same 2014-10-04 23:04:19 -07:00
Mark McDowall 9056bc1747 Fixed: Setting SSL Cert Hash should remove all extra characters 2014-10-04 22:25:54 -07:00
Keivan Beigi ac4f2d5e9a Don't try to download small version of non-existing poster 2014-10-03 23:06:50 -07:00
Keivan Beigi 6a743a8792 removed dead code 2014-10-03 16:29:52 -07:00
Keivan Beigi 7b49669b95 Log global inner exceptions 2014-10-03 15:55:11 -07:00
Keivan Beigi aa75b3d331 don't log getqueue download client exceptions as error. 2014-10-03 14:38:57 -07:00
Keivan Beigi a44be4d902 log newsnab 429 errors as warn instead of exceptions 2014-10-03 10:50:43 -07:00
Keivan Beigi 7b2e3ef0c4 added ExceptronIgnoreOnMono and ExceptronIgnore extention methods. 2014-10-03 10:39:06 -07:00
Keivan Beigi 02fab62811 added some logging to shutdown process. 2014-10-02 22:24:32 -07:00
Keivan Beigi 89e83ded04 Added fluent FluentMigrator.Runner as nuget packages 2014-10-02 21:53:19 -07:00
Keivan Beigi 0359487bf7 removed loggly 2014-10-02 21:47:37 -07:00
Keivan Beigi 54b6bfc181 updated fluentassertion/fluentmigrator 2014-10-02 21:44:53 -07:00
Keivan Beigi cdee4916f1 updated nunit to 2.6.3 2014-10-02 21:41:57 -07:00
Keivan Beigi 6ada50783c fixed namespaces 2014-10-02 21:40:32 -07:00
Keivan Beigi c10a9ddf6e updated json.net to 6.0.5 2014-10-02 21:39:21 -07:00
Keivan Beigi 4b51fc04ae include branch as analytics custom variable 2014-10-02 21:25:28 -07:00
Mike 87cafe0035 Don't allow port 0 as a listen port
Port 0 is not really a valid port. Using it will most likely dynamically
allocate a port to listen on.
2014-10-02 08:32:32 -04:00
Keivan Beigi 10b1d44d6f Enabled excepton with new api key, disabled throwing exception. 2014-09-30 20:47:30 -07:00
Mark McDowall acc25d7558 Check history when retrying downloads with SAB
Fixed: Retrying a download shouldn't cause drone to lose track of it
2014-09-30 14:18:04 -07:00
Keivan Beigi fde38938b8 fixed: HttpClient would fail with an unrelated exception 2014-09-30 10:06:48 -07:00
Mark McDowall caa6a3858b Use DownloadClientIds to find matching series/episodes instead of relying solely on release name
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch
Fixed: Better UI messages for Queue when there is an error or warning
2014-09-28 16:20:06 -07:00
Mark McDowall 3f11fcf2e1 Fixed: Use empty string when {Original Title} is not available 2014-09-28 00:47:24 -07:00
Keivan Beigi d34a170214 fixed version variable for analytics 2014-09-27 19:27:13 -07:00
Mark McDowall 97370cc8b3 omgwtfnzbs fixes
New: connect to omgwtfnzbs over https
Fixed: No results found response for omgwtfnzbs
2014-09-27 18:39:33 -07:00
Keivan Beigi e3efd9a84c Merge pull request #119 from NzbDrone/piwik-web
New: added self hosted analytics to help improve nzbdrone.
2014-09-27 18:38:39 -07:00
Keivan Beigi 9bae44003b fixed grammar 2014-09-27 18:36:15 -07:00
Keivan Beigi c4b210c053 disable analytics in dev 2014-09-27 13:38:31 -07:00
Taloth Saldono 5e62c2335f Fixed: Refactored the Indexer architecture to support non-rss indexers. 2014-09-27 21:57:35 +02:00
Keivan Beigi f716903a30 minor cleanup 2014-09-27 12:46:23 -07:00
Keivan Beigi a21b535937 New: added self hosted analytics to help improve nzbdrone. Can be turned off in Setting>General 2014-09-27 12:39:29 -07:00
Mark McDowall 22c9bc402f Fixed: File upgrade rejections will be reported properly when importing 2014-09-27 08:58:53 -07:00
Taloth Saldono cc8c88e921 Fixed: Extensions are now removed from scene names during import. 2014-09-26 23:28:24 +02:00
Mark McDowall 92f73900ef Moved mini series parsing tests to their own fixture 2014-09-26 07:19:45 -07:00
Taloth Saldono d8d641b8df Fixed: Detecting NzbGet free-space errors during unpack and move errors as warnings.
Fixed: NzbGet Script errors are again considered failures so that corruption-detection scripts trigger drone to grab another release.
2014-09-25 20:48:41 +02:00
Taloth Saldono efbce27a7c Fixed: Now the UI will update properly if you change a custom quality title in the Quality table. 2014-09-24 21:08:37 +02:00
Mark McDowall 89aa25e016 Fixed: XBMC will update the series path only when possible 2014-09-23 18:18:02 -07:00
Mark McDowall d5917f34ad Actually fixed what I said I fixed last time 2014-09-23 18:11:30 -07:00
Mark McDowall adf0fc8990 Fixed: Notifications won't show version unless its anime, will show proper 2014-09-23 10:56:15 -07:00
Mark McDowall fdf210d10f Fixed: grabbing a release from manual search 2014-09-22 20:06:21 -07:00
Mark McDowall a3d013d908 New: v2/v3/etc handling for anime 2014-09-22 11:08:30 -07:00
Taloth Saldono 8bef19448f Fixed: NzbGet history items deleted due to health are now properly recognized as failed. 2014-09-20 22:14:09 +02:00
Taloth Saldono 6a30b13343 Fixed: Updated Add Series sort logic to better handle Country/Year variants. 2014-09-19 22:33:52 +02:00
Mark McDowall 8acc38d9c4 Added deleted filter to history 2014-09-16 07:14:28 -07:00
Mark McDowall 4cbb59d4e8 Episode file import fixes
Fixed: Import event when file doesn't have a valid scene name
Fixed: Filename when file doesn't have a valid scene name
2014-09-15 16:46:35 -07:00
Mark McDowall 7c01f46cc0 Fixed logging text for XBMC episode images 2014-09-15 16:46:34 -07:00
Taloth Saldono ee322feb69 Fixed: Sorting on title in Manual Search table now works. 2014-09-15 19:28:58 +02:00