aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
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-02Move SearchService to new API endpointDavid
2020-05-25Merge pull request #2953 from crobibero/api-startupBond-009
Convert StartupController to ActionResult
2020-05-17apply doc suggestionscrobibero
2020-05-03Fix xml 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-23Apply suggestionscrobibero
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-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 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-19Address PR comments, and revert changes that changed the API schemaZadenRB
2020-04-15Remove unnecessary assembly, update casing, enable nullable reference types ↵ZadenRB
on notification DTOs.
2020-04-15Lowercase parametersZadenRB
2020-04-15Migrates the notifications service to use ASP.NET MVC frameworkZadenRB
2020-01-08Fix build and address commentsBond_009
2019-11-24Fix more review commentsClaus Vium
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium
2019-11-23Add style rules and fix it allClaus Vium
2019-11-23Split a long lineClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-19Add SwaggerUIClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium