Commit graph

488 commits

Author SHA1 Message Date
LukePulverenti
efdb2f3990 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	Nuget/MediaBrowser.ApiClient.nuspec
2013-02-25 22:43:56 -05:00
LukePulverenti
2d06095447 plugin security fixes and other abstractions 2013-02-25 22:43:04 -05:00
Eric Reed
59ce944478 Fix new version number logic 2013-02-25 21:50:43 -05:00
Eric Reed
1013717808 Show version number on installer download 2013-02-25 21:34:11 -05:00
Eric Reed
e43f66ef07 Switch to using config file for installer
We will just build separate installers with the two different config
files and publish once
2013-02-25 20:52:24 -05:00
Eric Reed
844121acc9 More uninstaller/installer incrementals
Gonna need separate installers for server and mbt due to CO limitations
2013-02-25 20:12:08 -05:00
Eric Reed
9f485c244f Fix compiler directive in ServerApplicationPaths 2013-02-25 20:12:07 -05:00
ScottIsAFool
835a71b0b2 ApiClient nuget package requires Common as a dependency. 2013-02-25 22:58:58 +00:00
Chris Schneider
e2aec81cae Added Readme.txt 2013-02-25 12:26:49 -06:00
LukePulverenti
364fbb9e0c fixed plugin assembly downloads as well as debug/release detection with nuget assemblies 2013-02-25 00:17:59 -05:00
LukePulverenti
b075e0a5b9 convert upload image url to rest 2013-02-24 23:39:53 -05:00
LukePulverenti
add43baffe convert media library url's to rest 2013-02-24 22:56:00 -05:00
LukePulverenti
2d342c02ef convert playback checkins to rest 2013-02-24 21:41:51 -05:00
LukePulverenti
1db7faad89 update nuget packages 2013-02-24 20:29:30 -05:00
LukePulverenti
28ccfb1bd1 extracted httpclient dependancy 2013-02-24 19:13:45 -05:00
LukePulverenti
5b1eea558a Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-24 16:54:01 -05:00
LukePulverenti
8ce3e74e81 More DI 2013-02-24 16:53:54 -05:00
ScottIsAFool
e20e261cfb Fixed the protobuf package not being pulled in as a dependency 2013-02-24 19:38:00 +00:00
Eric Reed
ad8855d447 Update PluginSecurity.dll
Didn't want to change the interface so just implemented internally
2013-02-24 13:02:20 -05:00
LukePulverenti
6c86721f6d placeholder for plugin security fix 2013-02-23 17:44:42 -05:00
LukePulverenti
637319e1ce Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-23 17:31:57 -05:00
LukePulverenti
2e4db75540 extracted http server, web socket server and udp server dependancies 2013-02-23 17:31:51 -05:00
Eric Reed
b3664edf50 Installer updates and partial uninstaller 2013-02-23 17:16:19 -05:00
Eric Reed
934e5c3aa6 Chg name of installer 2013-02-23 13:43:49 -05:00
LukePulverenti
1a423c43b4 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-23 12:55:12 -05:00
ScottIsAFool
a7bdd3a6b5 Forgot to save the nuspec file with the NLog dependency in it. 2013-02-23 17:54:58 +00:00
LukePulverenti
465f0cc1e2 moved some network code to the networking assembly 2013-02-23 12:54:51 -05:00
ScottIsAFool
c6a5790db3 Removed nupkg and theatre nuspec
Created nuspec for MediaBrowser.Common.Internal.
Amended the project build events for the new nuget package.
2013-02-23 16:33:11 +00:00
LukePulverenti
17c1fd5760 moved ui to it's own repo 2013-02-23 10:58:08 -05:00
LukePulverenti
33ed929b52 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Api.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.ApiInteraction.Javascript.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.Sqlite.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.WorldWeatherOnline.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.WebDashboard.dll
2013-02-23 10:32:54 -05:00
LukePulverenti
0263458871 fixed missing files 2013-02-23 10:30:30 -05:00
Eric Reed
e30b962173 fix missing del command in post build
ignore of coreplugins is not working...
2013-02-23 10:22:59 -05:00
ScottIsAFool
7b0ae380b1 Updated description for ApiClient nuspec file. 2013-02-23 09:50:57 +00:00
LukePulverenti
b8d5c71842 type discovery without attributes 2013-02-23 02:57:11 -05:00
LukePulverenti
c165f37bb9 more dependancy injection. still just beginning 2013-02-22 22:49:00 -05:00
LukePulverenti
57cb08085d fix broken images 2013-02-22 20:24:04 -05:00
LukePulverenti
6a5bf9cc78 extracted more interfaces 2013-02-22 19:44:20 -05:00
LukePulverenti
881bf8b9cb add CorePlugins to ignore 2013-02-22 19:27:56 -05:00
LukePulverenti
84507736a0 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Api.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.ApiInteraction.Javascript.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.Sqlite.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.WorldWeatherOnline.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.WebDashboard.dll
2013-02-22 19:26:38 -05:00
LukePulverenti
a2d215b6ae added simple injector for dependancy management 2013-02-22 19:24:50 -05:00
LukePulverenti
107c241598 Added IDisposable to IWebSocketListener 2013-02-22 15:52:59 -05:00
Chris Schneider
4a46612c3f Merge commit 'fa4e85bd0272746c37c0f132fe15bc440e9e1efe' 2013-02-22 14:36:40 -06:00
Chris Schneider
a707f119c4 mb logo split 2013-02-22 14:36:18 -06:00
Eric Reed
c8bcfe1a54 create zip package in post build 2013-02-22 15:32:52 -05:00
ScottIsAFool
46b48c8982 Created ApiClient nuget package. 2013-02-22 20:12:57 +00:00
Eric Reed
10559f2b7d Conditional post-build 2013-02-22 15:05:38 -05:00
Eric Reed
43854972c8 partial post build on serverapplication 2013-02-22 14:52:56 -05:00
ScottIsAFool
83b7b18614 Set the Common, Controller, Model, UI and UI.Controls to go into one folder, set nuspec files up for the packages to make it easier to create nuget packages. 2013-02-22 19:22:39 +00:00
LukePulverenti
a7f3c307e1 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Api.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.ApiInteraction.Javascript.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.Sqlite.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.Server.WorldWeatherOnline.dll
	MediaBrowser.ServerApplication/CorePlugins/MediaBrowser.WebDashboard.dll
2013-02-22 14:00:26 -05:00
Chris Schneider
5623abb286 removed deprecated code 2013-02-22 09:46:39 -06:00