aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)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]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.0...v5.5.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-27use constructor to set optimal config valuesdkanada
2020-06-22Bump Swashbuckle.AspNetCore from 5.4.1 to 5.5.0dependabot[bot]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.4.1 to 5.5.0. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.4.1...v5.5.0) Signed-off-by: dependabot[bot] <support@github.com>
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]
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.0.0 to 5.4.1. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.0.0...v5.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
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
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-03Enable TreatWarningsAsErrors for more projectsBond-009
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-18Merge pull request #3134 from mark-monteiro/update-dotnet-coredkanada
Update to .NET Core 3.1.4
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
Adds annotation for content-type of ASP.NET Web API endpoints
2020-04-23Use builtin JSON Mime type constantZadenRB
2020-04-22Adds produces annotation to the base controller to indicate application/json ↵ZadenRB
as the response type for endpoints
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
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
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-11More warnings (removed)Bond_009
2019-11-26Update ↵Claus Vium
Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrElevatedRequirement.cs Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
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