aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs
AgeCommit message (Collapse)Author
2020-09-10Merge pull request #4116 from cvium/add_known_proxiesBond-009
Add Known Proxies to system configuration
2020-09-10Add Known Proxies to system configurationcvium
2020-09-09Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-05Move CorsPolicyProvider to Jellyfin.Server.Configurationcrobibero
2020-09-05clean docscrobibero
2020-09-05Convert to ICorsPolicyProvidercrobibero
2020-09-05Merge remote-tracking branch 'upstream/master' into dynamic-corscrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into api-doc-base-urlcrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into output-formatterscrobibero
2020-09-02Properly host static files and set base urlcrobibero
2020-09-01Merge remote-tracking branch 'upstream/master' into dynamic-corscrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-31Merge pull request #3871 from Ullmie02/plugins-apiBond-009
Allow plugins to define their own api endpoints
2020-08-31Use .Distinct on assemblyDavid Ullmer
2020-08-30Allow for dynamic cors responsecrobibero
2020-08-30Fixed wrong openapi auth header valueCromefire_
2020-08-26Clean up json Converterscrobibero
2020-08-25bump System.Text.Jsoncrobibero
2020-08-23Ignore null json valuescrobibero
2020-08-20clean up output formatterscrobibero
2020-08-15Add xml output formattercrobibero
2020-08-11Add plugin assemblies to mvc builderDavid
2020-08-10Prepare plugin Api migrationDavid
2020-08-06Apply fixes from reviewcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-03fix openapi validation errorscrobibero
2020-06-25fix endpoint ordercrobibero
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
Add additional swagger type mapping
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
Enable CORS and Authentation
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