aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2021-11-09Merge pull request #6808 from cvium/dlnope_never_againCody Robibero
2021-11-09Merge pull request #6794 from Bond-009/deadClaus Vium
Remove some dead code
2021-11-09Fix SortCriteria and refactor SetSortingcvium
2021-11-09Remove some dead codeBond_009
2021-11-09Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0dependabot[bot]
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-08Merge pull request #5918 from crobibero/client-loggerClaus Vium
Add endpoint to log client events
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-03Merge branch 'master' into client-loggerCody Robibero
2021-11-02Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-11-02Update StreamBuilder.cszehner
LogLevel INFO => DEBUG
2021-10-29Default log upload to enabledCody Robibero
2021-10-27Suggestions from reviewCody Robibero
2021-10-27Merge pull request #6737 from Bond-009/nullable9Claus Vium
Enable nullable for MediaBrowser.Providers
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-26Enable nullable for more filesBond_009
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-08Merge pull request #6663 from crobibero/dotnet-6-rc1Claus Vium
Reference dotnet6-rc1 packages
2021-10-06Fix the last few warningsBond_009
Enables TreatWarningsAsErrors for all projects
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: Redundant control flow jump statement (#2149)KonH
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Merge branch 'master' into keyframe_extraction_v1cvium
2021-09-25Remove sync FileStream hackBond_009
2021-09-24Address commentsBond_009
2021-09-24Target net6.0Bond_009
2021-09-23Add first draft of keyframe extraction for Matroskacvium
2021-09-19Reduce allocationsBond_009
2021-09-10Merge pull request #5648 from OancaAndrei/syncplay-sessions-fixClaus Vium
Fix session references in SyncPlay
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-09-09Fix some warningsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-06merge branch 'master' into syncplay-sessions-fixdkanada
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge pull request #6498 from Bond-009/invalidopClaus Vium
Fix InvalidOperationException when serializing MediaPathInfo
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-09-03Fix InvalidOperationException when serializing MediaPathInfoBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-09-01Add subtitle format(codec) to stream display title (#5853)Mike
Co-authored-by: Michał Kurek <michal.kurek@mail.com>
2021-09-01Merge pull request #6473 from Bond-009/nullable7Claus Vium
Enable nullable for more files
2021-08-30Simplify the way we choose our ffmpegBond_009
* no longer search $PATH * no longer require a full path * don't fall back