aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
AgeCommit message (Expand)Author
2020-06-21Merge remote-tracking branch 'upstream/api-migration' into api-librarycrobibero
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
2020-06-19Change swagger dictionary type mappingDavid
2020-06-19Add JsonInto32ConverterDavid
2020-06-17Add X-Forward-(For/Proto) supportcrobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-13Fix merge and buildcrobibero
2020-06-12Remove duplicate swaggerdoccrobibero
2020-06-12readd swagger versioncrobibero
2020-06-12Merge remote-tracking branch 'upstream/api-migration' into api-swagger-authcrobibero
2020-06-09Merge pull request #3218 from crobibero/api-corsdkanada
2020-06-06Merge remote-tracking branch 'upstream/api-migration' into api-corscrobibero
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