Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commits/commit/8b8d788c1b17b9a0ca2055762e7a88ccb03f62b2/NzbDrone.Core/CentralDispatch.cs?page=2 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

184 Commits (8b8d788c1b17b9a0ca2055762e7a88ccb03f62b2)

Author SHA1 Message Date
Mark McDowall 8c1f7e6663 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 14 years ago
kay.one 51518787d8 Lots of initialization, configuration clean up. 14 years ago
Mark McDowall 639480e3ef Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 14 years ago
Mark McDowall 6c86f1dfdd Newznab providers can be configured by the end user. 14 years ago
kay.one 79b3a22c9a Fixed some exception logging where exceptions weren't logged. 14 years ago
kay.one 883dffca80 More update code. almost there. 14 years ago
kay.one 207550176c Removed assembly level fixtures 14 years ago
kay.one 72d0fc50ed Alot of refactoring. 14 years ago
Mark McDowall bbd5cba272 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus 14 years ago
kay.one ca7deedfb9 CentralDispatch is no longer static. 14 years ago
kay.one 390dfbdee8 Fixed startup issue. 14 years ago
kay.one 07458529f6 JobProvider can reset itself. 14 years ago
kay.one 633f0b6197 PathProvider. visit us for all of your pathing needs. 14 years ago
Mark McDowall 24a2c2be59 Finishing up Prowl integration. 14 years ago
Mark McDowall ee90564519 Fixed Growl ExternalNotification binding. 14 years ago
Mark McDowall 3fe1e80ccb Added Growl (Not yet visible on the GUI). 14 years ago
Mark McDowall d9bef59ec2 Twitter notifications working from end-to-end. 14 years ago
Mark McDowall 9957aef811 Added SMTP as an ExternalNotifcation method. 14 years ago
kay.one 4ae268b8e5 lots of different things ;) 14 years ago
kay.one 6828f099bc Removed all static state tracking from job provider. 14 years ago
kay.one 8f9946eb63 Added some update APIs to check for updates and download and extract the update package. 14 years ago
kay.one 1ba959298b Added BuildDateTime to central dispatch 14 years ago
Mark McDowall f973c74c87 ConfigFileProvider will now add missing config values automatically, with a default value. 14 years ago
Mark McDowall ec6a0e6b7f App_Data added to .gitignore 14 years ago
Mark McDowall e4f01ae0d4 Size is now parsed for each item in the feed. 14 years ago
Mark McDowall dfd0720872 Added BannerDownloadJob, it will run every 30 days. 14 years ago
Mark McDowall 5f75891d36 Fixed logs being written to nzbdrone.sdf instead of log.sdf 14 years ago
kay.one 8ce222a10c Should fix the transaction issues in petapoco, we are getting to far petapoco master which I don't like. 14 years ago
Mark McDowall 8afd7d2b47 Fixed broken tests. 14 years ago
Mark McDowall f6c9fa4f95 Added SeriesSearch and RenameSeries jobs. 14 years ago
Mark McDowall 350e0388de Updated JobProvider to allow jobs with two targets. 14 years ago
kay.one eaaf464d38 Merge branch 'markus101' 14 years ago
kay.one 2601c7c1b9 minor changes 14 years ago
Mark McDowall ee4b6c9442 ExternalNotifications enabled (Xbmc only right now). 14 years ago
kay.one 6393d0a3f9 Added Tests for CentralDispatch 14 years ago
kay.one 2a64014c96 Added version to page footer, minor tweaks. 14 years ago
kay.one 7d706a3304 Renamed SubsonicTarget to DataBaseTarget 14 years ago
kay.one bbf27c6f66 Fixed MVC profiler issue with Jobs, SQL profiling is on again. 14 years ago
kay.one f4a765817b Fixed some small issues, here and there. 14 years ago
kay.one acf23d4fc2 Removed subsonic completely 14 years ago
kay.one f4801901a7 LogProvider now usues petapoco 14 years ago
Mark McDowall 0432109a95 Merge branch 'master' of git://github.com/kayone/NzbDrone 14 years ago
kay.one cb8cb1691f SeriesProvider is now Subsonic free. 14 years ago
kay.one 63f6899894 Added PetaPoco 14 years ago
Mark McDowall a290a0dcb0 Merge branch 'master' of git://github.com/kayone/NzbDrone 14 years ago
Mark McDowall ab2007cb6f SceneNaming is now stored on NzbDrone webserver. 14 years ago
kay.one add780b431 Ninject is now forced to use proper constructor. 14 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. 14 years ago
Mark McDowall 5041ff550c Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory". 14 years ago
Mark McDowall 560706ae8f Fixed Renaming of episodes to include extension. 14 years ago
Mark McDowall 4d3ba62e5d Episode renaming implemented on the Series/Details page. 14 years ago
kay.one 72af060d68 Fixed migration issue 14 years ago
kay.one ecc2a7e2f6 More updates to Datastore 14 years ago
kay.one a1653022ad refactored Migrations 14 years ago
kay.one d3be516fb2 removed Season/SeasonProvider, updated dbBenchmark tests. 14 years ago
kay.one cbbb6e2b18 Oh hai search! 14 years ago
kay.one a6ad977114 Fixed import new series being stuck in a loop if an update failed 14 years ago
kay.one 4cc240a7e0 Better quality parse 14 years ago
kay.one 180da4c82a Migrator.net fails 14 years ago
kay.one c91852018e simplified some quality types 14 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