aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-14Translated using Weblate (Norwegian Bokmål)Odd Stråbø
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2020-05-15Merge pull request #3084 from fhriley/fix_allow_originVasily
Fix #3083: Set the Access-Control-Allow-Origin header to the request …
2020-05-14Fix regressions introduced by #3098Patrick Barron
2020-05-14If second cleaning results in same name skip lookupErik Rigtorp
2020-05-15Implement a cleanup migrationVasily
2020-05-14Rename functionFrank Riley
2020-05-14Use simpler dictionary iterator.Frank Riley
2020-05-14Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from reviewFrank Riley
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-05-14Fix #3083: Set the Access-Control-Allow-Origin header to the request ↵Frank Riley
origin/host header if possible
2020-05-15Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105Vasily
2020-05-14Removed unnecessary usingsPatrick Barron
2020-05-14Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-14Address review commentsPatrick Barron
2020-05-14Update Books Resolver File Typesartiume
2020-05-14Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.csErik Rigtorp
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-14Update MediaBrowser.Providers/Tmdb/Movies/TmdbSearch.csErik Rigtorp
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-14Add code analyzers to Jellyfin.Naming.Tests and fix resulting warningsaled
2020-05-14Add color primaries to ffprobe outputMrTimscampi
2020-05-14Add HLG to the video range detectionMrTimscampi
2020-05-14Add color transfer to ffprobe resultsMrTimscampi
2020-05-14Merge pull request #2162 from Bond-009/websocketVasily
Rewrite WebSocket handling code
2020-05-14Merge branch 'master' into websocketMark Monteiro
2020-05-14Merge pull request #3089 from MrTimscampi/tmdb-original-titledkanada
Add more information to TmdbSeriesProvider
2020-05-13Fix compile warnings in Jellyfin.Naming.Testsaled
2020-05-13Implement more review suggestionsPatrick Barron
2020-05-13Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin ↵Patrick Barron
into activitydb-efcore
2020-05-13Remove more unused codePatrick Barron
2020-05-13Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-13Apply review suggestionsPatrick Barron
2020-05-13Merge pull request #2774 from mark-monteiro/simplify-https-configVasily
Simplify HTTPS Properties
2020-05-13Merge pull request #3098 from barronpm/remove-iloggerVasily
Remove Support for Injecting ILogger Directly
2020-05-13Fix style issue in TmdbSeriesProviderMrTimscampi
2020-05-13Apply documentation suggestions from code reviewMark Monteiro
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-132nd half of changesPatrick Barron
2020-05-12Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Data/SqliteUserDataRepository.cs # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Entities/User.cs # Jellyfin.Data/ISavingChanges.cs # Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj # Jellyfin.Server.Implementations/JellyfinDb.cs # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Model/Notifications/NotificationOptions.cs # MediaBrowser.sln
2020-05-12Initial migration codePatrick Barron
2020-05-12Translated using Weblate (Bengali)tanvir-ahmed-siddique
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2020-05-12Translated using Weblate (Hebrew)D Z
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-05-12Remove support for injecting ILogger directlyPatrick Barron
2020-05-12Fix build errorsPatrick Barron
2020-05-12Merge branch 'master' into activitydb-efcorePatrick Barron
2020-05-12Translated using Weblate (German (Swiss))rapmue
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
2020-05-12Address suggestionsMrTimscampi
2020-05-12Merge pull request #3038 from barronpm/generated-code-cleanupBond-009
Clean up generated code
2020-05-11Translated using Weblate (Italian)millallo
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-05-11Translated using Weblate (Italian)Federico Antoniazzi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-05-11Merge pull request #2900 from mark-monteiro/migration-dependency-injectionBond-009
Use dependency injection to construct migration routines
2020-05-10Fix mergeMark Monteiro
2020-05-10Do not include a double slash in URLs when a base URL is not setMark Monteiro
2020-05-10Merge branch 'master' into simplify-https-configMark Monteiro