Commit Graph

989 Commits (6a9ee3f0b0c353d9118b995308e8290da4b0e408)
 

Author SHA1 Message Date
kay.one 6a9ee3f0b0 Resharper Code cleanup.
13 years ago
kay.one 57c296c62f Fixed log to console issue.
13 years ago
kay.one 8bf4f81a04 More nzbdrone.exe refactoring.
13 years ago
kay.one 69ba365cd3 More NzbDrone.exe refactoring
13 years ago
Keivan Beigi f3ca3e97f9 Starting to add windows service support, making nzbdrone.exe unit testable.
13 years ago
Mark McDowall 430fb9aead SortHelper.SkipArticles will no longer bomb when a null is passed.
13 years ago
Mark McDowall 33930534c2 Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult
13 years ago
Mark McDowall 2cafedb1aa UpcomingEpisodes will not show ignored episodes.
13 years ago
Mark McDowall 7db08a10ec Next airing will not show ignored episodes.
13 years ago
Mark McDowall ec6a0e6b7f App_Data added to .gitignore
13 years ago
Mark McDowall 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).
13 years ago
Mark McDowall 79472964ed DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null)
13 years ago
Mark McDowall 71e1827ef8 Missing Grid uses ToBestDateString for formatting.
13 years ago
Mark McDowall 30ffe79442 DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data).
13 years ago
Mark McDowall 7ca59b92aa Replace '&' with its XML encoded equivalent, before parsing XML.
13 years ago
Mark McDowall fd205d3d57 Moved Grid altering CSS to its own file, used for Series/Details, missing, upcoming and histtory grids.
13 years ago
Mark McDowall 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.
13 years ago
Mark McDowall 6736afbeab Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
13 years ago
Mark McDowall f014ddcfea Added Tests for DateTime Fluent.
13 years ago
Mark McDowall 9271b39787 Added ToBestDateString for DateTime, using on Series/Details.
13 years ago
Mark McDowall 5f0a95b2b1 Fixed XBMC JSON requests.
13 years ago
Mark McDowall 4eea6b8c6b Added fix for HttpProvider.PostCommand so it uses a valid URL.
13 years ago
Mark McDowall b239e28898 Added additional logging to XBMC Provider, to trace failure to update library.
13 years ago
Mark McDowall 0dbb3789eb Treat SUBPACK's as extra releases, so they will not be downloaded.
13 years ago
Mark McDowall 7d4e097137 Fixed CSS for Save Button hover, so that the text no longer moves.
13 years ago
Mark McDowall 95b4250d5d Updated IndexerSettingsModel with better descriptions.
13 years ago
Mark McDowall 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.
13 years ago
Mark McDowall 78a9adbbcc Added scene mapping for Hawaii Five-0 (hawaiifive2010).
13 years ago
Mark McDowall 43fa8a1f66 Fixed broken Season parsing REGEX, added test to verify issue without parsing XML.
13 years ago
Mark McDowall 339f191ab8 Releases with only extras will be skipped, with tests.
13 years ago
Mark McDowall 4604bbd821 Mark invalid series downloads with NzbDrone prefix.
13 years ago
Mark McDowall 951eb4523d Support for csi525 naming added, previously csi.525 would work, but csi525 wouldn't.
13 years ago
Mark McDowall 10d526d003 Fixed broken test that was using app relative path.
13 years ago
Mark McDowall 8c06dde28a Quality size sliders are implemented. Limits are calculated based on MB/Minute.
13 years ago
Mark McDowall 4b2427ade7 Report size is now verified to ensure it is under the MaxSize for that quality type, with tests.
13 years ago
Mark McDowall e4f01ae0d4 Size is now parsed for each item in the feed.
13 years ago
Mark McDowall f8ae95d36f Banner is now shown on Details view.
13 years ago
Mark McDowall dfd0720872 Added BannerDownloadJob, it will run every 30 days.
13 years ago
Mark McDowall be92686e0e AddNewSeries now uses the created folder name wghen added the series (since windows trims some characters from the end [periods]).
13 years ago
Mark McDowall 7786f6a914 SeriesId is now passed back to the controller when adding a new/existing series.
13 years ago
Mark McDowall d330c65165 AutoComplete is now using jQuery UI AutoComplete.
13 years ago
Mark McDowall 59d4ae6219 Fixed AddSeries watermarks.
13 years ago
Mark McDowall 8d0cdf272c Moved away from CDNs for 3rd party scripts.
13 years ago
Mark McDowall f8be43a486 Upgraded to MiniProfiler 1.9.
13 years ago
Mark McDowall 6bfe26ea7f Fixed logs auto column with, Time is statically set, others are dynamic (no more smallest possible width).
13 years ago
Mark McDowall 070115a59a TopLogs will now return the count pass in, reduced to 5000 from 7500 to prevent JsonSerialization issues when being sent to the grid.
13 years ago
Mark McDowall 73fadac397 Fixed parser to properly parse a more common naming convention where the episode title starts with an episode or series/episode combination.
13 years ago
Mark McDowall a56213047f EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated.
13 years ago
Mark McDowall 1f2a1e3206 Season searching fallback to individual episodes will done in order from 1 to n.
13 years ago
Mark McDowall 5f75891d36 Fixed logs being written to nzbdrone.sdf instead of log.sdf
13 years ago