aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
Reference dotnet6-rc1 packages
2021-10-08Merge pull request #6677 from Bond-009/shuffle2Claus Vium
Remove duplicate Fisher–Yates shuffle impl
2021-10-08Remove duplicate Fisher–Yates shuffle implBond_009
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Fix warning: Qualifier is redundant (#2149)KonH
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Merge branch 'master' into keyframe_extraction_v1cvium
2021-09-24Use new Enum.TryParse(ReadOnlySpan<char>) overloadBond_009
2021-09-24Target net6.0Bond_009
2021-09-23Add first draft of keyframe extraction for Matroskacvium
2021-09-20Merge pull request #6538 from cvium/livetv_oh_noBond-009
2021-09-20Merge pull request #6571 from Dixin/masterClaus Vium
Fix extra folder name and type mapping.
2021-09-20Update LINQ query according to code review feedback.Dixin
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-19Fix extra folder type resolving.Dixin
2021-09-19Reduce allocationsBond_009
2021-09-14Dynamically populate LocalAddress based on HTTP requestFredrik Lindberg
Support populating the LocalAddress field in the system info endpoint based on the x-forwarded-host and x-forwarded-proto header. The x-forwarded-host header must contain both the host and port for the url to be properly constructed. Behind network configuration option that is disabled by default.
2021-09-10Merge pull request #5648 from OancaAndrei/syncplay-sessions-fixClaus Vium
Fix session references in SyncPlay
2021-09-10Replace GetDirectStreamProviderByUniqueId with GetLiveStreamInfoByUniqueIdcvium
2021-09-10Remove the unused argcvium
2021-09-10Kill ProgressiveFileCopier and seek to end for ongoing livetvcvium
2021-09-09Fix some warningsBond_009
2021-09-07Ignore published server url for local accesscvium
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06merge branch 'master' into syncplay-sessions-fixdkanada
2021-09-06merge branch 'master' into syncplay-clear-queuedkanada
2021-09-06Merge pull request #6257 from MrTimscampi/music-library-backdropdkanada
Use artist backdrop for generated library image
2021-09-05Merge pull request #6089 from BaronGreenback/IsRoot_fixClaus Vium
Set UserRootFolder.IsRoot to true
2021-09-05Merge branch 'master' into TVFixcvium
2021-09-04Merge pull request #6456 from GodTamIt/vp8-vp9Bond-009
Disambiguate vpx to vp8 or vp9
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-09-03Apply suggestions from code reviewCody Robibero
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Re-add documentationPatrick Barron
2021-08-30Merge branch 'master' into tonemap-overlayClaus Vium
2021-08-30Simplify the way we choose our ffmpegBond_009
* no longer search $PATH * no longer require a full path * don't fall back
2021-08-28Remove more and more warningsCody Robibero
2021-08-16Merge pull request #6430 from Bond-009/minor17Claus Vium
Minor improvements
2021-08-16Enable people for audio filesMrTimscampi
2021-08-16Merge pull request #6423 from richlander/mediabrowser-controllerBond-009
Fix warnings in MediaBrowser.Controller
2021-08-15Minor improvementsBond_009
2021-08-15Update per feedbackRich Lander
2021-08-15Update MediaBrowser.Controller/Entities/IHasMediaSources.csRich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-15Merge pull request #6381 from Bond-009/nullable5Bond-009
Enable nullable for DlnaManager
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-13Merge pull request #6339 from richlander/mediabrowser-controller-entitiesBond-009