aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
AgeCommit message (Expand)Author
2020-06-06Add CSS output formatter.crobibero
2020-06-02Add Dictionary with non-string keys to System.Text.Jsoncrobibero
2020-06-02Fix Json Enum conversion, map all JsonDefaults properties to APIcrobibero
2020-06-01Add Authentication to openapi generation.crobibero
2020-06-01Enable CORS and Authentication.crobibero
2020-05-08Add OperationId to SwaggerGencrobibero
2020-04-29Remove versioned APIcrobibero
2020-04-29Merge branch 'api-migration' into redocCody Robibero
2020-04-26Order actions by route, then http methodcrobibero
2020-04-20Remove StringEnumConvertercrobibero
2020-04-19Fix PascalCasecrobibero
2020-04-19Enable string enum convertercrobibero
2020-04-15Document JSON options changeZadenRB
2020-04-15Lowercase actual parameters in code and remove whitespace to comply with Styl...ZadenRB
2020-04-12Fix casing of JSON in Jellyfin API. Currently only affects startup wizard.ZadenRB
2019-11-24Fix more review commentsClaus Vium
2019-11-24Move appbuilder and service collection to Jellyfin.ServerClaus Vium