aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
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-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-22Update all packages to .NET Core 3.1.2Mark Monteiro
2020-01-28Update depsBond_009
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-08Fix build and address commentsBond_009
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-11More warnings (removed)Bond_009
2019-11-26Update ↵Claus Vium
Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrElevatedRequirement.cs Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-11-24Fix more review commentsClaus Vium
2019-11-24Fix 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-23Move API stuff to the api projectClaus Vium
2019-11-23Add authentication and remove versioningClaus Vium
2019-11-19Add SwaggerUIClaus Vium
2019-11-19Move StartupWizard to ASP.NET Web ApiClaus Vium