aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2021-12-18Use System.IO.Compression instead of SharpCompress for zipsBond_009
Also removes unused methods from ZipClient
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-15Merge pull request #7002 from crobibero/dotnet-6.0.1Joshua M. Boniface
2021-12-15Merge pull request #6979 from crobibero/baseitemkindClaus Vium
Use BaseItemKind where possible
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-12Use correct jpeg MIME typeBond_009
image/jpg isn't a valid MIME type
2021-12-11Merge pull request #6902 from cvium/migrate_networkconfigCody Robibero
Migrate network configuration safely
2021-12-09- add an option for dropping specific subtitle formats using the DLNA ↵Marius Luca
SubtitleProfile
2021-12-04Refactor MimeTypes.ToExtension()Ahmed Rafiq
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-04Update documentationAhmed Rafiq
2021-12-04Use MimeTypes package to determine MIME typeAhmed Rafiq
This simplifies the code since we don't have to keep large mappings of extensions and MIME types. We still keep the ability to override the mappings for: - filling in entries not present in the package, for e.g. ".azw3" - picking preferred extensions, for e.g. MimeTypes provides ".conf" as a possible extionsion for "text/plain", and while that is correct, ".txt" would be preferrable - compatibility reasons
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-26- enable seek function when direct streaming over DLNAMarius Luca
2021-11-24Migrate network configuration safelycvium
2021-11-20Merge pull request #6870 from cvium/fix_omdb_image_providerCody Robibero
2021-11-19Merge pull request #6850 from PetrusZ/collection-validatorCody Robibero
2021-11-19Refactor omdb providerscvium
2021-11-18Replace library option to AutomaticallyAddToCollectionPetrus.Z
Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-17Add AutoCollection optionPetrus.Z
it can determine whether auto create/add movies to collection Signed-off-by: Petrus.Z <silencly07@gmail.com>
2021-11-16Fix some warningsBond_009
2021-11-15Add setter for CustomPrefsJoe Rogers
2021-11-15Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1dependabot[bot]
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13Merge pull request #6818 from Bond-009/passwordCody Robibero
2021-11-12Remove Obsolete attribute on enumCody Robibero
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
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