aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Kernel/BaseKernel.cs
AgeCommit message (Collapse)Author
2012-09-02Moved server configuration to the model so that the UI can read itLukePulverenti Luke Pulverenti luke pulverenti
2012-09-01Adjusted logfile nameLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Fully async'd xml parsing process as well as added resolver and provider ↵LukePulverenti Luke Pulverenti luke pulverenti
priorities
2012-08-19Created a BaseApplication class in commonLukePulverenti Luke Pulverenti luke pulverenti
2012-08-19Added ApplicationVersion to BaseKernelLukePulverenti Luke Pulverenti luke pulverenti
2012-08-19One async call leads to another, and another, all the way up the call stack...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-19Added initial implementation of the metadata provider network, along with ↵LukePulverenti Luke Pulverenti luke pulverenti
the first few providers
2012-08-18Slight re-work of ApplicationPaths so that we can have inherited versions ↵LukePulverenti Luke Pulverenti luke pulverenti
for the UI and Server
2012-08-11Added progress reporting to kernel.initLukePulverenti Luke Pulverenti luke pulverenti
2012-08-02Uncommented ReloadConfiguration and updated GetAllUsers to return a dummy ↵LukePulverenti Luke Pulverenti luke pulverenti
user, in order to unblock UI development.
2012-08-02MergeLukePulverenti Luke Pulverenti luke pulverenti
2012-08-01Add ApplicationPaths classebr11 Eric Reed spam
2012-08-01Added ApiPort and ServerHostName to ApiClientLukePulverenti Luke Pulverenti luke pulverenti
2012-07-31Added an ApiInteraction project that UI's can use to talk to the server. ↵LukePulverenti Luke Pulverenti luke pulverenti
Moved jsonserializer namespace from json to serialization, since we may be adding an xml serializer.
2012-07-30Fixed some project fragmentation that came from efforts to go portableLukePulverenti Luke Pulverenti luke pulverenti
2012-07-30Reworked CategoryInfo and added ImageType enumLukePulverenti Luke Pulverenti luke pulverenti
2012-07-30Extracted Logging into a separate, portable class libraryLukePulverenti Luke Pulverenti luke pulverenti
2012-07-30Added IProgress to Kernel.InitLukePulverenti Luke Pulverenti luke pulverenti
2012-07-29Configuration and serialization improvementsLukePulverenti Luke Pulverenti luke pulverenti
2012-07-26Reworked plugin loading to allow on the fly .dll replacementLukePulverenti Luke Pulverenti luke pulverenti
2012-07-26minor tweaks to mef composable partsLukePulverenti Luke Pulverenti luke pulverenti
2012-07-25Switched to MEF as a means to locate plugins and resolversLukePulverenti Luke Pulverenti luke pulverenti
2012-07-23Added an api call to pull down user configurationLukePulverenti Luke Pulverenti luke pulverenti
2012-07-21Added a BaseKernel for the UI and Server to share, and made some other minor ↵LukePulverenti Luke Pulverenti luke pulverenti
re-organizations.