aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-07Inline out variablesStepan Goremykin
2023-10-07Move declaration closer to usageStepan Goremykin
2023-10-07Remove redundant semicolonStepan Goremykin
2023-10-07Pass cancellation tokenStepan Goremykin
2023-10-07Remove redundant castStepan Goremykin
2023-10-07Remove redundant SuppressFinalize callStepan Goremykin
2023-10-07integrate development from v1herby2212
2023-10-07Switch to named placeholdersherby2212
2023-10-07Merge pull request #10321 from feilongfl/masterBond-009
2023-10-06Remove unnecessary Trim() from GetPersonFromXmlNodePatrick Barron
2023-10-06Remove logger parameter from XmlReaderExtensions.TryReadDateTimePatrick Barron
2023-10-06Use extension methods in GetPersonFromXmlNodePatrick Barron
2023-10-06More miscellaneous cleanupPatrick Barron
2023-10-06Add TryReadInt to XmlReaderExtensionsPatrick Barron
2023-10-06Add ReadNormalizedString to XmlReaderExtensionsPatrick Barron
2023-10-06Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensionsPatrick Barron
2023-10-06Add GetStringArray and GetPersonArray to XmlReaderExtensionsPatrick Barron
2023-10-06Add XmlReader.GetPersonFromXmlNodePatrick Barron
2023-10-06Update github/codeql-action action to v2.22.0 (#10351)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-06Merge pull request #10255 from thomasjohansen/fix/probesizeClaus Vium
Fix/probesize
2023-10-06Merge pull request #10135 from 0x25CBFC4F/fix/ffmpeg-probesizeClaus Vium
Fixed probesize argument passing to FFmpeg
2023-10-06simplify the ifClaus Vium
2023-10-06Translated using Weblate (Pirate (pr))[ ]
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-10-06change Substring to AsSpanfei long
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-10-05Use CryptoStream to convert stream from base64Bond_009
Should be way more efficient
2023-10-05Don't create non existent persons in LibraryManager.GetPersonBond_009
return null instead. GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one when the requested one doesn't exist Fixes #3901
2023-10-05Update Jellyfin.Server.Implementations/Security/AuthorizationContext.csBond-009
Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-10-05Merge pull request #10340 from jellyfin/renovate/pin-dependenciesBond-009
2023-10-05Pin actions/stale action to 1160a22renovate[bot]
2023-10-05#10333 Updates issue stale action to fix issues with not running (#10334)Jacob Slusser
2023-10-05fix: use movie.nfo first when <filename>.nfo also exists ↵Leo
(jellyfin/jellyfin#1558)
2023-10-05Merge pull request #10330 from nyanmisaka/fix-ffmpeg-opt-fedoraBond-009
2023-10-04Add SystemManager servicePatrick Barron
2023-10-04Translated using Weblate (French)Artnal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2023-10-04Translated using Weblate (Spanish)Piranha
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2023-10-04Simplify some stuff in AuthorizationContextBond_009
2023-10-04Use Authorization header in integration testsBond_009
instead of X-Emby-Authorization And ensure the response has a successful status code
2023-10-04Merge pull request #10331 from barronpm/minor-cleanupBond-009
2023-10-03Add book related values to PersonKind (#10325)Pithaya
2023-10-03Merge pull request #10222 from Bond-009/photosClaus Vium
2023-10-03Reduce nesting in SessionManager.OnPlaybackStoppedPatrick Barron
2023-10-03Use DI for IFileSystemPatrick Barron
2023-10-03Remove unnecessary ToString in RobotsRedirectionMiddlewarePatrick Barron
2023-10-03Remove unused fields and parametersPatrick Barron
2023-10-03Merge pull request #10318 from MartinWilkerson/add-shebang-to-initscriptBond-009
2023-10-03Merge pull request #10323 from hagaygo/masterBond-009
2023-10-03Merge pull request #10261 from barronpm/ihostlifetimeBond-009
2023-10-03Merge pull request #10219 from Bond-009/zfsBond-009
2023-10-03Merge pull request #10329 from 1337joe/update-whitelistBond-009