aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-06-21Suggestions from reviewcrobibero
2021-06-20Enhance BaseItemKindTestscrobibero
2021-06-20Merge remote-tracking branch 'upstream/master' into baseitemkind-fixescrobibero
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-06-18Merge pull request #6191 from crobibero/5.0.7Joshua M. Boniface
Update to dotnet 5.0.7
2021-06-14Update to dotnet 5.0.7crobibero
2021-06-13Ignore all test controllerscrobibero
2021-06-12Add test for ReadOnlySpan.Count extensionBond_009
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-09Fix duplicate keys causing an exceptionBond_009
2021-06-08Fix index out of range and add reg testsBond_009
2021-06-07Merge pull request #6156 from Bond-009/minor14Claus Vium
Minor fixes
2021-06-07Merge pull request #5990 from BaronGreenback/UrlDecodingClaus Vium
2021-06-07Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-06-07Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-06-06Minor fixesBond_009
2021-06-05Add property based testingBond_009
2021-06-03Merge branch 'master' into bug/authorization-header-issueTommaso Stocchi
2021-05-31revert test changecvium
2021-05-31Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31reviewcvium
2021-05-27Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probingClaus Vium
2021-05-25Make localizationManager local instead of fieldDavid Ullmer
2021-05-25Update tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csprojClaus Vium
2021-05-24Remove some unnecessary allocationscvium
2021-05-21Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-21Merge pull request #6013 from Bond-009/minor13Bond-009
2021-05-20Merge branch 'master' into tmdb-person-languageBond-009
2021-05-20Merge pull request #6054 from cvium/allocationz_2_extreme_db_plsdonthurtmeBond-009
2021-05-19Review changescvium
2021-05-17Merge pull request #6047 from crobibero/dotnet-5.0.6Joshua M. Boniface
Update to Dotnet 5.0.6
2021-05-18Merge pull request #6051 from Bond-009/tests7Bond-009
Add tests for Recordinghelper
2021-05-17Add tests for NoralizeLanguageDavid Ullmer
2021-05-16Reduce some allocationscvium
2021-05-16Add tests for RecordinghelperBond_009
2021-05-15Changes as requestedBaronGreenback
2021-05-14Update to dotnet5.0.6crobibero
2021-05-11corrected testsBaronGreenback
2021-05-10Add tests for LocalizationManagerDavid Ullmer
2021-05-08Moved testBaronGreenback
2021-05-08Changed to use spanBaronGreenback
2021-05-08Merge remote-tracking branch 'upstream/master' into UrlDecodingBaronGreenback
2021-05-08Minor improvementsBond_009
* properly dispose CancellationTokenSource * rewrite DynamicHlsController.GetSegmentLengths * remove dead code
2021-05-07changedBaronGreenback
2021-05-07Update tests/Jellyfin.Api.Tests/Controllers/EncodedQueryStringTest.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-05-07Update tests/Jellyfin.Api.Tests/Controllers/EncodedQueryStringTest.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-05-07Moved into test controller.BaronGreenback
2021-05-07tests and small fix.BaronGreenback