aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2021-11-08Merge pull request #6793 from Bond-009/rootedpathClaus Vium
Add some docs and tests
2021-11-08Merge pull request #5918 from crobibero/client-loggerClaus Vium
Add endpoint to log client events
2021-11-07Add some docs and testsBond_009
2021-11-07Add randomization to generated filenameCody Robibero
2021-11-07Clean up redundant codeCody Robibero
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-05Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-11-05Use client info from claimsCody Robibero
2021-11-04Remove unused IHasScreenshots interfaceBond_009
2021-11-03Merge branch 'master' into client-loggerCody Robibero
2021-11-03Minor improvementsBond_009
* Removed some allocations * Removed some useless abstractions
2021-11-03Merge pull request #6752 from 1337joe/fix-metadata-refresh-deletes-backgroundsClaus Vium
2021-11-02Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-11-02Change RemoveImages to array, improve download testJoe Rogers
2021-11-01Refactor to validate all images up frontJoe Rogers
2021-10-31Use correct id when finding existing dlna profileCody Robibero
2021-10-28Update documentation; use information from authorization; return generated ↵Cody Robibero
filename
2021-10-27Fix logfile name if api key is usedCody Robibero
2021-10-27Suggestions from reviewCody Robibero
2021-10-26Add ability to upload entire fileCody Robibero
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-21Merge pull request #6689 from 1337joe/expand-image-extractionClaus Vium
2021-10-19Add IsAutomated to SubtitleSearchRequestMBR-0001
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-11Add image provider tests and clean upJoe Rogers
2021-10-11Add support for non-jpg image extractionsJoe Rogers
2021-10-11Bump Diacritics from 2.1.20036.1 to 3.3.4dependabot[bot]
Bumps [Diacritics](https://github.com/thomasgalliker/Diacritics.NET) from 2.1.20036.1 to 3.3.4. - [Release notes](https://github.com/thomasgalliker/Diacritics.NET/releases) - [Commits](https://github.com/thomasgalliker/Diacritics.NET/commits) --- updated-dependencies: - dependency-name: Diacritics dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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