aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-31Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.Erwin de Haan
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-31Update SkiaSharp to 2.80.1 and replace resize code.Erwin de Haan
This fixed the blurry resized images in the Web UI.
2020-07-31Merge pull request #3759 from AlfHou/readme_flag_fixAnthony Lavado
Change 'nowebcontent' flag to 'nowebclient' flag in readme
2020-07-31Merge pull request #3727 from K900/patch-1Anthony Lavado
Fix #3624
2020-07-31Merge pull request #3760 from thornbill/true-or-falseAnthony Lavado
Fix inverted logic for LAN IP detection
2020-07-31Merge pull request #3740 from Bond-009/alloc3Anthony Lavado
Optimize Substring and StringBuilder usage
2020-07-31Merge pull request #3761 from cvium/fix_mem_leakJoshua M. Boniface
Fix DI memory leak
2020-07-31Use factory pattern to instantiate jellyfindb context to avoid disposed ↵cvium
contexts piling up in DI container
2020-07-30Fix inverted logic for LAN IP detectionBill Thornton
2020-07-30There is no 'nowebcontent' flag, the correct flag is 'nowebclient'Alf Sebastian Houge
2020-07-30Merge pull request #3757 from jellyfin/update_blurhashsharpBond-009
Update BlurHashSharp and set max size to 128x128
2020-07-30Update BlurHashSharp and set max size to 128x128cvium
2020-07-30Merge pull request #3747 from barronpm/memorycacheBond-009
Use Memory Cache
2020-07-29Use MemoryCache in DeviceManagerPatrick Barron
2020-07-29Use MemoryCache in ChannelManagerPatrick Barron
2020-07-29Use MemoryCache in LibraryManagerPatrick Barron
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-07-28Merge pull request #3725 from joshuaboniface/fix-ci-dockerJoshua M. Boniface
Flip quoting in variable set command
2020-07-28Merge pull request #3720 from joshuaboniface/fix-bump-versionJoshua M. Boniface
Fix bump_version so it works properly
2020-07-28Merge pull request #3724 from joshuaboniface/bump-master-versionJoshua M. Boniface
Bump master version to 10.7.0 for next release
2020-07-28Translated using Weblate (German)tmechen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-07-28Fix #3624K900
It doesn't really make sense to throw an error when creating the default user, because the error is completely non-actionable. Instead, if the autodetected username is not valid, just fall back to a sane default.
2020-07-28Flip quoting in variable set commandJoshua M. Boniface
The quoting as-is was broken and would result in a junk output. This way, the proper value is obtained.
2020-07-27Merge pull request #3723 from joshuaboniface/fix-ci-dockerAnthony Lavado
Get and tag with the actual release version in CI
2020-07-27Get and tag with the actual release version in CIJoshua M. Boniface
2020-07-27Bump master version to 10.7.0 for next releaseJoshua M. Boniface
2020-07-27Fix bump_version so it works properlyJoshua M. Boniface
2020-07-27Merge pull request #3679 from barronpm/json-1Anthony Lavado
Use System.Text.Json in DefaultPasswordResetProvider
2020-07-27Merge pull request #3684 from Bond-009/warn22Joshua M. Boniface
Fix warnings
2020-07-26Translated using Weblate (Chinese (Traditional))gnehs
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-07-26Merge pull request #3711 from yrjyrj123/fix_hw_decoder_for_macosAnthony Lavado
Fix the problem that hardware decoding cannot be used on macOS.
2020-07-26Merge pull request #3699 from oddstr13/pr-embedded-subs-1Anthony Lavado
Fix embedded subtitles
2020-07-26Merge pull request #3660 from crobibero/plugin-config-locationAnthony Lavado
Force plugin config location
2020-07-26Merge pull request #3704 from oddstr13/pr-dotdir-sample-1Anthony Lavado
Don't ignore dot directories or movies/episodes with sample in their name.
2020-07-26Merge pull request #3597 from barronpm/jellyfin-drawing-skia-cleanupAnthony Lavado
Jellyfin.Drawing.Skia Cleanup
2020-07-26.Odd Stråbø
2020-07-26Add more tests, update commentOdd Stråbø
2020-07-27remove spacesNyanmisaka
2020-07-27Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs不帅你报警
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2020-07-26Update EncodingHelper.cs不帅你报警
Fix the problem that hardware decoding cannot be used on macOS.
2020-07-27Merge pull request #3703 from oddstr13/pr-username-space-1dkanada
Allow space in username
2020-07-26CommentOdd Stråbø
2020-07-26Update comment to include spaceOdd Stråbø
2020-07-26Yep. I failed at copy-pasting.Odd Stråbø
2020-07-25Don't ignore dot directories.Odd Stråbø
Use `.ignore` file to hide directory from library scan. Also, please tell me we handle sample matching somewhere else? This is a mess.
2020-07-25Allow space in usernameOdd Stråbø
2020-07-25Use async json serialization.Patrick Barron
2020-07-25Fix formatingOdd Stråbø
2020-07-25Fix embedded subtitlesOdd Stråbø
2020-07-24Merge pull request #3657 from Bond-009/readonlyspanJoshua M. Boniface
Review usage of string.Substring (part 1)