aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-20Add internal id for new usersPatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-20Fix profile images.Patrick Barron
2020-05-20Manually specify enum valuesPatrick Barron
2020-05-20Fix default permissions and HasPassword propertyPatrick Barron
2020-05-20Fix issues and add profile image supportPatrick Barron
2020-05-20Document various classes.Patrick Barron
2020-05-20Fix more issuesPatrick Barron
2020-05-20Fix an issue causing multiple permissions/preferences objects to be created.Patrick Barron
2020-05-20Add some missing propertiesPatrick Barron
2020-05-20Migrate User DB to EF CorePatrick Barron
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-16Merge pull request #3117 from JustAMan/no-more-doppelgangersVasily
Fixes collections (and probably some extras support, too)
2020-05-15Merge remote-tracking branch 'upstream/master' into no-more-doppelgangersMark Monteiro
2020-05-15Do not run DELETE command if no extras are detectedMark Monteiro
Also log a message if no extras were detected Also log the path used for the database backup Also add some comments to explain the migration
2020-05-15Merge pull request #2970 from barronpm/activitydb-efcoreVasily
Migrate Activity Database to Entity Framework Core
2020-05-15Fixed compilation, added backing db before removing extrasVasily
2020-05-15Fixed indentationPatrick Barron
2020-05-15Apply suggestions from code reviewVasily
Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
2020-05-15Apply more review suggestionsPatrick Barron
2020-05-15Apply more review suggestionsPatrick Barron
2020-05-15Merge pull request #3085 from MrTimscampi/vtt-positiondkanada
Add positionning cues to WebVTT writer
2020-05-15Merge pull request #3118 from barronpm/fix-regressionsdkanada
Fix regressions introduced by #3098
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-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-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-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