aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/MediaBrowser.Model.csproj
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-02Added a weather apiLukePulverenti Luke Pulverenti luke pulverenti
2012-08-29Upgraded Protobuf, and added api support for itLukePulverenti Luke Pulverenti luke pulverenti
2012-08-27Removed vf collection typeLukePulverenti Luke Pulverenti luke pulverenti
2012-08-22Added VideoInfo to DTOBaseItemLukePulverenti Luke Pulverenti luke pulverenti
2012-08-20Added AudioInfo to DTOBaseItemLukePulverenti 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 ↵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-08-17Made BaseJsonHandler strongly typed. Moved DTO entities to their own DTO ↵LukePulverenti Luke Pulverenti luke pulverenti
namespace in Model.
2012-08-15Re-worked provider id's, api client, moved people to the api item wrapper ↵LukePulverenti Luke Pulverenti luke pulverenti
and added server error handling
2012-08-12Added BaseEntity so that Person, User, and other misc classes don't have to ↵LukePulverenti Luke Pulverenti luke pulverenti
inherit from BaseItem
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-24Added new api handlers to get plugin informationLukePulverenti 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.
2012-07-19Moved the http server to it's own assembly. added comments and made other ↵LukePulverenti Luke Pulverenti luke pulverenti
minor re-organizations.
2012-07-16All calls to get items now require passing in a userId. Made the model ↵LukePulverenti Luke Pulverenti luke pulverenti
project portable. Also filled in more api calls.
2012-07-15Switched to service stack json. Added more api enhancements.LukePulverenti Luke Pulverenti luke pulverenti
2012-07-14Improved loading performance even more by switching from XmlDocument to ↵LukePulverenti Luke Pulverenti luke pulverenti
XmlReader. Also added more api improvements.
2012-07-12Initial check-inLukePulverenti Luke Pulverenti luke pulverenti