aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-12-03Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2022-11-27Merge pull request #8790 from Bond-009/todoCody Robibero
2022-11-27Fix last CA1305 error (#8806)Bond-009
2022-11-27Investigate some TODO commentsBond_009
2022-11-23Merge pull request #7039 from 1337joe/providermanager-cleanupBond-009
2022-11-23Fix unit tests after merge from masterJoe Rogers
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-11-13Merge pull request #8666 from dmitrylyzo/fix-secondary-audioBond-009
Fixes https://github.com/jellyfin/jellyfin-web/issues/4044 Fixed https://github.com/jellyfin/jellyfin/issues/8673
2022-11-05Add regression test for #8696Bond_009
2022-10-31fix testsDmitry Lyzo
2022-10-27Fix extra type differentiationphotonconvergence
Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break
2022-10-22Migrate MusicBrainz plugin to MetaBrainz.MusicBrainzMrTimscampi
Co-authored-by: crobibero <cody@robibe.ro> Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2022-10-17Properly handle IPs with subnetmasksShadowghost
2022-10-12Rewrite BaseItem.ModifySortChunksBond_009
2022-10-07Add hearing impaired subtitle stream indicator (#7379)Joe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-10-07Merge branch 'master' into providermanager-cleanupClaus Vium
2022-10-07Merge pull request #6751 from Bond-009/tests12Claus Vium
Fix DLNA UpdateProfile test
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ```
2022-10-01Merge branch 'master' into network-rewriteShadowghost
2022-09-28Remove redundant using directivesHannes Braun
2022-09-26Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-23Backport pull request #8433 from jellyfin/release-10.8.zCody Robibero
Update to dotnet 6.0.9 Original-merge: 4ec82ec662834867742a08dff680c938c4a5542a Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-09-09Fix build errors from new warningsCody Robibero
2022-09-09Bump xunit from 2.4.1 to 2.4.2dependabot[bot]
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xunit/xunit/releases) - [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.4.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Bump Moq from 4.18.1 to 4.18.2dependabot[bot]
Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.18.1...v4.18.2) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-05Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1dependabot[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-08-13Backport pull request #8234 from jellyfin/release-10.8.zCody Robibero
update to dotnet 6.0.8 Original-merge: 31f9938e3a1cdb5bac732b393c252c3ebc4689ec Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua Boniface <joshua@boniface.me>
2022-08-13Backport pull request #8212 from jellyfin/release-10.8.zSenorSmartyPants
Add resolution text for 384 sized video Original-merge: 7ffdde9a0b88f543a84fa8a3fa7487cbe8dda8b4 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua Boniface <joshua@boniface.me>
2022-08-01Backport pull request #8087 from jellyfin/release-10.8.zJoshua Boniface
feat: make subtitleeditparser generic Authored-by: Claus Vium <cvium@users.noreply.github.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7323ccfc232d31797af3ceb8bad93cae1ea0898d
2022-07-20Backport pull request #8115 from jellyfin/release-10.8.zJoshua Boniface
Update to dotnet 6.0.7 Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Joshua M. Boniface <joshua@boniface.me> Original-merge: d0fd23bb4b746ffc98fe76a790706ecfa3c19342
2022-07-20Backport pull request #8104 from jellyfin/release-10.8.zJoshua Boniface
Add resolution text output for more resolutions Authored-by: Shadowghost <Ghost_of_Stone@web.de> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 2b46917dcf7af970dc95d4ef0bbfebac7a520d25
2022-07-20Move away from using Collection, simplify code, add proper orderingShadowghost
2022-07-20Apply review suggestions and fix buildShadowghost
2022-07-19Add generic IPAddress.Parse testsShadowghost
2022-07-19Fix buildShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2022-06-29Merge pull request #7988 from jellyfin/external-streams-exceptionsBond-009
(cherry picked from commit a71b19014218119adb0f7d1bcaf1393943483f49) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-29Merge pull request #7984 from crobibero/dotnet-6.0.6Joshua M. Boniface
Upgrade to dotnet 6.0.6, update remaining dependencies (cherry picked from commit 56e7b323de3e993ba79ed86ef7e9a10f79693156) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-29Merge pull request #7964 from jellyfin/dovi-side-dataJoshua M. Boniface
(cherry picked from commit 39d185c7b19ed2da1ae46566152fb1cf182266cd) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-06-14Merge pull request #7682 from 1337joe/test-preferred-audio-languageBond-009
2022-06-06Merge pull request #7842 from crobibero/dependency-backportCody Robibero
(cherry picked from commit df6c5b6d421aeac7c4c29f9eab75b92f2c3c7ce7) Signed-off-by: crobibero <cody@robibe.ro>
2022-06-06Merge pull request #7802 from jellyfin/externalCody Robibero
(cherry picked from commit 9954cbd550cc0b85ae6579e2504372f74316e7b8) Signed-off-by: crobibero <cody@robibe.ro>
2022-06-04Bump Moq from 4.17.2 to 4.18.1 (#7820)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#7760)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.4 to 6.0.5dependabot[bot]
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.4...v6.0.5) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20Merge pull request #7741 from ↵Joshua M. Boniface
LewkyB/fix-improperly-labeled-four-digit-episode-numbering Fix to allow for episode numbering over 999 in certain scenarios (cherry picked from commit 3ea67374aecdeab6f90b66fecdaf6ee4e510675d) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20Merge pull request #7766 from crobibero/dotnet-6.0.5Joshua M. Boniface
(cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20Merge pull request #7699 from Shadowghost/streambuilder-fixJoshua M. Boniface
(cherry picked from commit b46d61dfdf5e068a9feb26d8b41377a9fdb2cba6) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>