aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-06-07improve error handling when a single repository has issuesdkanada
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-06simplify the custom repository feature for nowdkanada
2020-06-06Make books resumable and have duration of 1 secondDaniyar Itegulov
2020-06-05Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-05undo erroneous changescrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-06-05Merge pull request #3245 from jellyfin/fix-azureBond-009
Fix some issues with the CI
2020-06-04Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2020-06-04Translated using Weblate (Norwegian Bokmål)Marius Lindvall
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-05disable rule that requires comments in two image providers for nowdkanada
2020-06-05add missing comments for a few image providersdkanada
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-06-04disable specific rule for playlist image providerdkanada
2020-06-04disable artist image provider until configurabledkanada
2020-06-04fix namespace for providers that were moveddkanada
2020-06-04move most of the image providers to a single directorydkanada
2020-06-04add image provider for artistsdkanada
2020-06-04minor refactoringdkanada
2020-06-04Merge pull request #3164 from dkanada/install-plugindkanada
Fix a few issues with the plugin manifest
2020-06-03add missing ConfigureAwaitcrobibero
2020-06-03fix buildcrobibero
2020-06-03Translated using Weblate (Catalan)Lluís Forns
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2020-06-04Merge branch 'master' into install-plugindkanada
2020-06-04fix build issuesdkanada
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-03Fix buildBond-009
2020-06-03Merge pull request #3203 from Bond-009/warn18Vasily
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
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-03apply code suggestionsdkanada
Co-authored-by: Vasily <JustAMan@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-06-02Remove duplicate codeDavid
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-01Remove log spam when using legacy apicrobibero
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-06-01Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-01Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-01Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-01Update Emby.Server.Implementations/Networking/NetworkManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-312354 open soft-links to read sizeKen Brazier
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-29Merge remote-tracking branch 'upstream/master' into quickconnectConfusedPolarBear
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-28Translated using Weblate (French)Lumenol
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-05-28Fix bug when migrating user db with users that have never logged in.Patrick Barron
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