aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-06-10Merge pull request #9564 from AmbulantRex/whitelist-dllsCody Robibero
2023-06-05Mock configuration to get SqliteCacheSizeKey during testCody Robibero
2023-05-10Fix local JPG primary image for video being overwritten by screen grabber ↵SenorSmartyPants
(#9552)
2023-04-16Remove unnecessary type extension and handle feedback.AmbulantRex
2023-04-16Add explicit mapping instead of reflection to manifest reconciliation.AmbulantRex
2023-04-15Merge branch 'jellyfin:master' into whitelist-dllsAmbulantRex
2023-04-10Use default instead of zero for TranscodeReasonStepan Goremykin
2023-04-09Reconcile pre-packaged meta.json against manifest on installAmbulantRex
2023-04-06Inline out variable declarationStepan Goremykin
2023-04-06Remove redundant castsStepan Goremykin
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-01Correct style inconsistenciesAmbulantRex
2023-03-30Add DLL whitelist support for pluginsAmbulantRex
2023-03-27Fix #7610Bond_009
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-20Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFOCody Robibero
Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-03-18Add test for cleaning extra namesSenorSmartyPants
2023-03-18Merge pull request #9496 from mammo0/fix_file_stackingBond-009
2023-03-15fixed typomammo0
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-03-15Merge pull request #9460 from Shadowghost/rating-overhaulBond-009
2023-03-15fixed FourSisters test casemammo0
The files should be treated as separate movies and should not be stacked, because the parttype is missing.
2023-03-15fixed stacking test casesmammo0
Movies should not be stacked if no parttype is given.
2023-03-09Backport pull request #9422 from jellyfin/release-10.8.znyanmisaka
Fix stream map when using filter_complex with unlabeled output Original-merge: 6821a2ab358761282a0030c42c837b39bad089e1 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: crobibero <cody@robibe.ro>
2023-03-09Change test to allow owned items to run local providersSenorSmartyPants
I need more information about the need for this test, to make sure I am not introducing an issue.
2023-03-09Extend language code handlingShadowghost
2023-03-06Fix cases where multiple files are resolved as a single bookJoe Rogers
2023-03-06Add tests for audio book resolvingJoe Rogers
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
2023-03-06Remove some BaseItem references to make ItemResolveArgs more usable for testing.Joe Rogers
2023-02-27Fix auth endpoints using api key (#9408)Cody Robibero
2023-02-23Merge pull request #8526 from Shadowghost/rating-overhaulCody Robibero
2023-02-21Merge pull request #9365 from Bond-009/friendlynameBond-009
2023-02-20Fix #7516Bond_009
2023-02-20Improve alternate ordering (#9336)Bond-009
2023-02-20Add default rating selectionsShadowghost
2023-02-20Overhaul content ratingsShadowghost
2023-02-19Merge pull request #9343 from Lenart12/masterBond-009
2023-02-18Merge pull request #9337 from Bond-009/regexBond-009
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-17Add rule and tests to fix #9341Lenart Kos
Add an additional EpisodeExpression that matches `Series title Season 3 Episode 9 - Episode title.avi` correctly. Fixes #9341
2023-02-17Reduce string allocations by regexBond_009
2023-02-16Merge pull request #9061 from Bond-009/ctBond-009
2023-02-16Fix testsBond_009
2023-02-16Verify ContentType of uploaded imagesBond_009
2023-02-15Make exact match primary videoBond_009
2023-02-14Fix #9300 (#9312)Bond-009
2023-02-12Merge branch 'master' into simplify_authzcvium
# Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2023-02-12Fix error in XmlTvListingsProviderTests (#9302)Bond-009
2023-02-12Always run code analyzers for tests projects (#9304)Bond-009
2023-02-12Merge pull request #9253 from Bond-009/nullrefBond-009