aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Expand)Author
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21Make documentation of parameters clearerZadenRB
2020-04-21Convert StartupController to IActionResultcrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
2020-04-21Remove exception handlercrobibero
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-20Move RemoteImageService to Jellyfin.APIcrobibero
2020-04-20fix buildcrobibero
2020-04-20Move ImageByNameService to Jellyfin.Apicrobibero
2020-04-20Enable nullable reference types on new class, remove unnecessary documenation...ZadenRB
2020-04-19Add response type annotations, return IActionResult to handle errorsZadenRB
2020-04-19Fix Authenticated Rolescrobibero
2020-04-19Move DeviceService to DevicesControllercrobibero
2020-04-19nullablecrobibero
2020-04-19Move AttachmentsService to AttachmentsControllercrobibero
2020-04-19remove todocrobibero
2020-04-19Add Authorize and BindRequiredcrobibero
2020-04-19burn ToOptimizedResultcrobibero
2020-04-19move scheduled tasks to Jellyfin.Apicrobibero
2020-04-19Address PR comments, and revert changes that changed the API schemaZadenRB
2020-04-19Fix missing attributescrobibero
2020-04-19Fix saving DisplayPreferencescrobibero
2020-04-19Fix build & runtime errorscrobibero
2020-04-19Move DisplayPreferences to Jellyfin.Apicrobibero
2020-04-19Add DisplayPreferencesControllercrobibero
2020-04-15Remove unnecessary assembly, update casing, enable nullable reference types o...ZadenRB
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