Commit Graph

  • 6f3065d5ab More work on WindowsService, still broken Keivan Beigi 2011-10-13 18:22:51 -07:00
  • 6b7923bd52 Windows service is half working, Keivan Beigi 2011-10-12 19:24:30 -07:00
  • 04ed22db55 Moved core of PostDownloadScanJob to PostDownloadProvider. Mark McDowall 2011-10-12 16:47:28 -07:00
  • 7549c26ffe Changed Namespace for AutoMoqerTest in NzbDrone.App.Test Mark McDowall 2011-10-11 22:44:10 -07:00
  • 4915b32cc6 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-11 20:44:45 -07:00
  • 5098ea3249 Added two new Episode Statuses - Unpacking and Failed. Mark McDowall 2011-10-11 20:44:19 -07:00
  • 87fe19ab4e Added compile date to footer kay.one 2011-10-11 19:39:46 -07:00
  • 1ba959298b Added BuildDateTime to central dispatch kay.one 2011-10-11 19:24:43 -07:00
  • b6360eba26 orig file are added to .gitignore kay.one 2011-10-11 00:14:46 -07:00
  • a868dfca7c Merge branch 'markus' into kay.one kay.one 2011-10-11 00:11:41 -07:00
  • ba11b34099 Service (work in progress) kay.one 2011-10-11 00:11:05 -07:00
  • c534d47b0a Added InheritFolderPermissions to DiskProvider. Mark McDowall 2011-10-10 21:00:31 -07:00
  • b695a4433e Merge branch kay.one into markus. Mark McDowall 2011-10-10 19:08:21 -07:00
  • 1d31c1687c Fixed issue with invalid AirTimes for series causing Upcoming Views to fail. Mark McDowall 2011-10-10 18:11:22 -07:00
  • 012fa88301 Merge branch 'markus' into kay.one kay.one 2011-10-09 10:45:08 -07:00
  • 495d7b8595 More code to support service, isn't working yet. (Console still works fine) kay.one 2011-10-08 19:16:11 -07:00
  • dcc4410f84 Merge branch kay.one with markus. Mark McDowall 2011-10-08 18:23:03 -07:00
  • be651660a4 More bugfixes, tests. kay.one 2011-10-07 22:06:16 -07:00
  • b456c5c4d2 Cleaned up ConfigProvider, added tests for paths. kay.one 2011-10-07 21:51:35 -07:00
  • e15e79a6c1 Merge branch 'markus' into kay.one kay.one 2011-10-07 21:17:46 -07:00
  • e941aef9f2 Configuring the AuthenticationType from the WebUI will now work, just restart and NzbDrone will change the AuthenticationType on start. Mark McDowall 2011-10-07 17:17:46 -07:00
  • 2c3eff2741 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-07 16:25:52 -07:00
  • f627b551fc AuthenticationType is now configurable from /Settings/System. Mark McDowall 2011-10-07 16:24:28 -07:00
  • 6a9ee3f0b0 Resharper Code cleanup. kay.one 2011-10-06 23:57:43 -07:00
  • 57c296c62f Fixed log to console issue. kay.one 2011-10-06 23:43:35 -07:00
  • 8bf4f81a04 More nzbdrone.exe refactoring. kay.one 2011-10-06 23:36:04 -07:00
  • f973c74c87 ConfigFileProvider will now add missing config values automatically, with a default value. Mark McDowall 2011-10-06 21:36:47 -07:00
  • 69ba365cd3 More NzbDrone.exe refactoring kay.one 2011-10-06 20:37:41 -07:00
  • f3ca3e97f9 Starting to add windows service support, making nzbdrone.exe unit testable. Keivan Beigi 2011-10-06 18:30:44 -07:00
  • d9b2c72125 WindowsAuthentication now works (disabled by default). Mark McDowall 2011-10-06 18:18:34 -07:00
  • 430fb9aead SortHelper.SkipArticles will no longer bomb when a null is passed. Mark McDowall 2011-10-06 09:37:34 -07:00
  • 33930534c2 Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult Mark McDowall 2011-10-03 19:01:39 -07:00
  • 2cafedb1aa UpcomingEpisodes will not show ignored episodes. Mark McDowall 2011-10-03 16:53:21 -07:00
  • 7db08a10ec Next airing will not show ignored episodes. Mark McDowall 2011-10-03 16:38:22 -07:00
  • ec6a0e6b7f App_Data added to .gitignore Mark McDowall 2011-10-01 00:04:06 -07:00
  • f0f706b32c ConfigFile for NzbDrone.exe is now stored under App_Data for NzbDrone.Web. - This will be to provide the users a way to edit Port and set whether they want their default browser to open on startup, all form the WebUI (and not be overwritten on upgrades). Mark McDowall 2011-09-30 20:12:18 -07:00
  • 79472964ed DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null) Mark McDowall 2011-09-30 09:32:57 -07:00
  • 71e1827ef8 Missing Grid uses ToBestDateString for formatting. Mark McDowall 2011-09-30 09:18:13 -07:00
  • 30ffe79442 DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data). Mark McDowall 2011-09-29 21:40:00 -07:00
  • 7ca59b92aa Replace '&' with its XML encoded equivalent, before parsing XML. Mark McDowall 2011-09-28 21:39:05 -07:00
  • fd205d3d57 Moved Grid altering CSS to its own file, used for Series/Details, missing, upcoming and histtory grids. Mark McDowall 2011-09-28 18:58:23 -07:00
  • 9714a96437 Upcoming/Index now uses .ToBestDateString() for Dates, only showing on FutureForecast grid (instead of all grids). Status is shown on grid and option to search for episode. Mark McDowall 2011-09-28 17:20:29 -07:00
  • 6736afbeab Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property. Mark McDowall 2011-09-28 10:56:30 -07:00
  • f014ddcfea Added Tests for DateTime Fluent. Mark McDowall 2011-09-28 10:12:53 -07:00
  • 9271b39787 Added ToBestDateString for DateTime, using on Series/Details. Mark McDowall 2011-09-27 17:10:08 -07:00
  • 5f0a95b2b1 Fixed XBMC JSON requests. Mark McDowall 2011-09-27 10:41:36 -07:00
  • 4eea6b8c6b Added fix for HttpProvider.PostCommand so it uses a valid URL. Mark McDowall 2011-09-26 17:50:58 -07:00
  • b239e28898 Added additional logging to XBMC Provider, to trace failure to update library. Mark McDowall 2011-09-26 17:17:41 -07:00
  • 0dbb3789eb Treat SUBPACK's as extra releases, so they will not be downloaded. Mark McDowall 2011-09-25 18:00:21 -07:00
  • 7d4e097137 Fixed CSS for Save Button hover, so that the text no longer moves. Mark McDowall 2011-09-23 18:27:54 -07:00
  • 95b4250d5d Updated IndexerSettingsModel with better descriptions. Mark McDowall 2011-09-22 17:18:41 -07:00
  • 3efe465114 Added multiple bindings for IISExpress. Allowing users to not run as admin (or add an urlacl as admin), but still access NzbDrone from localhost. Mark McDowall 2011-09-20 22:41:44 -07:00
  • 78a9adbbcc Added scene mapping for Hawaii Five-0 (hawaiifive2010). Mark McDowall 2011-09-19 22:13:24 -07:00
  • 43fa8a1f66 Fixed broken Season parsing REGEX, added test to verify issue without parsing XML. Mark McDowall 2011-09-19 21:29:04 -07:00
  • 339f191ab8 Releases with only extras will be skipped, with tests. Mark McDowall 2011-09-19 17:13:19 -07:00
  • 4604bbd821 Mark invalid series downloads with NzbDrone prefix. Mark McDowall 2011-09-18 13:53:05 -07:00
  • 951eb4523d Support for csi525 naming added, previously csi.525 would work, but csi525 wouldn't. Mark McDowall 2011-09-18 12:59:23 -07:00
  • 10d526d003 Fixed broken test that was using app relative path. Mark McDowall 2011-09-15 23:01:31 -07:00
  • 8c06dde28a Quality size sliders are implemented. Limits are calculated based on MB/Minute. Mark McDowall 2011-09-15 21:42:30 -07:00
  • 4b2427ade7 Report size is now verified to ensure it is under the MaxSize for that quality type, with tests. Mark McDowall 2011-09-13 21:37:22 -07:00
  • e4f01ae0d4 Size is now parsed for each item in the feed. Mark McDowall 2011-09-13 19:25:33 -07:00
  • f8ae95d36f Banner is now shown on Details view. Mark McDowall 2011-09-10 16:01:15 -07:00
  • dfd0720872 Added BannerDownloadJob, it will run every 30 days. Mark McDowall 2011-09-10 01:42:05 -07:00
  • be92686e0e AddNewSeries now uses the created folder name wghen added the series (since windows trims some characters from the end [periods]). Mark McDowall 2011-09-09 16:28:21 -07:00
  • 7786f6a914 SeriesId is now passed back to the controller when adding a new/existing series. Mark McDowall 2011-09-08 20:52:25 -07:00
  • d330c65165 AutoComplete is now using jQuery UI AutoComplete. Mark McDowall 2011-09-08 20:26:48 -07:00
  • 59d4ae6219 Fixed AddSeries watermarks. Mark McDowall 2011-09-07 20:37:32 -07:00
  • 8d0cdf272c Moved away from CDNs for 3rd party scripts. Mark McDowall 2011-09-07 19:48:37 -07:00
  • f8be43a486 Upgraded to MiniProfiler 1.9. Mark McDowall 2011-09-07 18:56:00 -07:00
  • 6bfe26ea7f Fixed logs auto column with, Time is statically set, others are dynamic (no more smallest possible width). Mark McDowall 2011-09-07 17:11:13 -07:00
  • 070115a59a TopLogs will now return the count pass in, reduced to 5000 from 7500 to prevent JsonSerialization issues when being sent to the grid. Mark McDowall 2011-09-07 17:01:51 -07:00
  • 73fadac397 Fixed parser to properly parse a more common naming convention where the episode title starts with an episode or series/episode combination. Mark McDowall 2011-09-06 23:43:10 -07:00
  • a56213047f EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated. Mark McDowall 2011-09-05 17:44:03 -07:00
  • 1f2a1e3206 Season searching fallback to individual episodes will done in order from 1 to n. Mark McDowall 2011-09-05 15:26:53 -07:00
  • 5f75891d36 Fixed logs being written to nzbdrone.sdf instead of log.sdf Mark McDowall 2011-09-05 14:30:45 -07:00
  • c13c9d15c4 Default Log view uses client operations, added all logs view that uses paging (No support for sorting or filtering). Mark McDowall 2011-09-05 12:59:39 -07:00
  • 179de93a6e Removed AttachSeries for IEnumerable and using join instead, speed difference is negligible or in some cases faster . Mark McDowall 2011-09-04 19:56:45 -07:00
  • 8592ae4c88 AttachSeries is no longer used for single episodes, PetaPoco will get the series in a single call for us. Mark McDowall 2011-09-04 02:20:49 -07:00
  • 9fd2f9ec72 Fixed notification messages for Season searches. Mark McDowall 2011-09-04 01:12:30 -07:00
  • 854cd26e5a Fixed upcoming episodes grids that were broken due to changing SeriesName to SeriesTitle. Mark McDowall 2011-09-04 01:01:01 -07:00
  • 0a65e85e21 EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class) Mark McDowall 2011-09-04 00:45:58 -07:00
  • 421ba466a8 Merge branch 'master' of git://github.com/kayone/NzbDrone Mark McDowall 2011-09-03 20:05:56 -07:00
  • 0b586de226 Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent. Mark McDowall 2011-09-03 20:05:44 -07:00
  • 780abad3f7 Log view now uses proper paging so it doesn't take a year to load up each page. Mark McDowall 2011-09-02 23:41:50 -07:00
  • bab358398a potential fix for "Execution lock has fucked up" kay.one 2011-09-02 22:30:18 -07:00
  • c2c62aa538 Stop throwing errors where it can't get the current message because there is no object. Mark McDowall 2011-09-02 18:16:08 -07:00
  • 6756eb6534 Added grid sorting to history grid rebind. Mark McDowall 2011-09-02 16:34:39 -07:00
  • 35cad3d27e Added partial season searching when a full season NZB is not available. Mark McDowall 2011-08-31 23:58:54 -07:00
  • fbb4ced77c Full season searching for Nzbs.org and NzbMatrix will also look for S01 in addition to Season. Mark McDowall 2011-08-31 17:17:35 -07:00
  • 8cffa5168b Fixed broken EpisodeProvider tests. Mark McDowall 2011-08-31 16:56:25 -07:00
  • f02e92b005 Fixed EpisodeSorting examples layout. Mark McDowall 2011-08-30 17:15:22 -07:00
  • 8ce222a10c Should fix the transaction issues in petapoco, we are getting to far petapoco master which I don't like. kay.one 2011-08-28 20:05:31 -07:00
  • 9244a4e6ef Update episode info now uses UpdateMany, InsertMany kay.one 2011-08-28 20:03:40 -07:00
  • 2980c91f19 GetSabName will return cleaner Season naming when it is a FullSeason release. Mark McDowall 2011-08-28 15:22:19 -07:00
  • 704084a5c8 Fixed broken parse REGEX, removed parsing test and added to hall of shame. Mark McDowall 2011-08-28 14:18:43 -07:00
  • 8afd7d2b47 Fixed broken tests. Mark McDowall 2011-08-28 12:24:16 -07:00
  • 43e5cb7b31 Merge branch 'master' of git://github.com/kayone/NzbDrone Mark McDowall 2011-08-28 12:08:06 -07:00
  • f604c35768 Backlog search added (disabled) - It will search for a full season if a full season is missing. Mark McDowall 2011-08-28 12:07:56 -07:00
  • a5527df584 Fixed petapoco's craptastic connection management. kay.one 2011-08-28 10:43:33 -07:00
  • 52e6d09325 Fixed port, added broken parser test kay.one 2011-08-28 10:43:01 -07:00