aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Kernel.cs
AgeCommit message (Expand)Author
2012-09-17Add OnLibraryChanged event to server Kernelebr11 Eric Reed spam
2012-09-17Attach ItemResolveEventArgs to BaseItem so providers can access them at any timeebr11 Eric Reed spam
2012-09-17Initial commit changing to on-demand child loading and validationsebr11 Eric Reed spam
2012-09-11More code cleanupsLukePulverenti Luke Pulverenti luke pulverenti
2012-09-11Some minor code cleanupsLukePulverenti Luke Pulverenti luke pulverenti
2012-09-10Moved some entities to the main projectLukePulverenti Luke Pulverenti luke pulverenti
2012-09-08Moved TV into the main project and added Series properties to DTOBaseItemLukePulverenti Luke Pulverenti luke pulverenti
2012-09-08Moved AuthenticationResultLukePulverenti Luke Pulverenti luke pulverenti
2012-09-07Added a user api handler, and improved portable ApiClientLukePulverenti Luke Pulverenti luke pulverenti
2012-09-07Fixed updating last login date on AuthenticateUserLukePulverenti Luke Pulverenti luke pulverenti
2012-09-07Fixed an issue with shortcuts pointing to a network shareLukePulverenti Luke Pulverenti luke pulverenti
2012-09-07Updated authenticationLukePulverenti Luke Pulverenti luke pulverenti
2012-09-07MergeScottIsAFool Scott Lovegrove ScottIsAFool
2012-09-06Switched dummy dates to utcLukePulverenti Luke Pulverenti luke pulverenti
2012-09-06Added user datesLukePulverenti Luke Pulverenti luke pulverenti
2012-09-03Updated plugins to store their assemblies directly in the plugins folderLukePulverenti Luke Pulverenti luke pulverenti
2012-09-02Added taskbar icon and standardized locations of imagesLukePulverenti Luke Pulverenti luke pulverenti
2012-09-02Moved server configuration to the model so that the UI can read itLukePulverenti Luke Pulverenti luke pulverenti
2012-09-02Added a weather apiLukePulverenti Luke Pulverenti luke pulverenti
2012-08-30Don't compress binary responsesLukePulverenti Luke Pulverenti luke pulverenti
2012-08-29Upgraded Protobuf, and added api support for itLukePulverenti Luke Pulverenti luke pulverenti
2012-08-28Added error handling for both IBN and providersLukePulverenti Luke Pulverenti luke pulverenti
2012-08-27Removed vf collection typeLukePulverenti Luke Pulverenti luke pulverenti
2012-08-25Fixed ffmpeg extractionLukePulverenti Luke Pulverenti luke pulverenti
2012-08-24Addede VfType to DtoBaseItemLukePulverenti Luke Pulverenti luke pulverenti
2012-08-24Chaged BaseItem.People to a dictionary to prevent duplicates and improve Cont...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-23More comments and cleanup. Added special feature provider for moviesLukePulverenti Luke Pulverenti luke pulverenti
2012-08-23Comments and cleanup. ALso updated ffmpeg + ffprobeLukePulverenti Luke Pulverenti luke pulverenti
2012-08-23comments and don't run internet providers on startupLukePulverenti Luke Pulverenti luke pulverenti
2012-08-23Switched all i/o to win32 methods and added protobuf serialization for ffprob...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-21a few more async optimizationsLukePulverenti Luke Pulverenti luke pulverenti
2012-08-21Added ConfigureAwait(false) to provider callsLukePulverenti Luke Pulverenti luke pulverenti
2012-08-21Tweaked disk access a little bit moreLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Enabling video info providerLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Removed Linq usage from ItemControllerLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Performance updateLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Remove md5 lock and just create a new instance everytimeLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Initial check-in of VideoInfoProvider, although it's currently disabled.LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Fully async'd xml parsing process as well as added resolver and provider prio...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Extract ffmpeg during initLukePulverenti Luke Pulverenti luke pulverenti
2012-08-19Fixed some kernel/splash screen async startup issuesLukePulverenti 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 the...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18Added an ffprobe helper classLukePulverenti Luke Pulverenti luke pulverenti
2012-08-18Slight re-work of ApplicationPaths so that we can have inherited versions for...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18Added a VirtualFolder entity, a resolver, and a CollectionType property.LukePulverenti Luke Pulverenti luke pulverenti
2012-08-18Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-17Removed more kernel methods and deprecated the Configuration and HtmlBrowser ...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-17Moved some logic into domain entities, which is possible now that we're embra...LukePulverenti Luke Pulverenti luke pulverenti
2012-08-17Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper ...LukePulverenti Luke Pulverenti luke pulverenti