aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
2021-11-13Add nullable dictionary openapi mappingCody Robibero
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
2021-11-09Fix some warningsBond_009
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-03Merge branch 'master' into client-loggerCody Robibero
2021-11-02Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-11-02Streamline startup codeBond_009
2021-11-01Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.6 to 2.0.7dependabot[bot]
2021-10-26Add ability to upload entire fileCody Robibero
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-25Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-a...Claus Vium
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-11Bump Serilog.Settings.Configuration from 3.2.0 to 3.3.0dependabot[bot]
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 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-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