Commit Graph

192 Commits (023eaca678ec8efbeae29514a5aec6c00dc3d506)

Author SHA1 Message Date
kay.one cb8cb1691f SeriesProvider is now Subsonic free.
13 years ago
kay.one 63f6899894 Added PetaPoco
13 years ago
Mark McDowall a290a0dcb0 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall ab2007cb6f SceneNaming is now stored on NzbDrone webserver.
13 years ago
kay.one add780b431 Ninject is now forced to use proper constructor.
13 years ago
kay.one 8686eb5d32 IISExpress is now attached to NZBDrone.exe earlier, which means it should almost have a garanteed termination as soon as the host is killed.
13 years ago
Mark McDowall 5041ff550c Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory".
13 years ago
Mark McDowall 560706ae8f Fixed Renaming of episodes to include extension.
13 years ago
Mark McDowall 4d3ba62e5d Episode renaming implemented on the Series/Details page.
13 years ago
kay.one 72af060d68 Fixed migration issue
13 years ago
kay.one ecc2a7e2f6 More updates to Datastore
13 years ago
kay.one a1653022ad refactored Migrations
13 years ago
kay.one d3be516fb2 removed Season/SeasonProvider, updated dbBenchmark tests.
13 years ago
kay.one cbbb6e2b18 Oh hai search!
13 years ago
kay.one a6ad977114 Fixed import new series being stuck in a loop if an update failed
13 years ago
kay.one 4cc240a7e0 Better quality parse
13 years ago
kay.one 180da4c82a Migrator.net fails
13 years ago
kay.one c91852018e simplified some quality types
13 years ago
kay.one e4ff0d6471 Diskscan/Info update job refactoring and test
14 years ago
kay.one 53e6b60382 Renamed IndexerProviderBase to IndexerBase since its no longer a provider
14 years ago
kay.one 9cad9bbbd7 Optimized logging to improve performance
14 years ago
Mark McDowall 7e44ee5020 Merge with Kayone's branch.
14 years ago
kay.one 30d8da3ce8 Log is now configured earlier in the life cycle.
14 years ago
Mark McDowall d97382ad0c Added DeleteSeriesJob to remove series in BG.
14 years ago
Mark McDowall a36d5fae2f Added ExternalNotificationProviderBase based on IndexProviderBase.
14 years ago
Mark McDowall 671dcd074c Added job to scan for media files every hour... So easy!
14 years ago
Mark McDowall cb992f1b52 Added StatsProvider.
14 years ago
kay.one 8bf80ecda0 Updated ForceMigration()
14 years ago
kay.one fa1b287d58 JobProvider now stores last execution and success
14 years ago
kay.one e9c63b81e6 Added asp.net tick timer
14 years ago
kay.one 9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
kay.one 6caae19430 Timers are now initialized on startup.
14 years ago
kay.one 2a603d908f Merge branch 'markus101/NzbDrone'
14 years ago
kay.one 59899286ee Added TimerProvider
14 years ago
Mark McDowall c6ef828429 New UI for Indexer Settings, RAZOR!
14 years ago
Keivan 6f2dcbf838 Revered back to subsonic
14 years ago
kay.one e896af5cd0 ReSharper code cleanup
14 years ago
kay.one fcf51978f9 Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one 7efbfdbb89 removed IEpisodeProvider, ILogProvider
14 years ago
Mark McDowall 1a9948de2f Removed IDiskProvider.
14 years ago
Mark McDowall e5413d67d6 Removed IRenameProvider.
14 years ago
Mark McDowall 29690d9b6f Removed IRssSyncProvider & IBacklogProvider
14 years ago
Mark McDowall 0d95302aee Removed IHistoryProvider.
14 years ago
Mark McDowall c25af5978d Removed ISeriesProvider
14 years ago
Mark McDowall bd0a7a58dd Removed INotificationProvider
14 years ago
Mark McDowall f52b399ed6 Removed IExternalNotificationProvider
14 years ago
Mark McDowall c77a88dd2f Removed IDownloadProvider
14 years ago
Mark McDowall 0ee4f8cc9b Removed IPostProcessingProvider
14 years ago
Mark McDowall 030c6fb7b7 Removed ITimerProvider
14 years ago
Mark McDowall 8380c25eaf Removed IUpcomingEpisodesProvider
14 years ago
Mark McDowall 83ebd89ff8 Removed IXbmcProvider.
14 years ago
Mark McDowall d63fe6ad56 Removed IRootDirProvider.
14 years ago
kay.one 7b4a92fbe6 Removed IQuality provider
14 years ago
kay.one a9f08caa18 Removed IQuality provider
14 years ago
kay.one 0a783542a6 Removed ITvDbProvider
14 years ago
kay.one c1bd62ae64 Added AutoMoq. Removed IHTTP Provider
14 years ago
kay.one 1e73138f6d some subsonic cleanup
14 years ago
kay.one bdc8abe0b6 fixed application path to support Application path (full IIS Server)
14 years ago
kay.one 2d9285eee2 fixed some DI issues.
14 years ago
kay.one 7e4c38ec3f removed most of existing rss code
14 years ago
kay.one 62b2cd510f started rss cleanup
14 years ago
Keivan e33f5206fa Add existing now does is reall time TvDb lookup
14 years ago
kay.one e56a529b9c Updated subsonic to latest code
14 years ago
kay.one ff75d0c555 Upgraded to MVC3, Hello Razor.
14 years ago
Mark McDowall c6a7eaab93 Separate QualityTypes.Bluray to Bluray720 and Bluray1080.
14 years ago
Mark McDowall 6c818bd8d8 Upcoming shows view added.
14 years ago
Mark McDowall 33b09567ce History VIew Added.
14 years ago
Mark McDowall 84f0dfed4e Removed un-needed WebClient from XbmcProvider.
14 years ago
Mark McDowall 636f352599 Ability to manually add a show has been added.
14 years ago
Mark McDowall 2871723bfe Manage multiple Tv Root Folders in Settings/General.
14 years ago
markus101 df041eb300 Notifications UI Implemented, Added ExternalNotifications and Xbmc Providers to CentralDispatch.
14 years ago
markus101 738700537e Episode RenamingProvider created, allows renaming by Every Episode for Every Series, by Series, by Season, or individual Episodes.
14 years ago
markus101 d3b7d199ab Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId
14 years ago
markus101 a7780fab67 Issue with overwriting user settings for Indexers resolved.
14 years ago
markus101 0fc75e8907 TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series.
14 years ago
markus101 d083d653db Fixed updating of Default Qualities in CentralDispatch.
14 years ago
markus101 48e5b36936 Fixed logging for Settings Controller and QualityProvider
14 years ago
markus101 9f0e512f5f Returned missing Graphics, CSS and JavaScript files.
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 7bb63d0451 cleaned up css
14 years ago
Keivan bf1ff29519 look right in IE, all episodes are ajax loaded.
14 years ago
Keivan c9bc063a9c Updated log appearance.
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 273de41d23 Cleaned up logging code
14 years ago
Keivan c597363bf8 Updated logging and instrumentation
14 years ago
Keivan 76379341a7 Added series update notification.
14 years ago
Keivan 30d38eead6 fixed ninjet's race condition
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