aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-11Merge pull request #5767 from cvium/dont-delete-artworkBond-009
Do not touch "old" local artwork unless saving locally
2021-04-11Merge pull request #5556 from oddstr13/image-fill-resizeBond-009
2021-04-11Merge pull request #5769 from cvium/workstation-gcBond-009
Enable Workstation GC mode
2021-04-11Enable Workstation GC modecvium
2021-04-11Fix build, increase StringBuilder starting sizeOdd Stråbø
2021-04-11Apply suggestions from code reviewOdd Stråbø
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-11Apply suggestions from code reviewOdd Stråbø
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-11Remove GetSizeEstimate & GetEstimatedAspectRatioOdd Stråbø
from MediaBrowser.Controller.Drawing.ImageHelper Rework GetCacheFilePath to take requested with and height parameters in stead of using estimated output size
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-04-11Merge pull request #5747 from cvium/more-convertimage-fixesBond-009
Catch IOException and include stack trace when saving images
2021-04-11Merge pull request #5766 from cvium/fix-scheduledtaskworkerBond-009
Use sync Serialize when writing scheduled tasks to disk
2021-04-11Do not touch "old" local artwork unless saving locallycvium
2021-04-10Use sync Serialize when writing scheduled tasks to diskcvium
2021-04-10Merge pull request #5746 from cvium/dangling-symlinksBond-009
2021-04-10Merge pull request #5750 from iwalton3/fix-audio-selection-unsClaus Vium
Fix setting audio stream in PlaybackInfo for jellyfin-web.
2021-04-10Merge pull request #5759 from Bond-009/loggingBond-009
Fix LogUnmatchedProfile formatting
2021-04-10Fix LogUnmatchedProfile formattingBond_009
2021-04-10Merge pull request #4988 from Bond-009/cropBond-009
2021-04-10Merge pull request #5258 from Smith00101010/next-up-specials-fixBond-009
2021-04-09Fix setting audio stream in PlaybackInfo for jellyfin-web.Ian Walton
2021-04-10Update Emby.Server.Implementations/IO/ManagedFileSystem.csClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
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-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-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-06Keep plugin status after update.BaronGreenback