aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2020-06-13fix buildcrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-environmentcrobibero
2020-06-13Fix merge and buildcrobibero
2020-06-11Merge pull request #2931 from crobibero/api-attachmentPatrick Barron
AttachmentsService to Jellyfin.Api
2020-06-11Merge pull request #3281 from Ullmie02/api-activitylogPatrick Barron
Move ActivityLogService to Jellyfin.Api
2020-06-11Merge pull request #2983 from bruceCoelho/api-migrationPatrick Barron
PackageService to Jellyfin.API
2020-06-10Merge pull request #3286 from Ullmie02/api-apikeyCody Robibero
Move ApiKeyService to Jellyfin.Api
2020-06-10Move ApiKeyService to Jellyfin.ApiDavid
2020-06-10Move File; Move Route; use DateTime? in QueryDavid
2020-06-09Merge pull request #3226 from Ullmie02/api-searchserviceCody Robibero
Move SearchService to new API endpoint
2020-06-10Merge pull request #3227 from crobibero/api-first-userdkanada
Add second endpoint for Startup/User
2020-06-09Move ActivityLogService to Jellyfin.ApiDavid
2020-06-09Add response code documentationDavid Ullmer
2020-06-07Add default values for parameters and fix spellingDavid
2020-06-07Move Split method from BaseJellyfinApiController.cs to RequestHelpers.csDavid
2020-06-07Fix suggestionsDavid
2020-06-07Merge branch 'api-migration' into api-config-jsondkanada
2020-06-04Apply review suggestionscrobibero
2020-06-04Merge pull request #2933 from crobibero/api-deviceCody Robibero
DeviceService to Jellyfin.Api
2020-06-04Fix doc errorscrobibero
2020-06-02Add second endpoint for Startup/Usercrobibero
2020-06-02revert to System.Text.JsonSerializercrobibero
2020-06-02Move SearchService to new API endpointDavid
2020-06-01Switch Config controller to System.Text.Jsoncrobibero
2020-06-01Merge pull request #2962 from crobibero/api-configCody Robibero
Move ConfigurationService to Jellyfin.Api
2020-05-25Merge pull request #2953 from crobibero/api-startupBond-009
Convert StartupController to ActionResult
2020-05-19Fix DefaultDirectoryBrowserInfo namingcrobibero
2020-05-19Remove unused usingcrobibero
2020-05-19Fix return content typecrobibero
2020-05-19implement review suggestionscrobibero
2020-05-19Applying review suggestion to documentationBruce
2020-05-19Fix return valuecrobibero
2020-05-19Fix Authorize attributescrobibero
2020-05-19Remove CameraUpload endpointscrobibero
2020-05-19update xml docscrobibero
2020-05-19update xml docscrobibero
2020-05-19Rename to AttachmentsController -> VideoAttachmentsControllercrobibero
2020-05-19Update endpoint docscrobibero
2020-05-19Fix Authorize attributescrobibero
2020-05-19move to ActionResult<T>crobibero
2020-05-19Remove exception handlercrobibero
2020-05-19nullablecrobibero
2020-05-19Move AttachmentsService to AttachmentsControllercrobibero
2020-05-19Rename to AttachmentsController -> VideoAttachmentsControllercrobibero
2020-05-17apply doc suggestionscrobibero
2020-05-03Fix xml docscrobibero
2020-05-02Update endpoint docscrobibero
2020-05-02Update endpoint docscrobibero
2020-05-01Updated documentation according to discussion in jellyfin#2872Bruce
2020-04-29Update to return IEnumerable directly where possibleZadenRB