aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-02Add Dictionary with non-string keys to System.Text.Jsoncrobibero
2020-06-02Merge pull request #3153 from crobibero/api-json-enumCody Robibero
Fix Json Enum conversion, map all JsonDefaults properties to API
2020-06-02Fix testscrobibero
2020-06-02Add second endpoint for Startup/Usercrobibero
2020-06-02Merge pull request #2676 from GranPC/public-pr/blurhashVasily
Implement Blurhash generation for images
2020-06-02revert to System.Text.JsonSerializercrobibero
2020-06-02Fix Json Enum conversion, map all JsonDefaults properties to APIcrobibero
2020-06-02Move SearchService to new API endpointDavid
2020-06-02Remove duplicate codeDavid
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-02Remove duplicate codeDavid
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-01Remove invalid docs and null checkcrobibero
2020-06-01Fix a bug where very old Emby databases didn't use proper Guid'sPatrick Barron
2020-06-01Remove log spam when using legacy apicrobibero
2020-06-01Add Authentication to openapi generation.crobibero
2020-06-01Switch Config controller to System.Text.Jsoncrobibero
2020-06-01Enable CORS and Authentication.crobibero
2020-06-01Translated using Weblate (Tamil)Aswin Kumar
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2020-06-01Merge pull request #2962 from crobibero/api-configCody Robibero
Move ConfigurationService to Jellyfin.Api
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-31Apply review suggestion and fix entity concurrency tokens.Patrick Barron
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-31fix some easy warnings for tmdbdkanada
2020-05-31move tmdb to plugin folderdkanada
2020-05-31minor changes to server configuration filedkanada
2020-05-31add plugin configurations for tvdb and omdbdkanada
2020-05-31Remove unused compile remove statements.Patrick Barron
2020-05-30Remove unused portions of the user schemaPatrick Barron
2020-05-30Document and fix warnings in Group.csPatrick Barron
2020-05-30Expand and document IHasPermissionsPatrick Barron
2020-05-30Clea up IsParentalScheduleAllowedPatrick Barron
2020-05-30Clean up DayOfWeekHelper.cs and remove unnecessary functionPatrick Barron
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-30Reset invalid login attempt count properlyPatrick Barron
2020-05-30Reimplement password resettingPatrick Barron
2020-05-29Added translation using Weblate (Spanish (Latin America))WontTell
2020-05-29Make UserManager.IsValidUsername staticPatrick Barron
2020-05-29Ignore documentation warnings in new migration filesPatrick Barron
2020-05-29Update schema and migration to allow LastLoginDate and LastActivityDate to ↵Patrick Barron
be null
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 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
2020-05-28Update BlurHashSharp to 1.0.1, remove workaroundVasily