aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-16Add alternate resolver test, generate extra folder namesJoe Rogers
2022-01-16Address review commentsJoe Rogers
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-01-15Add -extra suffix for consistencyJoe Rogers
2022-01-15Order rules so directory takes precedence over namingJoe Rogers
2022-01-14Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-12Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-11Refactor and add scheduled taskcvium
2022-01-10Bump FsCheck.Xunit from 2.16.3 to 2.16.4dependabot[bot]
Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.3 to 2.16.4. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.3...2.16.4) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-08Merge pull request #7101 from Bond-009/imagejpgCody Robibero
Remove incorrect mime type image/jpg
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-04Speed up Jellyfin.Naming.TestsBond_009
In my limited testing this saves ~4 seconds, from 19 to 15 seconds (in Xunit itself)
2022-01-04Remove incorrect mime type image/jpgBond_009
2022-01-03Merge pull request #7080 from crobibero/ws-tokenCody Robibero
2022-01-03Merge pull request #7052 from crobibero/image.jpegCody Robibero
2022-01-04Embed ProviderUtils into MetadataServiceJoe Rogers
2022-01-03Remove existing images when applying identifyJoe Rogers
2022-01-02Merge a couple tests, extract duplicate codeJoe Rogers
2022-01-02Add test for #6830Joe Rogers
2022-01-02Merge pull request #7058 from cvium/the_most_important_featureBond-009
2022-01-01Use IAuthorizationContext for websocketCody Robibero
2022-01-01Remove file extension filter and fix buildcvium
2021-12-31Add ability to search by -Cody Robibero
2021-12-31Add tests and documentation for ProviderUtilsJoe Rogers
2021-12-28Use dedicated resolvers for extrascvium
2021-12-27Remove more warningsCody Robibero
2021-12-25Merge pull request #7044 from 1337joe/fix-trailers-v2Cody Robibero
Fix trailers v2
2021-12-25Add image/jpg to extension lookupCody Robibero
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