aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2013-03-12Added LibraryManager.SearchLukePulverenti
2013-03-12fixes #22 - Need to strip html tags from overviewsLukePulverenti
2013-03-11fixes #15 - SortRemoveWords config change not workingLukePulverenti
2013-03-11remove unused api propertiesLukePulverenti
2013-03-10updated ffmpeg. cleaned up some unused api propertiesLukePulverenti
2013-03-10minor namespace changes in the modelLukePulverenti
2013-03-09unified the two sorting api'sLukePulverenti
2013-03-09Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLukePulverenti
2013-03-09moved the javascript apiclient to it's own repo and nuget packageLukePulverenti
2013-03-09Only run ffprobe on local contentEric Reed
2013-03-09Check location type in CreateResolveArgsEric Reed
2013-03-09more commenting for api docsLukePulverenti
2013-03-08removed IsRecentlyPlayed option and fixed FileTime warningsLukePulverenti
2013-03-08Add PrimaryImageAspectRatio to user dtoLukePulverenti
2013-03-08extracted provider manager. took more off the kernelLukePulverenti
2013-03-07removed base kernel and ikernelLukePulverenti
2013-03-05trimmed IPluginConfigurationPageLukePulverenti
2013-03-05LastfmAlbumProviderEric Reed
2013-03-05Add FanArtAlbumProviderEric Reed
2013-03-05Add premier date to artistEric Reed
2013-03-04removed plugin configuration pages from the kernelLukePulverenti
2013-03-04extracted an installation manager interfaceLukePulverenti
2013-03-04added swagger api docsLukePulverenti
2013-03-04Have FanArtArtistProvider retrieve album coversEric Reed
2013-03-04Simplified classes and add local saving/processing of artist metaEric Reed
2013-03-04Refactor art download options (still need config changes)Eric Reed
2013-03-04Move lastfm resource pool to baseEric Reed
2013-03-04Fix up providers from internal changesEric Reed
2013-03-04Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserEric Reed
Conflicts: MediaBrowser.Controller/Providers/FanartBaseProvider.cs MediaBrowser.Controller/Providers/Music/LastfmArtistProvider.cs
2013-03-04Initial FanArtArtistProviderEric Reed
2013-03-04updated plugin securityLukePulverenti
2013-03-04Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLukePulverenti
Conflicts: MediaBrowser.Common/Kernel/ResourcePool.cs
2013-03-04Created IConfigurationManagerLukePulverenti
2013-03-03First cut at LastfmArtistProviderEric Reed
2013-03-03Incremental LastfmArtistProviderEric Reed
2013-03-03Some stuff that doesn't need to be in LastfmBaseEric Reed
2013-03-03Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserEric Reed
2013-03-03Create LastfmBaseProviderEric Reed
2013-03-03Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLukePulverenti
2013-03-03made base video resolver available for re-useLukePulverenti
2013-03-03Cosmetic touch-ups in MovieDbProvider.csEric Reed
2013-03-03moved resolvers to implementations, trimmed nuget package a bitLukePulverenti
2013-03-02update loading sequenceLukePulverenti
2013-03-02added IServerEntryPoint to replace plugin.initializeLukePulverenti
2013-03-02fix provider logging messagesLukePulverenti
2013-03-02Created an ItemsByName query dtoLukePulverenti
2013-03-01added the beginning of a service stack abstractionLukePulverenti
2013-03-01Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowserLukePulverenti
2013-03-01fixes around http response caching, updated the mb icon in the dashboard, ↵LukePulverenti
and isolated web socket events
2013-03-01Remove archive extraction from PackageManagerEric Reed
It is no longer needed as the installer does this