| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-01 | Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.cs | Bond-009 | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-04-01 | Remove ManagedFileSystem.IsRootPath | Bond_009 | |
| `Path.IsPathRooted` should be used instead | |||
| 2021-04-01 | StreamBuilder tweaks (#5668) | Max Rumpf | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-04-01 | Remove useless code | Bond_009 | |
| 2021-04-01 | Add tests for CopyToExtensions | Bond_009 | |
| 2021-04-01 | Merge pull request #5671 from jellyfin/tmdbmovieprovider-originaltitle | Bond-009 | |
| set original title in tmdbmovieprovider | |||
| 2021-04-01 | Merge pull request #5672 from jellyfin/skip-bad-images | Bond-009 | |
| ensure only valid images are saved in ItemImageProvider | |||
| 2021-04-01 | ensure only valid images are saved in ItemImageProvider | Claus Vium | |
| 2021-04-01 | set original title in tmdbmovieprovider | Claus Vium | |
| 2021-03-31 | Merge remote-tracking branch 'main/master' into FixMessageCommand | Brian C. Arnold | |
| 2021-03-31 | Apply suggestions from code review | BrianCArnold | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-31 | Update SessionController.cs | BrianCArnold | |
| 2021-03-30 | Merge pull request #5467 from Ullmie02/nfo-fixes | Bond-009 | |
| 2021-03-30 | Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI ↵ | Fernando Fernández | |
| version | |||
| 2021-03-30 | Update SessionController.cs | BrianCArnold | |
| Removed unnecessary construction of POCO to represent data from POST body | |||
| 2021-03-29 | Fix spacing requirement for MessageCommand. | Brian Arnold | |
| 2021-03-29 | Added Required attribute to Text property of MessageCommand. | Brian Arnold | |
| 2021-03-29 | Bump BlurHashSharp from 1.1.1 to 1.2.0 | dependabot[bot] | |
| Bumps [BlurHashSharp](https://github.com/Bond-009/BlurHashSharp) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/Bond-009/BlurHashSharp/releases) - [Commits](https://github.com/Bond-009/BlurHashSharp/commits/v1.2.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-29 | Bump Serilog.AspNetCore from 3.4.0 to 4.1.0 | dependabot[bot] | |
| Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 3.4.0 to 4.1.0. - [Release notes](https://github.com/serilog/serilog-aspnetcore/releases) - [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v3.4.0...v4.1.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-03-29 | Split valid and invalid tests | David | |
| 2021-03-27 | Removed null check for body object and user [Required] attribute in replacement. | Brian C. Arnold | |
| 2021-03-27 | Fixed comment and code block runes to match coding | Brian Arnold | |
| standards required by Jellyfin team. | |||
| 2021-03-27 | Changed SessionController.SendMessageCommand | Brian Arnold | |
| implementation receive data in the POST body, as that is how the jellyfin-web client currently posts the data to the server. Resolves: #5628 | |||
| 2021-03-27 | Merge pull request #5495 from BaronGreenback/RemoteAccessFix | Bond-009 | |
| 2021-03-27 | Check appropriate profile type | Dmitry Lyzo | |
| 2021-03-27 | Merge pull request #5624 from crobibero/subtitle-format | Claus Vium | |
| 2021-03-27 | changed split to single quotes | BaronGreenback | |
| 2021-03-27 | Merge pull request #5634 from cvium/directoryservice-case-sensitive | Bond-009 | |
| make directoryservice cache case sensitive | |||
| 2021-03-26 | Fix route naming | crobibero | |
| 2021-03-27 | Merge pull request #5629 from lmaonator/fix-cast-stream-selection | Claus Vium | |
| 2021-03-27 | make directoryservice cache case sensitive | cvium | |
| 2021-03-26 | Rename methods and optimize allocations | David | |
| 2021-03-26 | Update Jellyfin.Api/Controllers/SessionController.cs | lmaonator | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-26 | Mark query parameters as obsolete | crobibero | |
| 2021-03-26 | Fix stream selection having no effect when casting | lmaonator | |
| When casting to jellyfin-mpv-shim from jellyfin-web in the browser, jellyfin-web sends data about which version (for grouped items) and which streams the user selected in the browser to the "Sessions/{sessionId}/Playing" API endpoint. The API endpoint currently doesn't forward them to jellyfin-mpv-shim through the Play command, which results in the default streams being played instead of the browser selected ones. PlayRequest already has the properties and they are already sent to the cast client by SendPlayCommand when present. jellyfin-mpv-shim will already use them to select the wanted streams when it receives the Play command. All that's needed to make it work is to take the parameters and assign them to PlayRequest. | |||
| 2021-03-25 | Mark query parameters as obsolete | crobibero | |
| 2021-03-25 | Allow subtitle format to be set from query parameter. | crobibero | |
| 2021-03-25 | Merge pull request #5614 from jellyfin/Bond-009-patch-2 | Bond-009 | |
| 2021-03-25 | Merge pull request #5621 from cvium/enable-range-processing-download | Claus Vium | |
| enable range processing for download endpoints | |||
| 2021-03-25 | Merge pull request #5620 from MrTimscampi/iso-ignore | Claus Vium | |
| 2021-03-25 | enable range processing for download endpoints | cvium | |
| 2021-03-25 | Remove DVDs from files exempt from chapter image extraction | MrTimscampi | |
| 2021-03-25 | Ignore format for ISO files | MrTimscampi | |
| 2021-03-25 | Merge pull request #5579 from cocool97/master | Bond-009 | |
| 2021-03-25 | Merge pull request #5596 from BaronGreenback/DLNA_Hardening | Bond-009 | |
| Implemented DLNA exception handling | |||
| 2021-03-25 | Merge pull request #5321 from Ullmie02/nfo-thumb | Bond-009 | |
| 2021-03-24 | Merge pull request #5613 from accek/accek-samsung-dlna-fix | Claus Vium | |
| 2021-03-24 | Update Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs | Szymon Acedański | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-24 | Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs | cocool97 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-24 | Fix possible null ref exception | Bond-009 | |
