aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2020-08-03actually remove MediaBrowser.Apicrobibero
2020-08-03Delete MediaBrowser.Apicrobibero
2020-08-03move WebSocket listeners to Jellyfin.Apicrobibero
2020-08-03fix merge conflictscrobibero
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
Migrate Display Preferences to EF Core
2020-08-01Merge remote-tracking branch 'jellyfin/api-migration' into api-universal-audioDavid
2020-08-01Move UniversalAudioService to Jellyfin.ApiDavid
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-31Merge pull request #3764 from Ullmie02/api-videohlsPatrick Barron
Move VideoHlsService to Jellyfin.Api
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-videocrobibero
2020-07-31Move VideoHlsService to Jellyfin.ApiDavid
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-07-28Update MediaBrowser.Api/DisplayPreferencesService.csPatrick Barron
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-27Add tv home.Patrick Barron
2020-07-27Add Dashboard theme.Patrick Barron
2020-07-27Serialize/deserialize new entities properly.Patrick Barron
2020-07-27Move HlsSegmentService to Jellyfin.ApiDavid Ullmer
2020-07-24move VideoService.cs to Jellyfin.Apicrobibero
2020-07-24Merge pull request #3592 from Ullmie02/api-audioPatrick Barron
Migrate AudioService to Jellyfin.Api
2020-07-24Read EnableNextVideoInfoOverlay from database.Patrick Barron
2020-07-24Read skip lengths from server.Patrick Barron
2020-07-24Merge branch 'master' into readonlyspanBond-009
2020-07-24Merge pull request #3385 from crobibero/api-image-servicePatrick Barron
Move ImageService.cs to Jellyfin.Api
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-22Make CreateUser asyncBond_009
2020-07-22Move DisplayPreferencesManager.cs to Users namespacePatrick Barron
2020-07-22Add missing chromecast version serialization/deserialization.Patrick Barron
2020-07-22Review usage of string.Substring (part 1)Bond_009
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-21Merge branch 'api-migration' into api-syncplayDavid
# Conflicts: # MediaBrowser.Api/SyncPlay/SyncPlayService.cs
2020-07-21Move ImageService.cs to Jellyfin.Apicrobibero
2020-07-21Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-07-20changes from mergecrobibero
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-19Continute workDavid
2020-07-19Remove profile image before setting newcrobibero
2020-07-17Add missing fieldsPatrick Barron
2020-07-17Remove unused usingPatrick Barron
2020-07-17Remove limit of 7 home sectionsPatrick Barron
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-07-17Add UserId filter to ActivityLog Entries endpointcrobibero
2020-07-15Remove unused api filesDavid
2020-07-15Move SyncPlay api to Jellyfin.ApiDavid
2020-07-13keep playstate during syncplay group creationdkanada
2020-07-11Fix syncplay function namecrobibero
2020-07-07Clean syncplay endpoint namescrobibero
2020-07-06Merge pull request #3504 from Ullmie02/api-genresPatrick Barron
Move GenresService to Jellyfin.Api
2020-07-06Merge pull request #3507 from Ullmie02/api-musicgenresPatrick Barron
Move MusicGenresService to Jellyfin.Api
2020-07-06Merge pull request #2967 from crobibero/api-channelPatrick Barron
Move ChannelService to Jellyfin.Api