aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
Fix some 'bugs' flagged by sonarcloud
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-06-01Translated using Weblate (Tamil)Aswin Kumar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2020-06-01Move logic of computing Blurhash components to ImageProcessorVasily
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
2020-06-01Added translation using Weblate (Tamil)Aswin Kumar
2020-05-30Translated using Weblate (Spanish (Latin America))WontTell
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
2020-05-29Added translation using Weblate (Spanish (Latin America))WontTell
2020-05-28Translated using Weblate (French)Lumenol
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-05-28Fix naming per code reviewVasily
2020-05-28Convert non-local image to local before computing blurhashVasily
2020-05-28Do not compute dimensions or blurhash for remote imagesVasily
2020-05-27Translated using Weblate (French)Elouan MAILLY
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-27Make sure blurhash is recomputed if image changed or metadata refresh toggledVasily
2020-05-27Add blurhashes to ImageBlurHashes for all imagesVasily
2020-05-27Handle errors during blurhash generation so it does not fail the scanVasily
2020-05-26Merge pull request #2733 from OancaAndrei/syncplayJoshua M. Boniface
Add syncplay feature
2020-05-26Merge pull request #3187 from jellyfin/revert-2492-fix-api-private-data-leakJoshua M. Boniface
Revert "Fix emby/user/public API leaking sensitive data"
2020-05-26Update WebSocketSharpRequest.csBond-009
2020-05-26Update WebSocketSharpRequest.csBond-009
2020-05-26Merge pull request #3033 from neilsb/autodiscover-url-overrideAnthony Lavado
Allow override of address published by auto discovery
2020-05-26Revert "Fix emby/user/public API leaking sensitive data"Joshua M. Boniface
2020-05-26Fix code issuesgion
2020-05-26Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-26Change image blurhash mapping to "image type to blurhash"Vasily
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-26Apply suggestions from code reviewVasily
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-05-24Update Emby.Server.Implementations/Udp/UdpServer.csNeil Burrows
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-05-21Translated using Weblate (Spanish (Mexico))WontTell
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-05-21Translated using Weblate (Icelandic)Óskar Freyr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2020-05-21Translated using Weblate (Thai)fonfire
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-05-21Translated using Weblate (Chinese (Hong Kong))fatbill27
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2020-05-21Added translation using Weblate (Thai)fonfire
2020-05-21Merge pull request #3144 from Artiume/patch-3Anthony Lavado
Add lost+found to ignore list
2020-05-21Translated using Weblate (Portuguese (Brazil))Vitorvlv
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2020-05-21Translated using Weblate (Arabic)abdulaziz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-05-21Rename Hash to BlurHash in all properties and methods for clarityVasily
2020-05-21Fix nullref for imageProcessor in LibraryManagerVasily
2020-05-20Update Emby.Server.Implementations/IStartupOptions.csNeil Burrows
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-20Renaming variable and refactoring IF statementNeil Burrows
2020-05-19Add lost+found to ignore listartiume
https://forum.jellyfin.org/t/library-not-loading/2086
2020-05-19More small optimizationsVasily
2020-05-19Compute hash only when one is not computed in DB, small optimizations here ↵Vasily
and there
2020-05-19Fix nullref exceptionVasily
2020-05-19Merge pull request #3037 from ConfusedPolarBear/access-controlVasily
Fix CORS header not being added to exceptions
2020-05-19Translated using Weblate (Hebrew)NaorManna
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-05-19Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2020-05-18Apply suggestions from code reviewConfusedPolarBear
2020-05-19Fix compilation after rebaseVasily