aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
2020-06-11Disable CA1801David
2020-06-11Use 'await using Stream' instead of 'using Stream'David
2020-06-11Fix suggestionsDavid
2020-06-10Move SubtitleService to Jellyfin.ApiDavid
2020-06-09Merge pull request #3218 from crobibero/api-corsdkanada
Enable CORS and Authentation
2020-06-07Merge branch 'api-migration' into api-config-jsondkanada
2020-06-06Merge remote-tracking branch 'upstream/api-migration' into api-corscrobibero
2020-06-04Merge pull request #2933 from crobibero/api-deviceCody Robibero
DeviceService to Jellyfin.Api
2020-06-04Fix doc errorscrobibero
2020-06-02revert to System.Text.JsonSerializercrobibero
2020-06-01Remove log spam when using legacy apicrobibero
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 return valuecrobibero
2020-05-19Fix Authorize attributescrobibero
2020-05-19Remove CameraUpload endpointscrobibero
2020-05-19update xml docscrobibero
2020-05-17apply doc suggestionscrobibero
2020-05-03Fix xml docscrobibero
2020-05-03Merge pull request #2925 from crobibero/redocBond-009
Enhance Swagger Generation
2020-05-02Update endpoint docscrobibero
2020-04-29Update to return IEnumerable directly where possibleZadenRB
2020-04-29Fix docscrobibero
2020-04-29Add response code descriptionscrobibero
2020-04-28Revise documentation based on discussion in #2872ZadenRB
2020-04-24Add back in return type documentationZadenRB
2020-04-23Fix Authorize attributescrobibero
2020-04-23Remove unneeded Ok calls.crobibero
2020-04-23Apply suggestionscrobibero
2020-04-22Move ConfigurationService to Jellyfin.Apicrobibero
2020-04-22Use ActionResult return type for all endpointsZadenRB
2020-04-22Update documentation of startIndexZadenRB
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-21bump swashbucklecrobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21Make documentation of parameters clearerZadenRB
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-21Convert StartupController to IActionResultcrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove documentation of void return typeZadenRB
2020-04-20Remove more unnecessary IActionResultZadenRB
2020-04-20Remove error handlers, to be implemented at a global level in a separate PRZadenRB
2020-04-20Enable nullable reference types on new class, remove unnecessary ↵ZadenRB
documenation and return types
2020-04-19Add response type annotations, return IActionResult to handle errorsZadenRB
2020-04-19Fix Authenticated Rolescrobibero
2020-04-19Move DeviceService to DevicesControllercrobibero
2020-04-19Address PR comments, and revert changes that changed the API schemaZadenRB
2020-04-19add redoccrobibero
2020-04-15Remove unnecessary assembly, update casing, enable nullable reference types ↵ZadenRB
on notification DTOs.
2020-04-15Lowercase parametersZadenRB