aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-07add missing line from using blockdkanada
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-06remove unnecessary property for repository objectdkanada
2020-06-06save configuration when updating repository listdkanada
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-05Move default repo addition to migrationcrobibero
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-06-04Merge pull request #2154 from dkanada/artist-collagedkanada
Add image provider for artists
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 #3236 from Bond-009/commonVasily
Enable StyleCop for MediaBrowser.Common
2020-06-04Merge pull request #3237 from Bond-009/erroronwarndkanada
Enable TreatWarningsAsErrors for more projects
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-03Merge pull request #3046 from puschie286/add-clean-name-tagBond-009
allow bd tag in file names
2020-06-03Merge branch 'master' into erroronwarnBond-009
2020-06-03Merge branch 'master' into commonBond-009
2020-06-03Merge pull request #3235 from Bond-009/buildVasily
Fix build
2020-06-03Enable TreatWarningsAsErrors for more projectsBond-009
2020-06-03Enable StyleCop for MediaBrowser.CommonBond-009
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-03Update MediaBrowser.Model/Services/IHasRequestFilter.csVasily
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-06-03Merge pull request #3180 from xumix/masterAnthony Lavado
Refactor copy codec checks
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-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-31Merge pull request #3214 from danieladov/masterBond-009
Order ids to merge to avoid stack overflow
2020-05-31refactor MediaBrowser.Api/VideosService.csdanieladov
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-31refactordanieladov
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-31Order ids to merge to avoid stack overflowMister Rajoy
As said in https://github.com/jellyfin/jellyfin/issues/3176, merging 1 with 2 and then 2 with 1 cause an stack overflow. sorting ids first fix the problem
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-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-29Merge pull request #2966 from jellyfin/serve-webBond-009
Remove several deprecated utilities in the web package
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