Commit graph

597 commits

Author SHA1 Message Date
LukePulverenti 25ae7c23eb consistent casing 2013-03-05 00:40:17 -05:00
LukePulverenti e2339b87f4 updated readme 2013-03-05 00:36:39 -05:00
LukePulverenti fe7ba55230 updated readme 2013-03-05 00:33:53 -05:00
LukePulverenti a70522d536 moved 7zip to thirdparty 2013-03-05 00:28:35 -05:00
LukePulverenti 8141c777c3 added some attributes for api docs 2013-03-05 00:08:27 -05:00
LukePulverenti 176d090164 removed plugin configuration pages from the kernel 2013-03-04 23:34:00 -05:00
LukePulverenti bf95cfe2e5 removed the IsCorePlugin property 2013-03-04 23:29:43 -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 32ba557fe5 added dlna icon 2013-03-04 21:32:14 -05:00
LukePulverenti cd69bd7c7d fixed configuration saving issues 2013-03-04 21:05:59 -05:00
Eric Reed e17b515697 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-04 18:33:59 -05:00
Eric Reed 4c46258763 Have FanArtArtistProvider retrieve album covers 2013-03-04 18:24:41 -05:00
Eric Reed 2e17667593 Simplified classes and add local saving/processing of artist meta 2013-03-04 15:03:36 -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 e080c0e044 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-04 12:52:44 -05:00
LukePulverenti b22eec3f78 add plugin security to internal nuget pkg 2013-03-04 12:52:37 -05:00
Eric Reed e5a78ba5bf Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-04 11:59:57 -05:00
Eric Reed 62448129a6 Config page changes for image options 2013-03-04 11:59:35 -05:00
LukePulverenti da535db655 Added a config setting to denote completion of the startup wizard 2013-03-04 11:56:29 -05:00
LukePulverenti 05b9500175 fixed remove path validation 2013-03-04 11:42:19 -05:00
LukePulverenti 16b36d4d89 fixed multiple log files 2013-03-04 11:31:33 -05:00
Eric Reed 7710b3695c Oops 2013-03-04 11:11:50 -05:00
Eric Reed b7a6a1d574 Refactor art download options (still need config changes) 2013-03-04 11:09:15 -05:00
LukePulverenti 1847a4bdb3 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-04 10:51:07 -05:00
LukePulverenti 383d8e9963 fixed IsAdministrator defaulting to true 2013-03-04 10:50:56 -05:00
Eric Reed c1eb5a3b60 Move lastfm resource pool to base 2013-03-04 10:33:54 -05:00
Eric Reed 669eeed8cf Fix up providers from internal changes 2013-03-04 10:13:03 -05:00
Eric Reed b4ca3a7ad9 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts:
	MediaBrowser.Controller/Providers/FanartBaseProvider.cs
	MediaBrowser.Controller/Providers/Music/LastfmArtistProvider.cs
2013-03-04 09:43:29 -05:00
Eric Reed 67b20fdf0f Initial FanArtArtistProvider 2013-03-04 09:34:00 -05:00
LukePulverenti d3b9afef2f removed the clickonce assembly 2013-03-04 02:19:04 -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
ScottRapsey dccba7d1fd Added useLegacyV2RuntimeActivationPolicy
Added useLegacyV2RuntimeActivationPolicy="true" to the Startup section
of the config so that we can get .net dependencies to load if/when
required.
2013-03-04 14:29:22 +11:00
Eric Reed d7cdf06326 First cut at LastfmArtistProvider 2013-03-03 20:46:06 -05:00
Eric Reed de878025e6 Incremental LastfmArtistProvider 2013-03-03 15:55:30 -05:00
Eric Reed 014a66a8bd Fix library explorer 2013-03-03 15:55:02 -05:00
LukePulverenti 401b56c732 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-03 13:34:49 -05:00
LukePulverenti 6b851b690b fixed getting local trailers & special features from the api 2013-03-03 13:34:41 -05:00
Eric Reed 77c894d228 Some stuff that doesn't need to be in LastfmBase 2013-03-03 12:47:03 -05:00
Eric Reed cff5cd9503 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-03 12:07:44 -05:00
Eric Reed a8683132a7 Create LastfmBaseProvider 2013-03-03 12:07:13 -05:00
LukePulverenti 9a4f73b9c8 fixed new item notifications 2013-03-03 12:03:30 -05:00
LukePulverenti e36467f651 Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser 2013-03-03 11:54:09 -05:00
LukePulverenti 54a36322bb made base video resolver available for re-use 2013-03-03 11:53:58 -05:00
Eric Reed 2f258687fd Cosmetic touch-ups in MovieDbProvider.cs 2013-03-03 11:05:17 -05:00
LukePulverenti 7b0b5a3538 created an init method on base app host 2013-03-03 02:27:40 -05:00
LukePulverenti 7665b1563d update nuspecs 2013-03-03 01:59:26 -05:00