aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-15Removing if statement and always testing reverse of x and y.ankenyr
2021-08-15Breaking up the test theory so episodes and the results are on their own lines.ankenyr
2021-08-15Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-15Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Thanks for this suggestion. I will try to keep this in mind going forward with future PRs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-16Make performer regex staticMrTimscampi
2021-08-16Address commentsMrTimscampi
2021-08-16Fix documentation for lyricist and arrangerMrTimscampi
2021-08-16Add some new music-related person types and parse from ffprobeMrTimscampi
2021-08-16Add performers to the ffprobe normalization for audioMrTimscampi
2021-08-16Address commentsMrTimscampi
2021-08-16Add test for audio file ffprobe normalizationMrTimscampi
2021-08-16Enable people for audio filesMrTimscampi
2021-08-16Merge pull request #6423 from richlander/mediabrowser-controllerBond-009
Fix warnings in MediaBrowser.Controller
2021-08-15Minor improvementsBond_009
2021-08-15Merge pull request #6392 from Bond-009/tests9Claus Vium
ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests
2021-08-15Merge pull request #6427 from winterqt/patch-1Joshua M. Boniface
Disable UseAppHost in portable deployment
2021-08-15Merge pull request #6429 from crobibero/dotnet-5.0.9Joshua M. Boniface
Update to dotnet 5.0.9
2021-08-15Update per feedbackRich Lander
2021-08-15Update MediaBrowser.Controller/Entities/IHasMediaSources.csRich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-16Merge pull request #6428 from Bond-009/tests10dkanada
Fix PasswordHash tests
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-08-15Merge pull request #6381 from Bond-009/nullable5Bond-009
Enable nullable for DlnaManager
2021-08-15Fix PasswordHash testsBond_009
2021-08-14Disable UseAppHost in portable deploymentWinter
2021-08-14Translated using Weblate (Spanish)dtorner
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2021-08-14Translated using Weblate (Catalan)Daniel
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2021-08-14Translated using Weblate (Greek)FancyNerd92
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2021-08-14Translated using Weblate (Swedish)cotlol
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2021-08-14Translated using Weblate (English)FancyNerd92
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en/
2021-08-14Added translation using Weblate (Pirate)artiume
2021-08-14Fix explicit stream selection in MediaEncoder.ExtractImageInternalboolemancer
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-08-13Fix devices migrationPatrick Barron
2021-08-13Remove old response code documentationPatrick Barron
2021-08-13Fix QuickConnect tests, move class to proper namespacePatrick Barron
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-13Add IAuditableEntityPatrick Barron
2021-08-13Add test for fanart tagDavid Ullmer
2021-08-13Modify FetchThumbNode method to read children of fanart tagDavid Ullmer
2021-08-13Move thumb tag parsing to separate methodDavid Ullmer
2021-08-13Merge pull request #6339 from richlander/mediabrowser-controller-entitiesBond-009
2021-08-13Merge pull request #6335 from richlander/media-provides-analysis-fixesBond-009
2021-08-13Merge branch 'master' into tonemap-overlayNyanmisaka
2021-08-13Merge pull request #6267 from Bond-009/minor15Bond-009
Minor fixes
2021-08-13Merge branch 'master' into minor15Bond-009
2021-08-12Address commentBond_009
2021-08-12Merge pull request #6414 from richlander/mediabrowser-controller-mediaencodingBond-009
2021-08-11Update MediaBrowser.Controller/Entities/Folder.csRich Lander
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-11Apply suggestions from code reviewRich Lander
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-11Separating out error cases from good cases.ankenyr