aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-10Set mediatype to Audio for playlists in a music librarycvium
2021-04-09catch ioexception and include stack tracecvium
2021-04-09Merge pull request #5712 from BaronGreenback/5700Claus Vium
2021-04-09Merge pull request #5734 from jellyfin/fix-isplayed-itemvaluesClaus Vium
move IsPlayed to outerquery
2021-04-09don't die on dangling symlinkscvium
2021-04-09Add support for TMDB series absolute and DVD orderMohamed Akram
2021-04-09fix testcvium
2021-04-09Remove unused importcvium
2021-04-09...cvium
2021-04-09Simplificationcvium
2021-04-09Copy paste errorcvium
2021-04-09Fix type checkcvium
2021-04-09Resolve name from episode foldercvium
2021-04-09Merge pull request #5736 from jellyfin/catch-httprequestex-librarymanagerBond-009
fetching images should not kill the scanner
2021-04-09Merge pull request #5731 from Bond-009/usertestsBond-009
Add tests for UserController
2021-04-09fetching images should not kill the scannerClaus Vium
2021-04-09move IsPlayed to outerqueryClaus Vium
IsPlayed is a column in UserDatas and does not belong in the inner query. None of the other UserDatas columns are in the innerquery.
2021-04-09Add tests for UserControllerBond_009
2021-04-08Merge pull request #5721 from Bond-009/authenticatedtestsBond-009
Add code to test authenticated endpoints
2021-04-08Merge pull request #5730 from thornbill/disable-hevc-encodingBond-009
Disable HEVC encoding by default
2021-04-08Disable hevc encoding by defaultBill Thornton
2021-04-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-08Update to dotnet 5.0.5crobibero
2021-04-08Merge pull request #5725 from BrianCArnold/Fix2845_PlaylistDeletionClaus Vium
2021-04-08Merge pull request #5717 from cvium/nullable-custompref-valueBond-009
2021-04-08Can't reference System.IO.Path as 'Path', even though System.IO is in the ↵Brian Arnold
usings, because there is a Path property of the class.
2021-04-08Update MediaBrowser.Controller/Playlists/Playlist.cs BrianCArnold
Included suggested change from cvium Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-08Fixed issue with determining if a directory was a directory or file when it ↵Brian Arnold
contained a '.' character in the directory path. Resolves: #2845
2021-04-07Merge pull request #5707 from ferferga/deyarnJoshua M. Boniface
2021-04-08Merge pull request #5520 from Bond-009/hdhomerun2Bond-009
2021-04-07Add code to test authenticated endpointsBond_009
2021-04-07Merge pull request #5711 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.AspNetCore.Mvc.Testing-5.0.5 Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.5
2021-04-07Merge pull request #5710 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.AspNetCore.Authorization-5.0.5 Bump Microsoft.AspNetCore.Authorization from 5.0.3 to 5.0.5
2021-04-07Merge pull request #5688 from crobibero/api-docs-sever-discoveryClaus Vium
Add SessionDiscoveryInfo to generated api-docs
2021-04-07Merge pull request #5631 from BrianCArnold/FixMessageCommandClaus Vium
2021-04-07fix build...somehowcvium
2021-04-07make custompref value nullablecvium
2021-04-06Add tests for unauthenticated websocket accessBond_009
2021-04-06Keep plugin status after update.BaronGreenback
2021-04-06Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.5dependabot[bot]
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.5) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06Bump Microsoft.AspNetCore.Authorization from 5.0.3 to 5.0.5dependabot[bot]
Bumps [Microsoft.AspNetCore.Authorization](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.5) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-06Merge pull request #5708 from Bond-009/netanalyzersBond-009
Enable NetAnalyzers for more projects
2021-04-06Enable NetAnalyzers for more projectsBond_009
2021-04-06Use npm ci instead of npm iFernando Fernández
2021-04-06(jellyfin-web): Switch to npmFernando Fernández
2021-04-06Fix typo in test data filenameMaxr1998
2021-04-06Add tests for music video metadataMaxr1998
2021-04-06Improve metadata probing to better support music videosMaxr1998
2021-04-05Merge pull request #5702 from cvium/ws-authBond-009
add simple auth handling to websocketmanager
2021-04-05add simple auth handling to websocketmanagercvium