aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-10-03Fix JELLYFIN_FFMPEG_OPT is not enabled in fedora ExecStartNyanmisaka
2023-10-02Add We;Na to split whitelistJoe Rogers
2023-10-02Apply suggestions from code reviewPatrick Barron
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2023-10-02Re-add shutdown/restart methodsPatrick Barron
2023-10-02Translated using Weblate (Malay)officialdanielamani
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
2023-10-02Translated using Weblate (Danish)Oliver Bastholm
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2023-10-02allow repeated same tv guide m3u channels , issue 6527Hagay Goshen
2023-10-02add pcm format when codec is pcm_*YuLong Yao
2023-10-02use pcm as ext name when codec is pcmYuLong Yao
2023-10-01Add shebang to jellyfin.initMartinWilkerson
2023-09-30Fix sed failing on Docker builds for CentOS/Fedora (#10285)DavidFair
2023-09-30fix: use TryGetString to avoid crashing, fixes #10306 (#10308)Claus Vium
2023-09-29Merge pull request #10305 from thornbill/fix-node-versionsBill Thornton
Update node versions
2023-09-29Clear active sessions on application stoppingPatrick Barron
2023-09-29Update node versionsBill Thornton
2023-09-29I think this is betterThomas Johansen
2023-09-29Merge pull request #10300 from jellyfin/renovate/serilog.sinks.graylog-3.xBond-009
2023-09-28Translated using Weblate (Kannada)Anand CU
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/
2023-09-28Update dependency Serilog.Sinks.Graylog to v3.1.0renovate[bot]
2023-09-27Update github/codeql-action action to v2.21.9 (#10290)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-27Ignore .zfs folderBond_009
Maybe helps with #10215 ?
2023-09-27PhotoResolver: change how generated images are detectedBond_009
Backdrops/fanart are generated as (backdrop)|(fanart)[0-9]*.extension Fixes #7830