aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-15Actually check server disabled metadata providersJoe Rogers
2021-11-15- ensure the proper StartTimeTicks variable is forwarded to the ↵Marius Luca
AddDlnaHeaders function
2021-11-15Translated using Weblate (Estonian)rimasx
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/
2021-11-15Added translation using Weblate (Assamese)WWWesten
2021-11-15Merge pull request #6847 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.SourceLink.GitHub-1.1.1
2021-11-15Merge pull request #6846 from jellyfin/dependabot/nuget/Diacritics-3.3.10Bond-009
2021-11-15Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1dependabot[bot]
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15Bump Diacritics from 3.3.4 to 3.3.10dependabot[bot]
Bumps [Diacritics](https://github.com/thomasgalliker/Diacritics.NET) from 3.3.4 to 3.3.10. - [Release notes](https://github.com/thomasgalliker/Diacritics.NET/releases) - [Commits](https://github.com/thomasgalliker/Diacritics.NET/commits) --- updated-dependencies: - dependency-name: Diacritics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-14Handle unexpected case more gracefullyJoe Rogers
2021-11-14Merge pull request #6845 from marius-luca-87/dlnaCody Robibero
Flush the XmlWriter before calling the StringBuilder ToString() method
2021-11-14- flush the XmlWriter before calling the StringBuilder ToString() methodMarius Luca
2021-11-14Translated using Weblate (Indonesian)Haadiy Rozzaq
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2021-11-14Translated using Weblate (Belarusian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/be/
2021-11-14Translated using Weblate (Catalan)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2021-11-13Merge pull request #6818 from Bond-009/passwordCody Robibero
2021-11-13Merge pull request #6837 from crobibero/auth-exceptionv10.8.0-alpha2Joshua M. Boniface
2021-11-13Merge pull request #6841 from joshuaboniface/azure-preJoshua M. Boniface
2021-11-13Send SourceBranch to collect-server.azure.shJoshua M. Boniface
2021-11-13Merge pull request #6838 from crobibero/openapi-nullableClaus Vium
Add nullable dictionary openapi mapping
2021-11-13Add nullable dictionary openapi mappingCody Robibero
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-11-13Merge pull request #6822 from NickSica/masterCody Robibero
2021-11-13Merge pull request #6836 from cvium/apphost_light_cleanupCody Robibero
2021-11-13Very light cleanup in applicationhostcvium
2021-11-12Fix Ombi auth through JellyfinNicholas Sica
2021-11-12Added translation using Weblate (Telugu)WWWesten
2021-11-12Added translation using Weblate (Zulu)WWWesten
2021-11-12Added translation using Weblate (Belarusian)WWWesten
2021-11-12Merge pull request #6830 from crobibero/remote-imageClaus Vium
Fix filtering images without dimensions
2021-11-12Use codec to determine image formatJoe Rogers
2021-11-12Use ImageFormat instead of string for extensionJoe Rogers
2021-11-12Merge pull request #6829 from crobibero/obsolete-enumClaus Vium
Remove Obsolete attribute on enum
2021-11-12Fix filtering images without dimensionsCody Robibero
2021-11-12Remove Obsolete attribute on enumCody Robibero
2021-11-12Merge similar tests with TheoriesJoe Rogers
2021-11-11Merge pull request #6823 from crobibero/displaypreferencesdtoClaus Vium
Fix nullability on DisplayPreferencesDto
2021-11-11Fix Ombi auth through JellyfinNicholas Sica
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-11-11Fixes Ombi auth through JellyfinNickSica
2021-11-10Simplifycvium
2021-11-10Reduce indentationcvium
2021-11-10Try to use Width and Height from ImageInfo to determine aspect ratiocvium
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
2021-11-09Merge pull request #6808 from cvium/dlnope_never_againCody Robibero
2021-11-09Merge pull request #6816 from Bond-009/warn55Cody Robibero
Fix some warnings
2021-11-09Remove unused fieldcvium
2021-11-09lengthcvium
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Merge pull request #6814 from thornbill/fix-issue-templateCody Robibero
2021-11-09Fix yaml format issue in issue templateBill Thornton