Commit Graph

71 Commits (0b88976ce0a48cb2e7756cd4f1346cbf82d9f225)

Author SHA1 Message Date
Mark McDowall 8ce6e8a08e Cleaned up Backup.
13 years ago
Mark McDowall 93ee97123f System/Backup will backup Config.xml and NzbDrone.sdf to a zip file for the client to download.
13 years ago
kay.one b225db9aaf Started to add support for deskmetrics
13 years ago
Mark McDowall b4eed1a657 SabProvider now gets JSON instead of XML for history and queue.
13 years ago
Mark McDowall 218059e08d Added the ability to auto-ignore episodes for files that are deleted, good for people that delete after watching. Option is not exposed in the UI and is disabled by default (obviously).
13 years ago
Mark McDowall 11b6720cd1 Backlog searching will be disabled by default. Option is available in Settings/Misc
13 years ago
Mark McDowall a3f2ef6ec6 Added some logging and error handling to XbmcProvider.
13 years ago
Mark McDowall 62a24ef900 Increased XBMC JSON API timeout to 10 seconds.
13 years ago
Mark McDowall b8559ccec3 Added hidden option to allow updating of XBMC even if video is playing.
13 years ago
Mark McDowall 50e91c0043 Replaced get and post with ajax to prevent XSRF.
13 years ago
kay.one 72d0fc50ed Alot of refactoring.
13 years ago
kay.one 1270e464b3 More autoupdate code.
13 years ago
Mark McDowall 95cdc4b78c Moved FreeDiskSpace to DiskProvider.
13 years ago
Mark McDowall bbd5cba272 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one 633f0b6197 PathProvider. visit us for all of your pathing needs.
13 years ago
Mark McDowall 277b873b39 Added Prowl notifications.
13 years ago
Mark McDowall be64822f08 Added Growl Settings to GUI.
13 years ago
Mark McDowall 3fe1e80ccb Added Growl (Not yet visible on the GUI).
13 years ago
Mark McDowall dd7dcf4db8 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one cd32a70179 Starting path clean up. (All paths should go through EnvironmentProvider)
13 years ago
Mark McDowall d9bef59ec2 Twitter notifications working from end-to-end.
13 years ago
Mark McDowall a2735d7716 Twatter has been added, Notifications cannot be saved (yet), nor will they send, but the framework for a user to setup Twitter (Authorize NzbDrone) is in place.
13 years ago
Mark McDowall 9957aef811 Added SMTP as an ExternalNotifcation method.
13 years ago
kay.one c23e736cc6 Cleaned up ConfigProvider. Added reflection based test for all properties in ConfigProvider.
13 years ago
kay.one 8f9946eb63 Added some update APIs to check for updates and download and extract the update package.
13 years ago
Mark McDowall c534d47b0a Added InheritFolderPermissions to DiskProvider.
13 years ago
Mark McDowall f973c74c87 ConfigFileProvider will now add missing config values automatically, with a default value.
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 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 0b586de226 Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
13 years ago
Mark McDowall 1d983801e8 SABnzbd settings will now dynamically get the categories available from SABnzbd when the category drop-box gets focus, it will use values on the page so there is no need to save your settings first.
13 years ago
Mark McDowall 67299f0d97 Merge branch 'master' of git://github.com/kayone/NzbDrone
13 years ago
Mark McDowall 348ff5a386 XbmcProvider updated to include new Json API methods.
13 years ago
kay.one b086414d75 some cleanup
13 years ago
kay.one 452b5c8f84 Renamed sorting config keys
13 years ago
kay.one 3dd8e7240e Added GetDirectorySize to DiskProvider
13 years ago
kay.one a9df506ef2 Downgraded to MiniProfiler 1.2
13 years ago
kay.one 69239bc371 Switched to SQLCE 4.0
13 years ago
kay.one 01163a4f87 Cleanup and tests around ImportFile
13 years ago
kay.one 63adb6b566 Wired-up drop folder move
13 years ago
kay.one f4a765817b Fixed some small issues, here and there.
13 years ago
kay.one acf23d4fc2 Removed subsonic completely
13 years ago
kay.one 190ce6b142 ConfigProvider now uses PetaPoco
13 years ago
kay.one add780b431 Ninject is now forced to use proper constructor.
13 years ago
Mark McDowall 54e7092e2d Added new helper to find the best file size format given a long with file size in bytes.
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