aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-03Remove useless null checkBond_009
2021-04-02Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-03Merge pull request #5590 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.Extensions.Diagnostics.HealthChecks-5.0.4 Bump Microsoft.Extensions.Diagnostics.HealthChecks from 5.0.3 to 5.0.4
2021-04-03Merge pull request #5602 from Ullmie02/IP-string-IPBond-009
2021-04-02Bump Microsoft.Extensions.Diagnostics.HealthChecks from 5.0.3 to 5.0.4dependabot[bot]
Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-03Merge pull request #5174 from barronpm/authenticateuser-cleanupBond-009
2021-04-03Merge pull request #5652 from jellyfin/dependabot/nuget/Serilog.AspNetCore-4.1.0Bond-009
Bump Serilog.AspNetCore from 3.4.0 to 4.1.0
2021-04-02Various DLNA OptimizationsBaronGreenback
2021-04-02Merge pull request #5675 from Bond-009/copytotestsBond-009
Add tests for CopyToExtensions
2021-04-01Use new entities for API key endpointsPatrick Barron
2021-04-01Add ApiKey entity and associated relationshipsPatrick Barron
2021-04-01Update Emby.Server.Implementations/Library/Resolvers/TV/SeriesResolver.csBond-009
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-01Remove ManagedFileSystem.IsRootPathBond_009
`Path.IsPathRooted` should be used instead
2021-04-01StreamBuilder tweaks (#5668)Max Rumpf
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-01Remove useless codeBond_009
2021-04-01Add tests for CopyToExtensionsBond_009
2021-04-01Merge pull request #5671 from jellyfin/tmdbmovieprovider-originaltitleBond-009
set original title in tmdbmovieprovider
2021-04-01Merge pull request #5672 from jellyfin/skip-bad-imagesBond-009
ensure only valid images are saved in ItemImageProvider
2021-04-01Remove unused SessionManager methodsPatrick Barron
2021-04-01ensure only valid images are saved in ItemImageProviderClaus Vium
2021-04-01set original title in tmdbmovieproviderClaus Vium
2021-03-31Merge remote-tracking branch 'main/master' into FixMessageCommandBrian C. Arnold
2021-03-31Apply suggestions from code reviewBrianCArnold
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-31Update SessionController.csBrianCArnold
2021-03-30[5644] [DLNA] [Music] Next track command from any DLNA device does not do ↵Stéphane Senart
anything.
2021-03-30Merge pull request #5467 from Ullmie02/nfo-fixesBond-009
2021-03-30Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI ↵Fernando Fernández
version
2021-03-30Update SessionController.csBrianCArnold
Removed unnecessary construction of POCO to represent data from POST body
2021-03-29[5644] [DLNA] [Music] Next track command from any DLNA device does not do ↵Stéphane Senart
anything.
2021-03-29Fix spacing requirement for MessageCommand.Brian Arnold
2021-03-29Added Required attribute to Text property of MessageCommand.Brian Arnold
2021-03-29Bump BlurHashSharp from 1.1.1 to 1.2.0dependabot[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-29Bump Serilog.AspNetCore from 3.4.0 to 4.1.0dependabot[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[5644] [DLNA] [Music] Next track command from any DLNA device does not do ↵Stéphane Senart
anything.
2021-03-29Send playing item status in SyncPlay group updateIonut Andrei Oanca
2021-03-29Split valid and invalid testsDavid
2021-03-28Fix storing outdated sessions in SyncPlayIonut Andrei Oanca
2021-03-27Removed null check for body object and user [Required] attribute in replacement.Brian C. Arnold
2021-03-27Fixed comment and code block runes to match codingBrian Arnold
standards required by Jellyfin team.
2021-03-27Changed SessionController.SendMessageCommandBrian 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-27Merge pull request #5495 from BaronGreenback/RemoteAccessFixBond-009
2021-03-27Check appropriate profile typeDmitry Lyzo
2021-03-27Merge pull request #5624 from crobibero/subtitle-formatClaus Vium
2021-03-27changed split to single quotesBaronGreenback
2021-03-27Merge pull request #5634 from cvium/directoryservice-case-sensitiveBond-009
make directoryservice cache case sensitive
2021-03-26Fix route namingcrobibero
2021-03-27Merge pull request #5629 from lmaonator/fix-cast-stream-selectionClaus Vium
2021-03-27make directoryservice cache case sensitivecvium
2021-03-26Rename methods and optimize allocationsDavid
2021-03-26Update Jellyfin.Api/Controllers/SessionController.cslmaonator
Co-authored-by: Cody Robibero <cody@robibe.ro>