Commit Graph

67 Commits (24d221709dec35456dc2702d5ddb7cfa204bd8bd)

Author SHA1 Message Date
LukePulverenti Luke Pulverenti luke pulverenti 8fc828361e Updated authentication
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 3e0c2165b6 Added the first method to portable ApiClient
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 82be5ff50d Added user dates
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 3538789e46 Added User authentication
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 0fb0d52a4c Made a separate ApiInteraction solution with platform-specific builds
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 4752d12aaa Switched date operations to utc
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti fc735e9187 Tweaked plugin downloading a bit
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 26aef6b082 Implemented UI plugin downloading
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 4500f1d11b Added an api method to download the list of installed plugins from the server
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 31357d3298 Updated plugins to store their assemblies directly in the plugins folder
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 3c47375229 Weather updates
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti b1212467a0 Added EnableUserProfiles to server config
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti e52833059b Moved server configuration to the model so that the UI can read it
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 7ad612bb4b Added back CustomPin (for now)
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti a7b0dd1534 Added a weather api
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti caa369c1a3 A few serialization fixes
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti cb7f04e4d3 Upgraded Protobuf, and added api support for it
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 578ec7c5a5 Don't run series and movie resolvers against VF's
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 42a2835633 Removed vf collection type
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 0ff432ea4e Addede VfType to DtoBaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti cc25bd579b Chaged BaseItem.People to a dictionary to prevent duplicates and improve Contains performance. Tweaked ffprobe and provider execution.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 278cf89a88 Changed some types to List to avoid having to call ToList for insertion purposes
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 977f8e970a Added VideoType.ISO and trimmed Person output size
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 4527a18738 Removed generics from IBNItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti f2de85b5d9 Added VideoInfo to DTOBaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 906ad3cb1a Removed Linq usage from ItemController
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 758d18a652 Switched to low-level io methods for better performance
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti aae259d2cd Initial check-in of VideoInfoProvider, although it's currently disabled.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti ab01b49f64 Added more Audio fields to DTOBaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti da23355fcc Added AudioInfo to DTOBaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti fd2ead1aff Added support for more Audio fields
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 211ef34249 Adding missing file to previous local trailer checkin
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti bbc88549ab Added IsFolder
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 64887fa743 Renamed DTOBaseITem.IsRecentlyAdded to IsNew
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti f392de9b69 Renamed watched to played (since we support audio)
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti a508a997d9 Added a VirtualFolder entity, a resolver, and a CollectionType property.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 6d7c29f6c8 Added IsRoot and IsVirtualFolder to DTOBaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 9c456c63c8 Added more IBN api methods
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 7835d690a1 Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti ed018a8bea Moved some logic into domain entities, which is possible now that we're embracing DTO's
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 5c6ec34a9c Consolidated handlers that return lists of items. Renamed ApiBaseItemWrapper to ApiBaseItemContainer. Added Person and Studio DTO's to BaseItemWrapper
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 5c094afd7e Made BaseJsonHandler strongly typed. Moved DTO entities to their own DTO namespace in Model.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 3f1af19ce7 Re-worked provider id's, api client, moved people to the api item wrapper and added server error handling
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti caffc4c3ec Fixed issue of only one person getting picked up
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 9aaf843353 Added sample rate to video audio stream
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 02689bece4 Moved some additional fields down to BaseEntity.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 49c766cda1 Removed the ignore data member attribute on People
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 31afb168f8 Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti c3d835cfc5 Added additional properties to ApiBaseItem
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti 7303c6be32 Added additional audio properties
12 years ago