aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Expand)Author
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-06-29Bump Swashbuckle.AspNetCore from 5.5.0 to 5.5.1dependabot[bot]
2020-06-27use constructor to set optimal config valuesdkanada
2020-06-22Bump Swashbuckle.AspNetCore from 5.4.1 to 5.5.0dependabot[bot]
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-15Bump Swashbuckle.AspNetCore from 5.0.0 to 5.4.1dependabot[bot]
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-09Fix startup wizard.Patrick Barron
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-03Enable TreatWarningsAsErrors for more projectsBond-009
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
2020-05-18Merge pull request #3134 from mark-monteiro/update-dotnet-coredkanada
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-05-17Fix 500 error causing first-time setup wizard to hangNathan Kessler
2020-05-12Initial migration codePatrick Barron
2020-04-25Merge pull request #2960 from ZadenRB/content-type-annotationBond-009
2020-04-23Use builtin JSON Mime type constantZadenRB
2020-04-22Adds produces annotation to the base controller to indicate application/json ...ZadenRB
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
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
2019-12-11More warnings (removed)Bond_009
2019-11-26Update Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrEleva...Claus Vium
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