aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2020-04-20fix buildcrobibero
2020-04-20Move ImageByNameService to Jellyfin.Apicrobibero
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-19nullablecrobibero
2020-04-19Move AttachmentsService to AttachmentsControllercrobibero
2020-04-19remove todocrobibero
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 ↵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