Commit Graph

410 Commits (f700ece4417a0d5d3d5270c7d6c07ff52902dc34)

Author SHA1 Message Date
kay.one f62b02a36b Merge branch 'sschlesier'
13 years ago
sschlesier 97c6d60e12 Make Release build compile succesfully
13 years ago
kay.one a6ad977114 Fixed import new series being stuck in a loop if an update failed
13 years ago
kay.one 474f17c5e6 Added EpisodeSearchJob, still needs unit tests
13 years ago
kay.one 9417748056 Initial support for episode search in indexerbase and Nzbs.org
13 years ago
kay.one ce63f05512 added better db migration support than what Subsonic provides out of the box.
13 years ago
kay.one 180da4c82a Migrator.net fails
13 years ago
kay.one bda10f0e45 Added MigratorDotNet for custom db migrations
13 years ago
kay.one e4ff0d6471 Diskscan/Info update job refactoring and test
13 years ago
kay.one 8fca3c3419 more test/fixes
13 years ago
kay.one 849beef5a2 Added inventory provider with basic tests
13 years ago
kay.one 53e6b60382 Renamed IndexerProviderBase to IndexerBase since its no longer a provider
13 years ago
kay.one 9c1ff4af6b initial stage of indexer refactoring. things compile.
13 years ago
Mark McDowall 7e44ee5020 Merge with Kayone's branch.
13 years ago
Mark McDowall d97382ad0c Added DeleteSeriesJob to remove series in BG.
13 years ago
Mark McDowall 49a059bdea AutoConfigure for SAB is setup, it works for systems with NzbDrone and SABnzbd on the same server only.
13 years ago
Mark McDowall 70bfc49b4e Series Grid AJAX'd.
13 years ago
Mark McDowall a36d5fae2f Added ExternalNotificationProviderBase based on IndexProviderBase.
13 years ago
Mark McDowall 671dcd074c Added job to scan for media files every hour... So easy!
13 years ago
Mark McDowall 7e946277bb IndexerType added, this will store the source indexer in history, so users can see (if they care) and we can add an icon if we want.
13 years ago
Mark McDowall cb992f1b52 Added StatsProvider.
13 years ago
kay.one b65fe99b30 Fixed network auth issue, custom parser issue
13 years ago
Mark McDowall 742ad0a932 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
kay.one a8815cd5ea Fixed rss datetime bug
13 years ago
Mark McDowall a34bd818cf Start of AutoConfigureSab
13 years ago
kay.one 3beeff4e18 Add TvDbEpisodeId to Episode. now we can index episodes before they showup in thetvdb
13 years ago
kay.one e9c63b81e6 Added asp.net tick timer
13 years ago
kay.one 10ad7d1ed5 Added sabtitle method
13 years ago
kay.one 9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
13 years ago
kay.one 2a603d908f Merge branch 'markus101/NzbDrone'
13 years ago
kay.one 59899286ee Added TimerProvider
13 years ago
Mark McDowall c6ef828429 New UI for Indexer Settings, RAZOR!
13 years ago
Mark McDowall 0241e80c8a More quality parsing tests.
13 years ago
Keivan 6f2dcbf838 Revered back to subsonic
13 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
13 years ago
kay.one 7efbfdbb89 removed IEpisodeProvider, ILogProvider
13 years ago
Mark McDowall 1a9948de2f Removed IDiskProvider.
13 years ago
Mark McDowall e5413d67d6 Removed IRenameProvider.
13 years ago
Mark McDowall 0d95302aee Removed IHistoryProvider.
13 years ago
Mark McDowall c25af5978d Removed ISeriesProvider
13 years ago
Mark McDowall bd0a7a58dd Removed INotificationProvider
13 years ago
Mark McDowall f52b399ed6 Removed IExternalNotificationProvider
13 years ago
Mark McDowall c77a88dd2f Removed IDownloadProvider
13 years ago
Mark McDowall 0ee4f8cc9b Removed IPostProcessingProvider
13 years ago
Mark McDowall 030c6fb7b7 Removed ITimerProvider
13 years ago
Mark McDowall 8380c25eaf Removed IUpcomingEpisodesProvider
13 years ago
Mark McDowall 83ebd89ff8 Removed IXbmcProvider.
13 years ago
Mark McDowall d63fe6ad56 Removed IRootDirProvider.
13 years ago
kay.one a9f08caa18 Removed IQuality provider
13 years ago
kay.one 0a783542a6 Removed ITvDbProvider
13 years ago
kay.one c1bd62ae64 Added AutoMoq. Removed IHTTP Provider
13 years ago
kay.one 73aecc0796 added test for basic FeedProviderBase, fixed some issues with it.
13 years ago
kay.one 8a3fe0f14e added more tests for seriesprovider
13 years ago
kay.one ac7c795eb6 Updated Exceptioneer.
13 years ago
kay.one 16234d6b79 Added nzbs.org using the provider model.
13 years ago
kay.one 7e4c38ec3f removed most of existing rss code
13 years ago
kay.one 11e2b63b60 more rss refactoring
13 years ago
kay.one 62b2cd510f started rss cleanup
13 years ago
Keivan e33f5206fa Add existing now does is reall time TvDb lookup
13 years ago
kay.one ff75d0c555 Upgraded to MVC3, Hello Razor.
13 years ago
kay.one 6870c2326f Updated Ninject using NuGet
13 years ago
kay.one d4179818cc removed upnp code
13 years ago
Mark McDowall 1076b3ab58 RssItemProcessingProvider will now handle full series NZBs.
13 years ago
Mark McDowall 6c818bd8d8 Upcoming shows view added.
13 years ago
Mark McDowall 84f0dfed4e Removed un-needed WebClient from XbmcProvider.
13 years ago
Mark McDowall 636f352599 Ability to manually add a show has been added.
13 years ago
markus101 48b89abfeb Add Existing Series works, UI shows TVDB Name and Path so you can check before adding to DB.
14 years ago
Mark McDowall 2871723bfe Manage multiple Tv Root Folders in Settings/General.
14 years ago
markus101 0cb20b0092 XBMC Provider finished
14 years ago
markus101 1314d00c97 Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
14 years ago
markus101 46830a2777 EpisodeSorting setup, setting page created and usable, needs labels still.
14 years ago
markus101 891acfff44 Fixed issues that came up after making changes to Episode and EpisodeFile.
14 years ago
markus101 6e66a7a27f Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet.
14 years ago
Keivan ca27c75df5 simplified quality fixed some broken tests
14 years ago
markus101 3b63cfb5d2 Added Quality Provider to interface with QualityProfiles.
14 years ago
markus101 c40f18e66f Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title.
14 years ago
markus101 da979639ba More config pages have been added. AJAX to save. Order with jquery sortable.
14 years ago
Keivan 65ecd58111 Updated Telerik MVC to Version: 2010.3 1110 (Nov 10, 2010)
14 years ago
Keivan bf1ff29519 look right in IE, all episodes are ajax loaded.
14 years ago
Keivan fa0af257ff fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
14 years ago
Keivan c8a8fb4d62 Fixed notification issues
14 years ago
Keivan 41d9b0364f updated Ninject and Ninject.Web.Mvc
14 years ago
Keivan 273de41d23 Cleaned up logging code
14 years ago
Keivan c597363bf8 Updated logging and instrumentation
14 years ago
Keivan b59d9f13b1 Oh Hai IIS
14 years ago
Keivan 76379341a7 Added series update notification.
14 years ago
Keivan 30d38eead6 fixed ninjet's race condition
14 years ago
Keivan b112e28b80 Merged in rob's UPnP code
14 years ago
nothingmn dfbf13b868 Updated UPnP so it does disco async, updated DiscoProviders to handle that approriately, Added JsonAction result with JS Ajax call for client side detection, on a timer for media controllers
14 years ago
nothingmn 78dba9c668 Added Media Disco Providers - these will be used to auto detect media providers on the LAN
14 years ago
nothingmn 92e0a8f1a4 Added Media Provider Interface and XBMC's implementation
14 years ago
nothingmn 95c368fd04 Added UPnP reference to Core
14 years ago
Keivan 27d86a8540 Added Notification System, Renamed Repository to Entities
14 years ago
Keivan 9c7355f3fb Cleaned up some tests
14 years ago
Keivan 81e155ae42 Added basic episode support
14 years ago
Keivan afafc6b032 pretty...
14 years ago
Keivan beaf0cf939 Updated subsonic to latest nightly build
14 years ago
Keivan 26c03d7162 Added broken tests
14 years ago
Keivan bca2e0c6b1 Added more stubbed mothods and providers
14 years ago
Keivan 8d47bcbe5e Rearanged episodes object, added method stubs
14 years ago
Keivan c7286863b0 Removed redundent classes.
14 years ago
Keivan d18029fe5b removed feed. to be replaced with System.ServiceModel.Syndication.SyndicationItem
14 years ago
Keivan a49850cc89 refactored Episode, Added Quality Enum
14 years ago
Keivan 01c1943d0e Renamed all Core.Controllers to Core.Providers to avoid confusion between Core Controllers and MVC controllers
14 years ago
Keivan e2128d2235 Merged Mark's fork in
14 years ago
Keivan babe2735ee failed attempt to write a test for Series Controller
14 years ago
markus101 f5cf44c2b3 New Web theme
14 years ago
kay.one d7bae9135c added settings view to mvc project
14 years ago
kay.one 036b2e7f4f updated the apppath logic and db location
14 years ago
kay.one 74ac3bb599 Initial Commit
14 years ago