| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-09 | Fix warnings in MediaBrowser.Controller/Session | Rich Lander | |
| 2021-08-09 | Update per feedback | Rich Lander | |
| 2021-08-09 | Update MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-08-09 | Changing test name to be more descrptive. | ankenyr | |
| 2021-08-09 | Update ↵ | Rob | |
| tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-08-09 | Bump UTF.Unknown from 2.3.0 to 2.4.0 | dependabot[bot] | |
| Bumps [UTF.Unknown](https://github.com/CharsetDetector/UTF-unknown) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/CharsetDetector/UTF-unknown/releases) - [Commits](https://github.com/CharsetDetector/UTF-unknown/compare/v2.3...v2.4) --- 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-08-08 | Translated using Weblate (Italian) | millallo | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/ | |||
| 2021-08-08 | Update MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs | Julien Machiels | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-08-08 | Merge pull request #6404 from crobibero/redirect-base-url | Bond-009 | |
| Fix redirect logic if request path is exactly the base url | |||
| 2021-08-07 | Reverting sln file. | ankenyr | |
| 2021-08-07 | Removing moved files. | ankenyr | |
| 2021-08-07 | Changing namespace to be within Jellyfin.Server.Implementations.Tests | ankenyr | |
| 2021-08-07 | Add test for year-only parsing for FFProbe | MrTimscampi | |
| 2021-08-07 | Attempt to parse YYYY format dates in GetDictionaryDateTime | MrTimscampi | |
| DateTime.TryParse doesn't properly parse year-only dates, so parsing results from FFProbe sometimes returns null (for example, some music tagged with Beets has yyyy format dates for release dates). As a result, Jellyfin would previously no get the date from the FFProbe results. This adds DateTime.TryParseExact with a format of 'yyyy' as a fallback, to attempt to properly parse the value, even if it's only a year. | |||
| 2021-08-07 | Prefer original data when getting premiere date from ffprobe | MrTimscampi | |
| 2021-08-07 | Update Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.cs | Cody Robibero | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-07 | Fix redirect logic if request path is exactly the base url | Cody Robibero | |
| 2021-08-06 | Adding tests for AiredEpisodeOrderComparer. | ankenyr | |
| 2021-08-06 | Merge pull request #6402 from jellyfin/README-links | Anthony Lavado | |
| Add sponsor links | |||
| 2021-08-06 | Add sponsor links | Anthony Lavado | |
| Adds a horizontal line after project description and the rest of the readme, and another at the end before including DO and JB sponsorship links with images. | |||
| 2021-08-06 | Merge pull request #6328 from Bond-009/epparser | Bond-009 | |
| Improve episode parser | |||
| 2021-08-06 | Add comment | MrChip53 | |
| 2021-08-06 | Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs | Chris Simoni | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-06 | fix missing build dependencies | h1dden-da3m0n | |
| needed by the build sh-scripts | |||
| 2021-08-05 | Update Emby.Naming/Video/CleanStringParser.cs | sushilicious | |
| Cleaned up code a bit Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-04 | Made CleanStringParser go through regexps only once | sushilicious | |
| 2021-08-04 | Merge branch 'master' of https://github.com/jellyfin/jellyfin into HEAD | sushilicious | |
| 2021-08-04 | Properly stream M3U file over http | MrChip53 | |
| 2021-08-05 | remove packages bundled in dotnet/sdk base image | h1dden-da3m0n | |
| 2021-08-04 | change OS packaging images to be quiet | h1dden-da3m0n | |
| also uses the base dotnet/sdk image where possible | |||
| 2021-08-04 | Fix log messages | Bond_009 | |
| 2021-08-04 | ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests | Bond_009 | |
| 2021-08-04 | Merge pull request #6388 from Bond-009/minor16 | Bond-009 | |
| Minor improvements | |||
| 2021-08-04 | Minor improvements | Bond_009 | |
| 2021-08-04 | Merge remote-tracking branch 'upstream/master' into baseitemkind-fixes | Cody Robibero | |
| 2021-08-04 | Clean test | Cody Robibero | |
| 2021-08-04 | Merge pull request #6386 from richlander/mediabrowser-controller-livetv | Bond-009 | |
| Fix warnings in MediaBrowser.Controller/LiveTv | |||
| 2021-08-04 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-08-03 | Fix warnings for MediaBrowser.Controller/LiveTv | Rich Lander | |
| 2021-08-03 | Merge branch 'master' of https://github.com/jellyfin/jellyfin | sushilicious | |
| 2021-08-03 | Made CleanStringParser more robust | sushilicious | |
| Now it can handle [...] at beginning of string | |||
| 2021-08-03 | Enable nullable for DlnaManager | Bond_009 | |
| 2021-08-03 | Merge pull request #6342 from richlander/mediabrowser-controller-library | Bond-009 | |
| 2021-08-03 | Translated using Weblate (Latvian) | New Jorciks | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/ | |||
| 2021-08-03 | Translated using Weblate (Spanish) | Winnie | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2021-08-03 | Translated using Weblate (Danish) | Max | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2021-08-03 | optimize episode parser | joey | |
| 2021-08-02 | Optimize Dockerfiles | Rich Lander | |
| 2021-08-02 | Merge pull request #6375 from ↵ | Bond-009 | |
| jellyfin/dependabot/nuget/Swashbuckle.AspNetCore.ReDoc-6.1.5 Bump Swashbuckle.AspNetCore.ReDoc from 6.1.4 to 6.1.5 | |||
| 2021-08-02 | Bump Swashbuckle.AspNetCore.ReDoc from 6.1.4 to 6.1.5 | dependabot[bot] | |
| Bumps [Swashbuckle.AspNetCore.ReDoc](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.1.4 to 6.1.5. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.1.4...v6.1.5) --- 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> | |||
