Commit Graph

123 Commits

Author SHA1 Message Date
Mark McDowall 9fa4cedb71 Now checking for errors before parsing newznab feeds 2013-09-26 21:41:08 -07:00
Mark McDowall f0e721ee80 Validate newznab indexers when adding 2013-09-25 19:51:07 -07:00
Keivan Beigi 88b9104bc9 cleanup using statements 2013-09-18 17:25:45 -07:00
Keivan Beigi 41c5619d1b added custom IntConverter to get around the mono bug
http://json.codeplex.com/workitem/24176
2013-09-18 17:24:50 -07:00
Mark McDowall 174689f533 Fixed: Issue parsing size from newznab mocking indexers 2013-09-17 17:59:55 -07:00
Mark McDowall 5b5ddf67f8 Use episodes attached to search criteria instead of fetching from DB 2013-09-14 20:49:58 -07:00
kay.one 64181ebdff split MessageAggregator in EventAggregator and CommandExecutor 2013-09-13 23:36:07 -07:00
Keivan Beigi 5fc4cd29a3 added torrent feature toggle.
dropped NzbClub.
2013-09-13 17:10:39 -07:00
Keivan Beigi 771e366441 fixed rebase issues. 2013-09-13 16:25:30 -07:00
Keivan Beigi 82b06bab7a Added RSS support for torrents 2013-09-13 16:20:35 -07:00
Keivan Beigi 1a0010e8e4 cleaned up using statements 2013-09-12 15:42:01 -07:00
kay.one 25e2c98c45 signalr cleanup 2013-09-11 17:42:53 -07:00
Mark McDowall c184ec2d98 Progress messages are logged with Logger.Progress 2013-09-03 22:01:28 -07:00
Mark McDowall a7eb331d4e Merge branch 'ui-notifications' into develop
Conflicts:
	NzbDrone.Common/NzbDrone.Common.csproj
	UI/Series/Details/SeasonLayout.js
2013-09-03 07:18:04 -07:00
Keivan Beigi bceaee27a3 moved logging config to in-process 2013-09-02 22:15:08 -07:00
Mark McDowall c928ccb201 Added progress messaging, using info logging
Also extension methods for complete and failed (for coloured UI messaging)
2013-09-01 21:12:57 -07:00
Mark McDowall c96ba5efd3 Commands return immediately and signalr is used to control the UI 2013-09-01 21:12:41 -07:00
Mark McDowall a3961ffb69 Added CommandId to commands 2013-09-01 21:12:18 -07:00
kay.one 87ac2b3b76 fixed Dtd issues on Linux. 2013-08-29 19:27:23 -07:00
kay.one 47e29abc27 don't log indexer errors as exceptions. 2013-08-29 18:38:43 -07:00
kay.one a22cbfee2f handle empty rss response from indexers. 2013-08-29 18:32:25 -07:00
kay.one 438e3199de fixed input validation for indexers 2013-08-25 21:01:03 -07:00
Mark McDowall c179e715a6 Parsing tvrage id from newznab with TryParse now 2013-08-24 21:28:07 -07:00
Mark McDowall ae590828da Removed validation from OmgwtfnzbSettings 2013-08-23 21:40:02 -07:00
kay.one e4fc0c57b3 indexer specific setting validation 2013-08-22 01:08:43 -07:00
kay.one 227e13d858 added support for offset when queries seasons in newznab, 2013-08-21 21:42:53 -07:00
Mark McDowall ad4326a9c4 Using Newznab extended attributes to get the tvrage id for matching 2013-08-18 22:53:26 -07:00
kay.one 59eb4e68ec url is now logged when feed parse fails. 2013-08-15 22:38:30 -07:00
Mark McDowall b1e5646d7d more nd icons and some spelling fixes 2013-08-14 08:18:34 -07:00
Mark McDowall 881686e994 Throw exception when unable to get size from newznab feed 2013-08-12 19:27:45 -07:00
Keivan Beigi e152ecc55d removed RegexOptions.IgnoreCase from some expressions. supposed to be faster. 2013-08-07 19:07:46 -07:00
Keivan Beigi 8900c32ae1 Better RSS date parsing 2013-08-07 19:07:07 -07:00
Keivan Beigi 1fdc27598b log exception if pubDate can't be parsed. 2013-08-07 17:58:00 -07:00
Mark McDowall f4aae73d27 Fixed an issue with season searching using the season number as the tvrageid 2013-08-07 17:20:47 -07:00
kay.one 86fa34628f log exception if pubDate can't be parsed. 2013-08-07 00:02:27 -07:00
Mark McDowall cd7a8bae78 Use title when TvRageId is 0 when searching newznab 2013-08-06 20:10:28 -07:00
Keivan Beigi c744a64d4d Merge pull request #25 from faush01/vnext
Use Tv Rage ID in Newznab API search requests
2013-08-06 08:18:22 -07:00
faush01 0608871f76 more param changes 2013-08-06 18:15:24 +10:00
faush01 9f4dfa16d1 remove query selection logic and rename param to tvRageId 2013-08-06 17:38:16 +10:00
Mark McDowall fd30d94972 Removed ServiceModel references 2013-08-05 22:31:33 -07:00
faush01 f29eb49c7f use Rage TV ID for newznab search api calls 2013-08-06 15:26:09 +10:00
kay.one bac51706ae minor feed fetch cleanup. 2013-08-05 22:06:58 -07:00
Mark McDowall ff573f358f Merge branch 'linq-xml' into vnext 2013-08-05 21:01:15 -07:00
kay.one 32763b3667 exceptionverification outputs exception info 2013-08-05 20:26:02 -07:00
Mark McDowall 7d43afd7b9 Good riddance SyndicationFeed 2013-08-05 19:45:57 -07:00
kay.one 256520c551 cleaned up extra usings. 2013-08-05 15:10:32 -07:00
Mark McDowall ab9c22f7c1 Newznab urls will have any trailing slashes stripped before searching 2013-08-03 14:39:07 -07:00
Mark McDowall 12bb55f52d Added indexer name to manual search 2013-08-01 16:34:36 -07:00
Keivan Beigi c3b25878d4 do a check to see if daily episode has airdate before attempting a search. 2013-07-30 21:48:55 -07:00
Mark McDowall 17842d3fa1 Added categories to newznab section 2013-07-30 20:42:07 -07:00