aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-15Merge pull request #3329 from telans/code-analyzer-testsdkanada
Enable code analyzers for tests
2020-06-15Merge pull request #3158 from Artiume/patch-5dkanada
Update Library Service
2020-06-14Merge pull request #3288 from Ullmie02/api-subtitlesPatrick Barron
Move SubtitleService to Jellyfin.Api
2020-06-14Merge pull request #3148 from barronpm/userdb-efcoreAnthony Lavado
Migrate User DB to EF Core
2020-06-14Fix null reference to fix CIDavid
2020-06-14Merge remote-tracking branch 'upstream/api-migration' into api-sessionserviceDavid
2020-06-14Merge remote-tracking branch 'upstream/api-migration' into api-librarystructureDavid
2020-06-14Merge remote-tracking branch 'upstream/api-migration' into api-204David
2020-06-14Merge remote-tracking branch 'upstream/api-migration' into api-subtitlesDavid
2020-06-14Merge remote-tracking branch 'remotes/upstream/api-migration' into api-systemDavid
2020-06-14fix StyleCop warning in Jellyfin.MediaEncoding.Teststelans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Add commentPatrick Barron
2020-06-13Add missing properties to UserDtoPatrick Barron
2020-06-13Actually set `BlockUnratedItems`Patrick Barron
2020-06-13Fix concurrency exceptionPatrick Barron
2020-06-13Move ItemRefreshService.cs to Jellyfin.Apicrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-filtercrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-plugincrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-item-lookupcrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-item-updatecrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-localizationcrobibero
2020-06-13Remove RemoteImageService.cscrobibero
2020-06-13Fix buildcrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-image2crobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-imagecrobibero
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into ↵crobibero
api-display-preferences
2020-06-13Actually fix profile imagesPatrick Barron
2020-06-13Merge pull request #3332 from crobibero/api-migrationJoshua M. Boniface
Merge master into api-migration
2020-06-13Update CONTRIBUTORS.mdChris Kapusta
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-06-13Fix merge and buildcrobibero
2020-06-13merge master into api-migrationcrobibero
2020-06-13Fix build issuesPatrick Barron
2020-06-13Regenerate migrationsPatrick Barron
2020-06-13Actually fix deleting profile images (hopefully)Patrick Barron
2020-06-13enable code analyzers for teststelans
2020-06-13Merge pull request #3220 from crobibero/api-swagger-authdkanada
Add Authentication to openapi generation.
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-12Move SessionService to Jellyfin.ApiDavid
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-12Move LibraryStructureService to Jellyfin.ApiDavid
2020-06-12Remove whitespacecrobibero
2020-06-12Use Http status code 204 instead of 200David
2020-06-12Merge pull request #3071 from rigtorp/tvdb-normalizedkanada
Make tvdb name normalizer unicode aware
2020-06-12Merge pull request #3298 from ↵dkanada
jellyfin/dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.0.3 Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.2 to 2.0.3
2020-06-12Merge pull request #3313 from crobibero/update-dotnet-coredkanada
Update to .NET Core 3.1.5
2020-06-11Merge pull request #2931 from crobibero/api-attachmentPatrick Barron
AttachmentsService to Jellyfin.Api
2020-06-11Merge pull request #3291 from cvium/fix_authenticationexceptionAnthony Lavado
Use the "legacy" AuthenticationException in AuthService