Commit graph

522 commits

Author SHA1 Message Date
LukePulverenti 511328edf9 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-26 23:19:11 -05:00
LukePulverenti 3751e14eb1 restored audio 2013-02-26 23:19:05 -05:00
Eric Reed 4b2cf29fe1 Move SecurityManager to BaseKernel/IKernel 2013-02-26 17:19:45 -05:00
Eric Reed 1925288a86 Extract ISecurityManager interface 2013-02-26 17:14:08 -05:00
LukePulverenti a6596042a6 one more logging fix 2013-02-26 16:57:53 -05:00
LukePulverenti ecb89c3d1d Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-26 16:54:13 -05:00
LukePulverenti 939a3aab45 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-26 16:53:57 -05:00
LukePulverenti fb92f47abd added a StreamRequest object 2013-02-26 16:53:51 -05:00
Eric Reed c555920fe7 Move RemovePlugin to BaseKernel/IKernel 2013-02-26 16:53:45 -05:00
LukePulverenti dc35c24739 fixed http response logging 2013-02-26 16:53:23 -05:00
Eric Reed 4c1c717824 Move ResourcePools to BaseKernel/IKernel 2013-02-26 16:48:43 -05:00
Eric Reed 8956f6ff4a Move ResourcePool to common 2013-02-26 16:40:18 -05:00
LukePulverenti d2b3885a00 updated nuget packages 2013-02-26 16:13:29 -05:00
LukePulverenti f008a11684 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-26 16:06:01 -05:00
LukePulverenti 51b3c32e2c a little more consolidation 2013-02-26 16:05:52 -05:00
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