aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
Code Clean up: Group Methods
2021-04-25Merge pull request #5826 from BaronGreenback/ssdpFixBond-009
PlayTo Fix: Use external ip not internal interface
2021-04-22Merge pull request #5681 from BaronGreenback/ContentFeatureOptimizationBond-009
Various DLNA Optimizations
2021-04-19Fix notification disabled users listcvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-15Fix: PlayTo using external ip not internalBaronGreenback
2021-04-15Enable nullability for ServerDiscoveryInfo (#5804)Cody Robibero
2021-04-14Merge pull request #5729 from crobibero/dotnet5.0.5Joshua M. Boniface
Update to dotnet 5.0.5
2021-04-11Apply suggestions from code reviewOdd Stråbø
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-04-08Disable hevc encoding by defaultBill Thornton
2021-04-08Update to dotnet 5.0.5crobibero
2021-04-07Merge pull request #5631 from BrianCArnold/FixMessageCommandClaus Vium
2021-04-04Merge pull request #5637 from dmitrylyzo/check-media-typeBond-009
2021-04-04Less negationDmitry Lyzo
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-04-03Merge pull request #5598 from cvium/fix_hls_default_valuesBond-009
2021-04-03Merge pull request #5676 from Bond-009/uselessBond-009
2021-04-02Various DLNA OptimizationsBaronGreenback
2021-04-01Remove ManagedFileSystem.IsRootPathBond_009
`Path.IsPathRooted` should be used instead
2021-04-01StreamBuilder tweaks (#5668)Max Rumpf
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-03-29Fix spacing requirement for MessageCommand.Brian Arnold
2021-03-29Added Required attribute to Text property of MessageCommand.Brian Arnold
2021-03-27Check appropriate profile typeDmitry Lyzo
2021-03-22fix isdirectstream defaultcvium
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-09Remove useless lineBond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-08Fix casing CollectionTypeBond_009
2021-03-03fix HasProviderId and add testscvium
2021-03-03revert removal of null checkcvium
2021-03-03return false when providerid is null or emptycvium
2021-03-01Revert breaking changeBond_009
2021-03-01Merge pull request #5317 from Bond-009/notnullwhenBond-009
MaybeNullWhen(false) -> NotNullWhen(true)
2021-02-28MaybeNullWhen(false) -> NotNullWhen(true)Bond_009
2021-02-27Remove unused entityPatrick Barron
2021-02-25Merge pull request #5217 from jellyfin/auto-manifestdkanada
handle plugin manifests automatically
2021-02-24CollectionType can be nullBond_009
2021-02-24Fix buildBond_009
2021-02-24Fix unchecked inputBond_009
2021-02-23merge branch 'master' into auto-manifestdkanada
2021-02-22Merge pull request #5273 from Bond-009/warn31Joshua M. Boniface
2021-02-22Merge pull request #5270 from Bond-009/imdbJoshua M. Boniface
2021-02-22Merge pull request #4984 from Bond-009/subtitleeditJoshua M. Boniface
2021-02-22Update MediaBrowser.Model/LiveTv/LiveTvChannelQuery.csBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-02-20Address commentsBond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2021-02-20Merge pull request #5223 from Bond-009/minor10dkanada
Minor improvements