aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-11Merge pull request #5763 from Bond-009/ipobjectsBond-009
Minor improvements to IPObjects
2021-04-11Mention testing tooJoshua M. Boniface
2021-04-11Fix typoJoshua M. Boniface
2021-04-11Add label commenter workflowJoshua M. Boniface
Right now the main purpose is to handle instructions for stable backports. Can be expanded in the future.
2021-04-11Merge pull request #5764 from cvium/fix-folders-permsJoshua M. Boniface
Do not check permissions for Folders collectiontype
2021-04-11Merge pull request #5416 from BaronGreenback/SubnetOverlappFixJoshua M. Boniface
2021-04-11Merge pull request #5748 from cvium/playlist-audio-typeJoshua M. Boniface
Set mediatype to Audio for playlists in a music library
2021-04-11RenamedBaronGreenback
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-11Add test for handling dangling symlinksBond_009
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-10Fix buildsPatrick Barron
2021-04-10Merge pull request #5750 from iwalton3/fix-audio-selection-unsClaus Vium
Fix setting audio stream in PlaybackInfo for jellyfin-web.
2021-04-10Convert UpdateUser to solely asyncPatrick Barron
2021-04-10Do not check permissions for Folders collectiontypecvium
2021-04-10Make device/session code asyncPatrick Barron
2021-04-10Minor improvements to IPObjectsBond_009
2021-04-10Rewrite device manager using EF CorePatrick Barron
2021-04-10Add navigation property to device entityPatrick Barron
2021-04-10Add device indexesPatrick Barron
2021-04-10Add device entities to schema.Patrick Barron
2021-04-10Add device options entityPatrick Barron
2021-04-10Work through dns failure on test.BaronGreenback
2021-04-10Fixed after accepting suggestion.BaronGreenback
2021-04-10Update Jellyfin.Api/Constants/Policies.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-10Merge pull request #5759 from Bond-009/loggingBond-009
Fix LogUnmatchedProfile formatting
2021-04-10Fix LogUnmatchedProfile formattingBond_009
2021-04-10revert change errorBaronGreenback
2021-04-10Network Access PolicyBaronGreenback
2021-04-09Add device entity.Patrick Barron
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-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