aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-10-03Fix warning: Using directive is not required by the code and can be safely re...KonH
2021-09-25Merge branch 'master' into keyframe_extraction_v1cvium
2021-09-25Merge pull request #6613 from Bond-009/randomaccessClaus Vium
2021-09-25Merge pull request #6611 from Bond-009/errorClaus Vium
2021-09-25Use RandomAccess instead of a FileStream where it makes senseBond_009
2021-09-25Remove sync FileStream hackBond_009
2021-09-25Fix user DB migrationBond_009
2021-09-25Address commentsBond_009
2021-09-25Fix failing testsBond_009
2021-09-24Target net6.0Bond_009
2021-09-23Add first draft of keyframe extraction for Matroskacvium
2021-09-21Merge pull request #6569 from crobibero/dotnet-5.0.10Joshua M. Boniface
2021-09-20Merge pull request #6582 from Bond-009/shutdownClaus Vium
2021-09-20Merge pull request #6541 from cvium/symlink_workaroundBond-009
2021-09-20Allow shutdown while starting WebHostBond_009
2021-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-09-15Use standard Authorization header in OpenAPI specificationNiels van Velzen
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
2021-09-11Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecu...Claus Vium
2021-09-11Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecu...Claus Vium
2021-09-11Update Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecu...Claus Vium
2021-09-11Remove AsyncFile.OpenReadcvium
2021-09-11Use File.GetAttributes instead of creating a new FileInfocvium
2021-09-11Fix SA1614 and SA1116cvium
2021-09-11Include the MIT licensecvium
2021-09-11Read file length for symlinks, supersedes #5775 and #5824cvium
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Merge branch 'master' into NetworkAccessPolicycvium
2021-09-06Fix identationFernando Fernández
2021-09-06Log EFCore migrationsFernando Fernández
2021-09-06Use appHost.Resolve for accessing the context in Program.csFernando Fernández
2021-09-06Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.5 to 2.0.6dependabot[bot]
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-30Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.4 to 2.0.5dependabot[bot]
2021-08-27Bump prometheus-net.AspNetCore from 4.2.0 to 5.0.1dependabot[bot]
2021-08-23Bump prometheus-net from 4.2.0 to 5.0.1dependabot[bot]
2021-08-16Bump Serilog.Settings.Configuration from 3.1.0 to 3.2.0dependabot[bot]
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-08-07Update Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.csCody Robibero
2021-08-07Fix redirect logic if request path is exactly the base urlCody Robibero
2021-08-04Minor improvementsBond_009
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
2021-07-23Merge pull request #6296 from Bond-009/oscheckClaus Vium
2021-07-19Merge pull request #6326 from crobibero/5.0.8Joshua M. Boniface