aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-12-17Change PluginStatus states.Greenback
2020-12-16Copy previous plugin settings if they don't exist.Greenback
2020-12-16Corrections as recommended.Greenback
2020-12-15Replaced TryGetPlugin with GetPluginGreenback
2020-12-15Changes as recommended.Greenback
2020-12-15Changed as suggested.Greenback
2020-12-15Suggested changes.Greenback
2020-12-15Delete disabled.pngBaronGreenback
Should have a capital letter
2020-12-15Add files via uploadBaronGreenback
2020-12-15Fixed gitmerge.Greenback
2020-12-15Merge branch 'master' into PluginDowngradeBaronGreenback
2020-12-15Enable local file repositoriesGreenback
2020-12-15Plugin setting migration to folders.Greenback
2020-12-14Mark plugin failure on DI Loop.Greenback
2020-12-14Delete plugin working.Greenback
2020-12-14Initial uploadGreenback
2020-12-13Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policiesJoshua M. Boniface
2020-12-13Merge pull request #4773 from Artiume/patch-10Joshua M. Boniface
Remove opf extension for book types
2020-12-13Translated using Weblate (French (Canada))A Foley
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
2020-12-13Merge pull request #4726 from BaronGreenback/19.0RC--Fix-CertificateLoadErrorClaus Vium
Fix - Access Denied on using certificates in windows as user.
2020-12-11remove opf extension for book typesartiume
2020-12-12Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-12-11fix ssl certificate cannot be savednyanmisaka
2020-12-11Merge pull request #4710 from OancaAndrei/syncplay-fix-session-restoreClaus Vium
Restore sessions in SyncPlay groups upon reconnection
2020-12-11Merge pull request #4756 from crobibero/api-key-inverted-conditionClaus Vium
Fix inverted condition when authenticating with an ApiKey
2020-12-11Merge pull request #4737 from crobibero/missing-ensure-successClaus Vium
2020-12-11Merge pull request #4757 from cvium/semi_revert_defer_image_loadingClaus Vium
2020-12-10Translated using Weblate (Slovenian)kaboom83
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2020-12-10Don't throw exception unless neededcrobibero
2020-12-10Simplifycvium
2020-12-10Merge pull request #4753 from crobibero/5.0.1Claus Vium
Update to dotnet 5.0.1
2020-12-10Merge pull request #4701 from crobibero/plugin-versionClaus Vium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-09Fix inverted condition when authenticating with an ApiKeycrobibero
2020-12-09Update to dotnet 5.0.1crobibero
2020-12-09Add tests for HdHomerunHost.TryGetTunerHostInfoBond_009
2020-12-09Add tests for HdHomerunHost.GetLineupBond_009
2020-12-08Merge pull request #4738 from jellyfin/tests8Claus Vium
Add tests for HdHomerunHost.GetModelInfo
2020-12-08Add tests for HdHomerunHost.GetModelInfoBond_009
2020-12-08Merge pull request #4736 from nyanmisaka/fix-custom-orderClaus Vium
Fix custom library order
2020-12-08Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
Don't serialize empty GUID to null
2020-12-08Add missing EnsureSuccessStatusCodecrobibero
2020-12-08fix custom library ordernyanmisaka
2020-12-08Fix JsonConverter recursioncrobibero
2020-12-08Merge pull request #4715 from crobibero/hdhr-json-boolClaus Vium
Add number to bool json converter
2020-12-08Merge pull request #4706 from cvium/fix_aspectratio_againClaus Vium
Only apply series image aspect ratio if episode/season has no primary image
2020-12-07Make BaseItemDto Guids nullablecrobibero
2020-12-07Update ApplicationHost.csBaronGreenback
Added X509KeyStorageFlags.UserKeySet
2020-12-07Update authorization policies for SyncPlayIonut Andrei Oanca
2020-12-06Add number to bool json convertercrobibero