Commit graph

457 commits

Author SHA1 Message Date
Eric Reed 0c8d924bfc Extract IInstallationManager interface
first step to moving update logic to common
2013-02-26 15:21:55 -05:00
LukePulverenti fbac08fead Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-26 15:07:22 -05:00
LukePulverenti 170154df18 assembly consolidation 2013-02-26 15:07:06 -05:00
Eric Reed 7eff021455 Installer version bump 2013-02-26 14:29:02 -05:00
LukePulverenti cd96c7dab2 updated nuget packages 2013-02-26 12:51:32 -05:00
LukePulverenti 0f1ec5b586 fix log window setting 2013-02-26 12:21:18 -05:00
LukePulverenti cbb2f00da5 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-26 11:11:05 -05:00
LukePulverenti 6efd22a3d2 added a shutdown api method, font size fix and other decouplings 2013-02-26 11:10:55 -05:00
Eric Reed c76c74fb24 Should have been in base config 2013-02-26 11:02:16 -05:00
Eric Reed 4f77e18e86 Add SystemUpdateLevel back to server config
We get this back with the new installer/update mechanism
2013-02-26 10:39:55 -05:00
Eric Reed 4115b83f78 Oops - proper dashboard shortcut name in uninstall 2013-02-26 10:26:48 -05:00
Eric Reed 7118f3b091 Remove startup shortcut and other paths 2013-02-26 10:18:27 -05:00
Eric Reed 9fa9c580b0 Fix finished button 2013-02-26 10:18:02 -05:00
Eric Reed 81974c44d2 Implement delete on uninstall 2013-02-26 10:07:58 -05:00
Eric Reed cf17b01387 Change installer to dev class 2013-02-26 09:25:51 -05:00
Eric Reed a0cb8a3731 Find latest version of classes greater than specified 2013-02-26 09:25:33 -05:00
Eric Reed a15b6db0dc Add native shortcut handling & dashboard shortcut to installer 2013-02-26 09:13:49 -05:00
Eric Reed d4690904fb Overwrite on uninstaller copy 2013-02-26 07:59:57 -05:00
Eric Reed 098ba6db0d Uninstaller stub as silent console app 2013-02-25 22:52:42 -05:00
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