aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-11Disable CA1801David
2020-06-11Use 'await using Stream' instead of 'using Stream'David
2020-06-11Fix suggestionsDavid
2020-06-10Move SubtitleService to Jellyfin.ApiDavid
2020-06-09Merge pull request #3218 from crobibero/api-corsdkanada
Enable CORS and Authentation
2020-06-09Merge pull request #3260 from crobibero/api-css-formatterdkanada
Api css formatter
2020-06-08Merge pull request #3219 from crobibero/api-config-jsondkanada
Switch Config controller to System.Text.Json
2020-06-07Merge branch 'api-migration' into api-config-jsondkanada
2020-06-06Merge remote-tracking branch 'upstream/api-migration' into api-corscrobibero
2020-06-06Don't clear media typescrobibero
2020-06-06Add CSS output formatter.crobibero
2020-06-06Add CSS output formatter.crobibero
2020-06-04Merge pull request #2933 from crobibero/api-deviceCody Robibero
DeviceService to Jellyfin.Api
2020-06-04Fix doc errorscrobibero
2020-06-04Merge pull request #3186 from Ullmie02/asp-api-exceptiondkanada
Don't send Exception message in Production Environment
2020-06-03Merge pull request #3232 from crobibero/api-json-dictionaryCody Robibero
Add Dictionary with non-string keys to System.Text.Json
2020-06-03remove extra Clear callcrobibero
2020-06-02Add Dictionary with non-string keys to System.Text.Jsoncrobibero
2020-06-02Merge pull request #3153 from crobibero/api-json-enumCody Robibero
Fix Json Enum conversion, map all JsonDefaults properties to API
2020-06-02Fix testscrobibero
2020-06-02revert to System.Text.JsonSerializercrobibero
2020-06-02Fix Json Enum conversion, map all JsonDefaults properties to APIcrobibero
2020-06-02Remove duplicate codeDavid
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-01Remove log spam when using legacy apicrobibero
2020-06-01Switch Config controller to System.Text.Jsoncrobibero
2020-06-01Enable CORS and Authentication.crobibero
2020-06-01Merge pull request #2962 from crobibero/api-configCody Robibero
Move ConfigurationService to Jellyfin.Api
2020-05-26Don't send Exception message in Production EnvironmentDavid
2020-05-25Merge pull request #2953 from crobibero/api-startupBond-009
Convert StartupController to ActionResult
2020-05-19Fix return valuecrobibero
2020-05-19Fix Authorize attributescrobibero
2020-05-19Remove CameraUpload endpointscrobibero
2020-05-19update xml docscrobibero
2020-05-17apply doc suggestionscrobibero
2020-05-17Merge pull request #3075 from crobibero/api-operationiddkanada
Add OperationId to SwaggerGen
2020-05-08Add OperationId to SwaggerGencrobibero
2020-05-03Merge pull request #3048 from jellyfin/api-notification-docsMark Monteiro
Fix XML doc generation
2020-05-03Fix xml docscrobibero
2020-05-03Merge pull request #2925 from crobibero/redocBond-009
Enhance Swagger Generation
2020-05-03Merge pull request #2876 from ZadenRB/asp-net-notifications-serviceBond-009
Migrates the notifications service to use ASP.NET API framework
2020-05-02Update endpoint docscrobibero
2020-04-29Update to return IEnumerable directly where possibleZadenRB
2020-04-29Fix docscrobibero
2020-04-29Add response code descriptionscrobibero
2020-04-29Remove versioned APIcrobibero
2020-04-29Merge branch 'api-migration' into redocCody Robibero
2020-04-29Merge pull request #2952 from crobibero/api-exception-middlewaredkanada
Add Exception Middleware
2020-04-28Revise documentation based on discussion in #2872ZadenRB
2020-04-26Order actions by route, then http methodcrobibero
2020-04-25Fix autolaunch & redirect of swagger.crobibero