aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Configuration/ServerConfiguration.cs
AgeCommit message (Collapse)Author
2012-08-18Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper ↵LukePulverenti Luke Pulverenti luke pulverenti
mess and shrink json output size.
2012-08-17Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper ↵LukePulverenti Luke Pulverenti luke pulverenti
to ApiBaseItemContainer. Added Person and Studio DTO's to BaseItemWrapper
2012-07-30Fixed some project fragmentation that came from efforts to go portableLukePulverenti Luke Pulverenti luke pulverenti
2012-07-30Extracted Logging into a separate, portable class libraryLukePulverenti Luke Pulverenti luke pulverenti
2012-07-29Configuration and serialization improvementsLukePulverenti Luke Pulverenti luke pulverenti
2012-07-24Added new api handlers to get plugin informationLukePulverenti 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.