| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-15 | Merge pull request #6912 from crobibero/filename-tvmaze | Claus Vium | |
| Add additional provider id parsing to file name | |||
| 2021-12-15 | Merge pull request #6979 from crobibero/baseitemkind | Claus Vium | |
| Use BaseItemKind where possible | |||
| 2021-12-14 | Update to dotnet 6.0.1 | Cody Robibero | |
| 2021-12-14 | Fix build on EL7 | Brian J. Murrell | |
| Add /usr/local/bin to $PATH. Update fedora/Makefile with enhancements from jellyfin-web. | |||
| 2021-12-14 | Use array instead of HashSet | Cody Robibero | |
| 2021-12-14 | Review | cvium | |
| 2021-12-14 | Update MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs | Claus Vium | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> | |||
| 2021-12-14 | Merge pull request #6998 from 1337joe/dont-crash-on-missing-server-config | Cody Robibero | |
| Fix crash on missing server config file | |||
| 2021-12-14 | Fix crash on missing server config file | Joe Rogers | |
| 2021-12-14 | Cache BaseItemKind | Cody Robibero | |
| 2021-12-14 | Merge pull request #6994 from Tedyst/master | Cody Robibero | |
| Fixed crash in MigrationRunner by checking migration for file existance | |||
| 2021-12-14 | Update Jellyfin.Server/Migrations/MigrationRunner.cs | Stoica Tedy | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-12-14 | Fixed crash in MigrationRunner | Stoica 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-12-13 | Merge pull request #6988 from jellyfin/dependabot/nuget/System.Linq.Async-5.1.0 | Bond-009 | |
| 2021-12-13 | Bump System.Linq.Async from 5.0.0 to 5.1.0 | dependabot[bot] | |
| Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/dotnet/reactive/releases) - [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.0.0...ixnet-v5.1.0) --- updated-dependencies: - dependency-name: System.Linq.Async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-12-13 | Fix usage of RegexOptions.Compiled | cvium | |
| 2021-12-13 | Update Emby.Naming/Video/ExtraResolver.cs | Claus Vium | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-12-13 | semi undo | cvium | |
| 2021-12-12 | Unify and standardize unit files between deb/rpm | Joshua M. Boniface | |
| Ensures that the RPM service unit has all the tweaks from the Deb service unit, and some in the other direction too. | |||
| 2021-12-12 | Revert some hardening that breaks LXC | Joshua M. Boniface | |
| For each of these, we should be OK since we run as an unprivileged user anyways. | |||
| 2021-12-12 | Folder can't have extras | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-12-12 | Merge pull request #6976 from Bond-009/float | Claus Vium | |
| 2021-12-12 | Merge pull request #6977 from Bond-009/mime | Claus Vium | |
| 2021-12-11 | Merge pull request #5894 from brianjmurrell/bmurrell/setcap-low-port | Cody Robibero | |
| 2021-12-11 | Merge pull request #6980 from brianjmurrell/ci-autoversion-packages | Cody Robibero | |
| 2021-12-11 | Merge branch 'jellyfin:master' into ci-autoversion-packages | Brian J. Murrell | |
| 2021-12-11 | Run bump_version in make srpm | Brian J. Murrell | |
| Also add an "rpms" target that builds the RPMs using mock in a target environment. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca> | |||
| 2021-12-11 | Fix new test | Cody Robibero | |
| 2021-12-11 | Update ↵ | Cody Robibero | |
| tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-12-12 | Use correct jpeg MIME type | Bond_009 | |
| image/jpg isn't a valid MIME type | |||
| 2021-12-12 | Don't check floats for equality | Bond_009 | |
| 2021-12-11 | Translated using Weblate (Zulu) | WWWesten | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zu/ | |||
| 2021-12-11 | Translated using Weblate (Japanese) | INOUE Daisuke | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/ | |||
| 2021-12-11 | Translated using Weblate (Persian) | WWWesten | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/ | |||
| 2021-12-11 | Merge pull request #6222 from orryverducci/mbaff-interlace-detection | Cody Robibero | |
| 2021-12-11 | Show detailed git status | Joshua M. Boniface | |
| 2021-12-11 | Properly handle the -1 tag | Joshua M. Boniface | |
| Avoids breaking Fedora/CentOS while preserving Debian. | |||
| 2021-12-11 | Automatically bump stable versions in build | Joshua M. Boniface | |
| Should prevent strangeness with building these for pre-releases or actual release versions. Whatever the Git tag is, becomes the package version. | |||
| 2021-12-11 | Merge pull request #6898 from jonas-resch/support-external-audio-filesv10.8.0-alpha3 | Cody Robibero | |
| Add support for external audio files | |||
| 2021-12-11 | Merge pull request #6902 from cvium/migrate_networkconfig | Cody Robibero | |
| Migrate network configuration safely | |||
| 2021-12-11 | Merge pull request #6965 from bendardenne/patch-1 | Cody Robibero | |
| Add artist to '/' split whitelist | |||
| 2021-12-11 | Rename unknown parttype to "unknown" | cvium | |
| 2021-12-10 | Remove duplication | cvium | |
| 2021-12-10 | Simplify StackResolver | cvium | |
| 2021-12-10 | Translated using Weblate (Esperanto) | WWWesten | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/ | |||
| 2021-12-09 | update tests | Cody Robibero | |
| 2021-12-09 | - add an option for dropping specific subtitle formats using the DLNA ↵ | Marius Luca | |
| SubtitleProfile | |||
| 2021-12-09 | Add StringComparison | Cody Robibero | |
| 2021-12-09 | Added artist to '/' split whitelist | Benoît Dardenne | |
