aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Collapse)Author
2022-01-03Bump Serilog.Sinks.Graylog from 2.2.2 to 2.3.0dependabot[bot]
Bumps [Serilog.Sinks.Graylog](https://github.com/whir1/serilog-sinks-graylog) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/whir1/serilog-sinks-graylog/releases) - [Commits](https://github.com/whir1/serilog-sinks-graylog/commits) --- updated-dependencies: - dependency-name: Serilog.Sinks.Graylog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-12-14Fix crash on missing server config fileJoe Rogers
2021-12-14Update Jellyfin.Server/Migrations/MigrationRunner.csStoica Tedy
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-12-14Fixed crash in MigrationRunnerStoica Tedy
The crashed was caused by importing the migrationOptions even if the migrations.xml file is non existant. [Issue]: ~/.config/jellyfin/migrations.xml not found #6992
2021-11-27Update Jellyfin.Server/Migrations/MigrationRunner.csClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-24Remove stray datamembercvium
2021-11-24Migrate network configuration safelycvium
2021-11-22Bump prometheus-net.AspNetCore from 5.0.1 to 5.0.2dependabot[bot]
Bumps [prometheus-net.AspNetCore](https://github.com/prometheus-net/prometheus-net) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/prometheus-net/prometheus-net/releases) - [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History) - [Commits](https://github.com/prometheus-net/prometheus-net/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: prometheus-net.AspNetCore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22Merge pull request #6894 from jellyfin/dependabot/nuget/prometheus-net-5.0.2Cody Robibero
Bump prometheus-net from 5.0.1 to 5.0.2
2021-11-22Bump Serilog.Sinks.Console from 4.0.0 to 4.0.1dependabot[bot]
Bumps [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/serilog/serilog-sinks-console/releases) - [Commits](https://github.com/serilog/serilog-sinks-console/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: Serilog.Sinks.Console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-22Bump prometheus-net from 5.0.1 to 5.0.2dependabot[bot]
Bumps [prometheus-net](https://github.com/prometheus-net/prometheus-net) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/prometheus-net/prometheus-net/releases) - [Changelog](https://github.com/prometheus-net/prometheus-net/blob/master/History) - [Commits](https://github.com/prometheus-net/prometheus-net/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: prometheus-net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-13Add nullable dictionary openapi mappingCody Robibero
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-11-09Fix some warningsBond_009
609 left
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]
Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases) - [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: SQLitePCLRaw.bundle_e_sqlite3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-11Bump Serilog.Settings.Configuration from 3.2.0 to 3.3.0dependabot[bot]
Bumps [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/serilog/serilog-settings-configuration/releases) - [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md) - [Commits](https://github.com/serilog/serilog-settings-configuration/commits) --- updated-dependencies: - dependency-name: Serilog.Settings.Configuration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 ↵KonH
removed (#2149)
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
Update to dotnet 5.0.10
2021-09-20Merge pull request #6582 from Bond-009/shutdownClaus Vium
Allow shutdown while starting WebHost
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
Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default.
2021-09-11Update ↵Claus Vium
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs
2021-09-11Update ↵Claus Vium
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs