aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-05-10Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionalityMark Monteiro
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
2020-05-10Merge branch 'master' into generated-code-cleanupPatrick Barron
2020-05-10Apply review suggestionsPatrick Barron
2020-05-10Add Director to role mapper for TMDbMrTimscampi
2020-05-10Add more information to TmdbSeriesProviderMrTimscampi
2020-05-09Add positionning cues to WebVTT writerMrTimscampi
2020-05-09Translated using Weblate (Chinese (Hong Kong))timothyc824
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2020-05-09Fix code issuesgion
2020-05-09Rename Syncplay to SyncPlaygion
2020-05-09Fix code issuesgion
2020-05-08Translated using Weblate (German (Swiss))andra5
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
2020-05-08Translated using Weblate (Spanish (Mexico))newton181
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2020-05-08Fixed yet another case of hanging on a bad streamVasily
2020-05-08Add Post subtitle in APIredSpoutnik
2020-05-08Add OperationId to SwaggerGencrobibero
2020-05-08Re-raise the exception that caused LiveTV stream to not openVasily
2020-05-07Rename member variables to conform to coding standardErik Rigtorp
2020-05-07Reduce number of TMDB lookups if filenames have punctuation charsErik Rigtorp
Previosly TMDB would be queried with the raw name and always fail, then retry with the cleaned name. Now non-word chars are always cleaned out first. If first query fails, retry with more aggressive cleaning.
2020-05-07Merge pull request #3066 from Artiume/patch-1Bond-009
Remove ogg video mimetype
2020-05-07Remove ogg video mimetypeartiume
2020-05-07Merge pull request #2492 from Polpetta/fix-api-private-data-leakBond-009
Fix emby/user/public API leaking sensitive data
2020-05-07Fix typo in PublicUserDtoDavide Polonio
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-05-06Translated using Weblate (Macedonian)Stefan Petrushevski
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2020-05-07Merge pull request #2969 from BaronGreenback/my-featuredkanada
http in development mode crashed -