aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2020-08-03Merge pull request #3783 from Ullmie02/api-universal-audioPatrick Barron
Move UniversalAudioService to Jellyfin.Api
2020-08-03Merge pull request #2957 from crobibero/api-dlna-serverPatrick Barron
Migrate DlnaServerController to Jellyfin.Api
2020-08-03Merge pull request #2956 from crobibero/api-dlnaPatrick Barron
Move Emby.Dlna DlnaService.cs to Jellyfin.Api
2020-08-01Remove duplicate codeDavid
2020-08-01Remove duplicate codeDavid
2020-08-01Use correct MediaInfo methodDavid
2020-08-01Fix parametersDavid
2020-08-01Merge remote-tracking branch 'jellyfin/api-migration' into api-universal-audioDavid
2020-08-01PERFORMANCEcrobibero
2020-08-01Update Jellyfin.Api/Controllers/DynamicHlsController.csCody Robibero
Co-authored-by: David <daullmer@gmail.com>
2020-08-01Prepare DynamicHlsController mergeDavid
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-31Fix docs, params, return valuescrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-dlna-servercrobibero
2020-07-31fix route paramscrobibero
2020-07-31Fix response codes, documentation, and authcrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-dlnacrobibero
2020-07-31Update Jellyfin.Api/Controllers/VideoHlsController.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-31Remove response code doc because it got added elsewhereDavid
2020-07-31Add missing docs and remove duplicate functioncrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-videocrobibero
2020-07-31Move VideoHlsService to Jellyfin.ApiDavid
2020-07-30Apply review fixescrobibero
2020-07-29remove extra usingcrobibero
2020-07-29Fix PlaybackInfo endpointcrobibero
2020-07-27Add missing functionscrobibero
2020-07-27Move HlsSegmentService to Jellyfin.ApiDavid Ullmer
2020-07-25use proper HttpClient DIcrobibero
2020-07-24Fix request parameterscrobibero
2020-07-24Fix request parameterscrobibero
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-24Fix suggestions from reviewDavid
2020-07-24Merge pull request #3385 from crobibero/api-image-servicePatrick Barron
Move ImageService.cs to Jellyfin.Api
2020-07-23Apply suggestions from reviewDavid
2020-07-23Merge pull request #3538 from Ullmie02/api-fixBond-009
Fix value parsing in Jellyfin.Api
2020-07-22Move AudioService to Jellyfin.ApiDavid
2020-07-22Update Jellyfin.Api/Controllers/SyncPlayController.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-22Apply suggestions from code reviewDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-22apply review suggestionscrobibero
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-22Add response code documentationDavid
2020-07-21Change enum valuesDavid
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-21update post profile imagecrobibero
2020-07-21Merge remote-tracking branch 'upstream/api-migration' into api-image-servicecrobibero
2020-07-20changes from mergecrobibero