aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-02Update StreamBuilder.cszehner
LogLevel INFO => DEBUG
2021-11-02Merge pull request #6762 from WWWesten/masterClaus Vium
Add missing localization options
2021-11-01Translated using Weblate (Portuguese (Portugal))Pedro Almeida
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2021-11-02Update LocalizationManager.csWWWesten
2021-11-01Update LocalizationManager.csWWWesten
2021-11-01Merge branch 'jellyfin:master' into masterWWWesten
2021-11-01Merge pull request #6745 from crobibero/dlna-profile-saveClaus Vium
Use correct id when finding existing dlna profile
2021-11-01Merge pull request #6757 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-17.0.0
2021-11-01Merge pull request #6759 from jellyfin/dependabot/nuget/UTF.Unknown-2.5.0Bond-009
2021-11-01Merge pull request #6758 from ↵Bond-009
jellyfin/dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.0.7
2021-11-01Bump UTF.Unknown from 2.4.0 to 2.5.0dependabot[bot]
Bumps [UTF.Unknown](https://github.com/CharsetDetector/UTF-unknown) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/CharsetDetector/UTF-unknown/releases) - [Commits](https://github.com/CharsetDetector/UTF-unknown/compare/v2.4...v2.5) --- updated-dependencies: - dependency-name: UTF.Unknown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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-11-01Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.11.0...v17.0.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-31Merge pull request #6740 from zirdum/masterAnthony Lavado
2021-10-31Use correct id when finding existing dlna profileCody Robibero
2021-10-30Translated using Weblate (Arabic)v10.8.0-alpha1Alan Azar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2021-10-28Translated using Weblate (Danish)Kenneth SB
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2021-10-28Translated using Weblate (Arabic)Alan Azar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2021-10-27Update README.mdzirdum
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine. Changes Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates Issues Fixes template showing up in unRaid with the changes applied.
2021-10-27Update README.mdzirdum
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine. Changes Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates Issues Fixes template showing up in unRaid with the changes applied.
2021-10-27Translated using Weblate (French)De sousa John
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2021-10-27Translated using Weblate (Esperanto)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2021-10-27Translated using Weblate (Arabic)Alan Azar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2021-10-27Merge pull request #6737 from Bond-009/nullable9Claus Vium
Enable nullable for MediaBrowser.Providers
2021-10-27Merge pull request #6446 from Deathspike/masterBond-009
2021-10-26Resolve subtitle selection feedback (#6446)Deathspike
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-26Change ReadOnlySpan to string following PR 6383 (#6734)Claus Vium
2021-10-26Merge pull request #6735 from Bond-009/nullable8Claus Vium
Enable nullable for more files
2021-10-26Enable nullable for more filesBond_009
2021-10-26Rework subtitle selection to reduce code clutterRoel van Uden
2021-10-26Merge pull request #6383 from sushilicious/masterClaus Vium
Made default parser a tiny bit mroe robust
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-26Merge pull request #6551 from MrChip53/xmltv-improveClaus Vium
2021-10-25Merge pull request #6535 from Bond-009/dlnacontrollertestsClaus Vium
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-24Merge pull request #6680 from MarcelCoding/masterJoshua M. Boniface
Add Docker Healthcheck
2021-10-24Merge pull request #6544 from cvium/fix_ffmpeg_path_updatingBond-009
2021-10-23Translated using Weblate (Arabic)ButterflyOfFire
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2021-10-23Translated using Weblate (Esperanto)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2021-10-22Translated using Weblate (Estonian)rimasx
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2021-10-22Translated using Weblate (Esperanto)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2021-10-21Merge pull request #6689 from 1337joe/expand-image-extractionClaus Vium
2021-10-20Merge pull request #6716 from ↵Bond-009
jellyfin/dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-6.2.3
2021-10-20Bump Swashbuckle.AspNetCore.ReDoc from 6.2.2 to 6.2.3dependabot[bot]
Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.2...v6.2.3) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore.ReDoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-20Merge pull request #6714 from ↵Bond-009
jellyfin/dependabot/nuget/Swashbuckle.AspNetCore-6.2.3
2021-10-20Merge pull request #6715 from ↵Bond-009
jellyfin/dependabot/nuget/prometheus-net.DotNetRuntime-4.2.2
2021-10-20Merge pull request #6718 from MBR-0001/masterBond-009
2021-10-20Address review commentsJoe Rogers
Clean up style Fix references in class summaries Combine Where+FirstOrDefault queries Break up large method, long lines Add validation on file extension Apply test naming conventions Extract mock of Movie class, comment on why not mocking interface Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-10-19Translated using Weblate (Norwegian Bokmål)Sindre S. Kjær
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/