Commit graph

76 commits

Author SHA1 Message Date
LukePulverenti bae89ee824 fix duplicate connections on the dashboard 2013-03-16 12:41:49 -04:00
LukePulverenti 26536c22ad fix concurrency issue in base app host 2013-03-14 21:40:38 -04:00
LukePulverenti 08f0ba8335 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-14 15:53:03 -04:00
LukePulverenti fe1834e6be Add resume capability to GetTempFile 2013-03-14 15:52:53 -04:00
Eric Reed f3b367628a One more shot at #19 2013-03-14 14:22:58 -04:00
Eric Reed a2ae2630bb Need to delay building of IRequiresRegistration until other parts are registered. 2013-03-14 13:16:07 -04:00
Eric Reed a7f06c84b1 Hook new registration load to changing supporter keys 2013-03-14 12:40:36 -04:00
Eric Reed d3b37a73cc Create IRequiresRegistration. First part of #31 2013-03-14 12:32:16 -04:00
LukePulverenti f9dd970bf8 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-13 18:33:17 -04:00
LukePulverenti b258dcd182 #19 - Auto-Run at startup is not working 2013-03-13 18:33:09 -04:00
Eric Reed a26ef05e7a Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-13 17:53:14 -04:00
Eric Reed 2f64303dcd Attempt to fix in-place updates #52 2013-03-13 17:52:56 -04:00
LukePulverenti e7500d586c #7 - Initial library scan being cancelled 2013-03-13 14:36:27 -04:00
Eric Reed 13140003a6 Don't install pismo during update #47 2013-03-13 08:51:33 -04:00
Eric Reed cc9f249afe Implement configureautorun in server #19 need to update nuget to put in mbt 2013-03-12 15:28:06 -04:00
LukePulverenti ed3ffc6c27 fixed app update notifications 2013-03-11 15:36:32 -04:00
Eric Reed 6470c62c50 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-11 11:03:41 -04:00
Eric Reed 889bd32e9e Fix target reference in updater 2013-03-11 11:03:10 -04:00
LukePulverenti 3acfd73d86 fixed scheduled tasks firing too early 2013-03-10 01:45:16 -05:00
LukePulverenti ca5acb6edc more commenting for api docs 2013-03-09 00:15:51 -05:00
LukePulverenti 9911df11e8 extracted provider manager. took more off the kernel 2013-03-08 00:08:27 -05:00
LukePulverenti 4f67fc4aef removed base kernel and ikernel 2013-03-07 00:34:00 -05:00
LukePulverenti 2d70f71a95 add a log line for each assembly on startup 2013-03-05 18:11:32 -05:00
LukePulverenti 1d155fefe7 fixed duplicate logs 2013-03-05 13:11:25 -05:00
LukePulverenti bf9e24502c extracted an installation manager interface 2013-03-04 23:25:27 -05:00
LukePulverenti 4c725e69a8 added swagger api docs 2013-03-04 22:34:02 -05:00
LukePulverenti cd69bd7c7d fixed configuration saving issues 2013-03-04 21:05:59 -05:00
LukePulverenti 46480f1187 made RegisterResources a Task 2013-03-04 13:13:47 -05:00
LukePulverenti 0268dcec05 updated servicestack 2013-03-04 13:03:22 -05:00
LukePulverenti b22eec3f78 add plugin security to internal nuget pkg 2013-03-04 12:52:37 -05:00
LukePulverenti da535db655 Added a config setting to denote completion of the startup wizard 2013-03-04 11:56:29 -05:00
LukePulverenti 16b36d4d89 fixed multiple log files 2013-03-04 11:31:33 -05:00
LukePulverenti 9cdda84b06 updated plugin security 2013-03-04 01:06:38 -05:00
LukePulverenti a11e00b8d5 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	MediaBrowser.Common/Kernel/ResourcePool.cs
2013-03-04 00:44:04 -05:00
LukePulverenti 2ca4b7d03a Created IConfigurationManager 2013-03-04 00:43:06 -05:00
Eric Reed d7cdf06326 First cut at LastfmArtistProvider 2013-03-03 20:46:06 -05:00
LukePulverenti 7b0b5a3538 created an init method on base app host 2013-03-03 02:27:40 -05:00
LukePulverenti 627b8370a8 made IHttpClient a little more flexible, allow Semaphore to be optional 2013-03-03 00:25:42 -05:00
LukePulverenti 7fb62b0a2f Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-02 21:47:11 -05:00
LukePulverenti 0ea90ef7c6 added IServerEntryPoint to replace plugin.initialize 2013-03-02 21:47:04 -05:00
Eric Reed f356b56dbd Remove test code in update 2013-03-02 18:50:27 -05:00
Eric Reed 3abf1f7ed2 Add system path to IApplicationPaths/BaseApplicationPaths 2013-03-02 14:08:36 -05:00
LukePulverenti e8f5fade43 Created an ItemsByName query dto 2013-03-02 02:16:52 -05:00
LukePulverenti 7bca933af0 added the beginning of a service stack abstraction 2013-03-01 21:44:46 -05:00
LukePulverenti 56a7fd6f23 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-01 16:22:50 -05:00
LukePulverenti fe3323a492 fixes around http response caching, updated the mb icon in the dashboard, and isolated web socket events 2013-03-01 16:22:34 -05:00
Eric Reed e3b42ad59e Remove archive extraction from PackageManager
It is no longer needed as the installer does this
2013-03-01 15:42:44 -05:00
LukePulverenti 6cb135f89c Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-02-28 18:47:13 -05:00
LukePulverenti 2c2f832c1a moved apiclient to it's own repo 2013-02-28 18:47:01 -05:00
Eric Reed 3657ef952d First step of actual update
We will now need a bootstrapper to complete the update on startup
2013-02-28 16:04:11 -05:00