| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-20 | Add internal id for new users | Patrick Barron | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-20 | Fix profile images. | Patrick Barron | |
| 2020-05-20 | Manually specify enum values | Patrick Barron | |
| 2020-05-20 | Fix default permissions and HasPassword property | Patrick Barron | |
| 2020-05-20 | Fix issues and add profile image support | Patrick Barron | |
| 2020-05-20 | Document various classes. | Patrick Barron | |
| 2020-05-20 | Fix more issues | Patrick Barron | |
| 2020-05-20 | Fix an issue causing multiple permissions/preferences objects to be created. | Patrick Barron | |
| 2020-05-20 | Add some missing properties | Patrick Barron | |
| 2020-05-20 | Migrate User DB to EF Core | Patrick Barron | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick 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-16 | Merge pull request #3117 from JustAMan/no-more-doppelgangers | Vasily | |
| Fixes collections (and probably some extras support, too) | |||
| 2020-05-15 | Merge remote-tracking branch 'upstream/master' into no-more-doppelgangers | Mark Monteiro | |
| 2020-05-15 | Do not run DELETE command if no extras are detected | Mark 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-15 | Merge pull request #2970 from barronpm/activitydb-efcore | Vasily | |
| Migrate Activity Database to Entity Framework Core | |||
| 2020-05-15 | Fixed compilation, added backing db before removing extras | Vasily | |
| 2020-05-15 | Fixed indentation | Patrick Barron | |
| 2020-05-15 | Apply suggestions from code review | Vasily | |
| Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com> | |||
| 2020-05-15 | Apply more review suggestions | Patrick Barron | |
| 2020-05-15 | Apply more review suggestions | Patrick Barron | |
| 2020-05-15 | Merge pull request #3085 from MrTimscampi/vtt-position | dkanada | |
| Add positionning cues to WebVTT writer | |||
| 2020-05-15 | Merge pull request #3118 from barronpm/fix-regressions | dkanada | |
| Fix regressions introduced by #3098 | |||
| 2020-05-14 | Translated 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-15 | Merge pull request #3084 from fhriley/fix_allow_origin | Vasily | |
| Fix #3083: Set the Access-Control-Allow-Origin header to the request … | |||
| 2020-05-14 | Fix regressions introduced by #3098 | Patrick Barron | |
| 2020-05-15 | Implement a cleanup migration | Vasily | |
| 2020-05-14 | Rename function | Frank Riley | |
| 2020-05-14 | Use simpler dictionary iterator. | Frank Riley | |
| 2020-05-14 | Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review | Frank Riley | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-05-14 | Fix #3083: Set the Access-Control-Allow-Origin header to the request ↵ | Frank Riley | |
| origin/host header if possible | |||
| 2020-05-15 | Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105 | Vasily | |
| 2020-05-14 | Removed unnecessary usings | Patrick Barron | |
| 2020-05-14 | Merge branch 'master' into activitydb-efcore | Patrick Barron | |
| 2020-05-14 | Address review comments | Patrick Barron | |
| 2020-05-14 | Merge pull request #2162 from Bond-009/websocket | Vasily | |
| Rewrite WebSocket handling code | |||
| 2020-05-14 | Merge branch 'master' into websocket | Mark Monteiro | |
| 2020-05-14 | Merge pull request #3089 from MrTimscampi/tmdb-original-title | dkanada | |
| Add more information to TmdbSeriesProvider | |||
| 2020-05-13 | Implement more review suggestions | Patrick Barron | |
| 2020-05-13 | Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin ↵ | Patrick Barron | |
| into activitydb-efcore | |||
| 2020-05-13 | Remove more unused code | Patrick Barron | |
| 2020-05-13 | Merge branch 'master' into activitydb-efcore | Patrick Barron | |
| 2020-05-13 | Apply review suggestions | Patrick Barron | |
| 2020-05-13 | Merge pull request #2774 from mark-monteiro/simplify-https-config | Vasily | |
| Simplify HTTPS Properties | |||
| 2020-05-13 | Merge pull request #3098 from barronpm/remove-ilogger | Vasily | |
| Remove Support for Injecting ILogger Directly | |||
| 2020-05-13 | Fix style issue in TmdbSeriesProvider | MrTimscampi | |
| 2020-05-13 | Apply documentation suggestions from code review | Mark Monteiro | |
| Co-authored-by: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-05-13 | 2nd half of changes | Patrick Barron | |
| 2020-05-12 | Merge branch 'master' into userdb-efcore | Patrick 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-12 | Initial migration code | Patrick Barron | |
