aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-12-24Add rule to pick up theme videosJoe Rogers
2021-12-24Fix resolved type for TrailersJoe Rogers
2021-12-24Update StyleCopBond_009
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-22Merge pull request #7028 from cvium/everything_went_wrongCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix extras folderscvium
2021-12-19Merge pull request #7015 from Bond-009/zipCody Robibero
2021-12-18Use System.IO.Compression instead of SharpCompress for zipsBond_009
Also removes unused methods from ZipClient
2021-12-18Return null on division by zeroBond_009
2021-12-18Add tests for ProbeResultNormalizer.GetFrameRateBond_009
2021-12-17Merge pull request #6956 from cvium/what_could_go_wrongCody Robibero
2021-12-15Merge pull request #7002 from crobibero/dotnet-6.0.1Joshua M. Boniface
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-15Merge pull request #6912 from crobibero/filename-tvmazeClaus Vium
Add additional provider id parsing to file name
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-11Update ↵Cody Robibero
tests/Jellyfin.Server.Implementations.Tests/Library/PathExtensionsTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-12-12Use correct jpeg MIME typeBond_009
image/jpg isn't a valid MIME type
2021-12-10Simplify StackResolvercvium
2021-12-09update testsCody Robibero
2021-12-09Add more speed and more testsCody Robibero
2021-12-07Fixescvium
2021-12-07Refactor extras parsingcvium
2021-12-04Update unit test nameAhmed Rafiq
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-12-04Update unit test nameAhmed Rafiq
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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 PostAsJsonAsync where possibleBond_009
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-27Add more testsCody Robibero
2021-11-27Allow default/forced tag without setting languageJoe Rogers
2021-11-23Use local time for RecordingHelperTestsianjazz246
2021-11-18Query MediaSourceManager directly in image providersJoe Rogers
Add doc comments/minor tweaks to AudioImageProvider
2021-11-18Merge similar tests with TheoriesJoe Rogers
2021-11-17Query media streams by type instead of filteringJoe Rogers
2021-11-15Merge pull request #6851 from cvium/remove_references_to_ilibrarymanagerCody Robibero
2021-11-15Merge pull request #6831 from 1337joe/image-provider-cleanupCody Robibero
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-15Add logging and fast returnJoe Rogers
2021-11-15Actually check server disabled metadata providersJoe Rogers
2021-11-14Handle unexpected case more gracefullyJoe Rogers
2021-11-13Merge pull request #6818 from Bond-009/passwordCody Robibero
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-11-12Use codec to determine image formatJoe Rogers
2021-11-12Use ImageFormat instead of string for extensionJoe Rogers
2021-11-12Merge similar tests with TheoriesJoe Rogers
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 #5905 from BaronGreenback/TVFixClaus Vium
Fix for Livetv and DLNA when bind interfaces specified.
2021-11-09Merge pull request #6794 from Bond-009/deadClaus Vium
Remove some dead code