kay.one
cd32a70179
Starting path clean up. (All paths should go through EnvironmentProvider)
2011-10-28 21:54:33 -07:00
kay.one
c23e736cc6
Cleaned up ConfigProvider. Added reflection based test for all properties in ConfigProvider.
2011-10-23 13:35:16 -07:00
kay.one
8f9946eb63
Added some update APIs to check for updates and download and extract the update package.
...
Todo: apply updated, UI.
2011-10-20 22:04:26 -07:00
Mark McDowall
c534d47b0a
Added InheritFolderPermissions to DiskProvider.
...
DiskScanProvider.MoveEpisode will now set the moved file to inherit the parent folder permissions.
2011-10-10 21:00:31 -07:00
Mark McDowall
f973c74c87
ConfigFileProvider will now add missing config values automatically, with a default value.
...
Added Handbrake and AtomicParsley wrappers for iPod video conversion.
2011-10-06 21:36:47 -07:00
Mark McDowall
ec6a0e6b7f
App_Data added to .gitignore
...
Added SetValue to ConfigFileProvider.
Added creating of default config file in ConfigFileProvider.
Added more ConfigFileProvider tests.
Added UI for Settings/System
2011-10-01 00:04:06 -07:00
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).
2011-09-30 20:12:18 -07:00
Mark McDowall
5f0a95b2b1
Fixed XBMC JSON requests.
2011-09-27 10:41:36 -07:00
Mark McDowall
4eea6b8c6b
Added fix for HttpProvider.PostCommand so it uses a valid URL.
2011-09-26 17:50:58 -07:00
Mark McDowall
b239e28898
Added additional logging to XBMC Provider, to trace failure to update library.
2011-09-26 17:17:41 -07:00
Mark McDowall
0b586de226
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
...
A bunch of files changed removing System.Linq, thanks Resharper :(
2011-09-03 20:05:44 -07:00
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.
2011-08-26 10:45:59 -07:00
Mark McDowall
67299f0d97
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/NzbDrone.Core.Test.csproj
2011-07-09 19:48:02 -07:00
Mark McDowall
348ff5a386
XbmcProvider updated to include new Json API methods.
...
EventClient is used for sending CleanLibrary and Notifications (With NzbDrone Logo - Internal Resource).
Support for Dharma's HTTP Server (Deprecated), since Dharma doesn't support Json as well.
2011-07-09 11:19:33 -07:00
kay.one
b086414d75
some cleanup
2011-07-07 20:57:44 -07:00
kay.one
452b5c8f84
Renamed sorting config keys
2011-07-07 20:36:02 -07:00
kay.one
3dd8e7240e
Added GetDirectorySize to DiskProvider
...
Removed search folder from disk provider
2011-07-05 00:09:07 -07:00
kay.one
a9df506ef2
Downgraded to MiniProfiler 1.2
...
ConfigProvider now logs in Trace level rather than debug level
2011-06-23 21:17:49 -07:00
kay.one
69239bc371
Switched to SQLCE 4.0
2011-06-22 23:56:17 -07:00
kay.one
01163a4f87
Cleanup and tests around ImportFile
2011-06-21 18:12:20 -07:00
kay.one
63adb6b566
Wired-up drop folder move
2011-06-20 22:44:01 -07:00
kay.one
f4a765817b
Fixed some small issues, here and there.
2011-06-17 19:51:53 -07:00
kay.one
acf23d4fc2
Removed subsonic completely
2011-06-17 18:46:22 -07:00
kay.one
190ce6b142
ConfigProvider now uses PetaPoco
2011-06-16 19:27:10 -07:00
kay.one
add780b431
Ninject is now forced to use proper constructor.
2011-06-13 18:23:04 -07:00
Mark McDowall
54e7092e2d
Added new helper to find the best file size format given a long with file size in bytes.
...
Added view under system to see which folders have not been processed in dropDir.
2011-06-07 23:15:35 -07:00
Mark McDowall
5041ff550c
Post Download Import Job created and in effect. Scans every minute to import files from the users configured "SabDropDirectory".
2011-06-07 14:19:11 -07:00
Mark McDowall
560706ae8f
Fixed Renaming of episodes to include extension.
...
PostDownload Importing setup, need to setup job for period scan.
2011-06-06 23:29:07 -07:00
Mark McDowall
0645a9e552
EpisodeSorting UI has descriptions, removed extra options.
...
Config for EpisodeSorting variables added.
2011-05-18 16:10:25 -07:00
Mark McDowall
8e214029c9
Renamed Download settings to Sabnzbd settings.
...
Moved Download Propers to Quality settings.
Cleaned up Quality UI and enhanced it with some jQuery goodness. Mmmmm jQuery.
2011-05-17 20:39:26 -07:00
Mark McDowall
58b19b6f10
Removed blackhole downloading from IndexerProviderBase.
...
ConfigProvider returns defaults from SabHost and SabPort.
2011-05-17 17:19:05 -07:00
unknown
8c372e938c
fixed some settings value convert issues. would cause crash on clean installs.
2011-05-16 00:32:01 -07:00
kay.one
cb4d0e2450
fixed blackhole config to be boolean
2011-05-08 20:31:01 -07:00
Mark McDowall
6f46a1211e
Added DownloadFile method to HttpProvider.
...
Fixed Link that is returned from NzbMatrixProvider.NzbDownloadUrl.
IndexerProvider will now download the NZB to the disk if SABnzbd is not configured.
2011-04-26 23:27:15 -07:00
kay.one
17c8b8803b
removed some unneeded injection dependencies. renamed dependency fields to be standard across the app.
2011-04-25 17:28:33 -07:00
kay.one
eea6c2f896
Merge branch 'markus101'
2011-04-25 13:33:09 -07:00
kay.one
b65fe99b30
Fixed network auth issue, custom parser issue
2011-04-25 13:21:52 -07:00
Mark McDowall
e388b2d3b1
Fixed display bug for Settings/Downloads, it will now show the correct Div for Blackhole/SABnzbd.
2011-04-25 12:02:29 -07:00
Mark McDowall
deb7f9d811
Merge + Download Settings UI Fixes.
2011-04-25 11:21:53 -07:00
kay.one
a8815cd5ea
Fixed rss datetime bug
2011-04-25 11:16:38 -07:00
kay.one
fd32a04d45
Attach to debugger is a lot more reliable.
...
Added system/config ui
rss job only runs enabled jobs
fixed wrong mappings for indexers in settingscontroller
2011-04-22 10:09:06 -07:00
Mark McDowall
c6ef828429
New UI for Indexer Settings, RAZOR!
...
Renamed NzbMatrix and NzbsRUs Providers
2011-04-19 16:46:21 -07:00
kay.one
e896af5cd0
ReSharper code cleanup
2011-04-09 19:44:01 -07:00
kay.one
fcf51978f9
Removed IConfigProvider, ISeasonProvider, ISyncProvider
2011-04-09 18:34:36 -07:00
Mark McDowall
1a9948de2f
Removed IDiskProvider.
...
Removed IIndexerProvider.
2011-04-08 17:21:57 -07:00
kay.one
c1bd62ae64
Added AutoMoq. Removed IHTTP Provider
2011-04-06 19:25:52 -07:00
kay.one
8a3fe0f14e
added more tests for seriesprovider
2011-04-04 22:30:13 -07:00
kay.one
7e4c38ec3f
removed most of existing rss code
2011-04-03 22:24:19 -07:00
kay.one
62b2cd510f
started rss cleanup
2011-04-03 20:50:12 -07:00