| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-24 | Document PlaybackStartEventArgs | Patrick Barron | |
| 2020-08-24 | Merge branch 'master' into event-rewrite-1 | Patrick Barron | |
| # Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | |||
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-08-21 | Make some methods async | Bond_009 | |
| 2020-08-19 | Fix warnings | Bond_009 | |
| 2020-08-15 | Use IEventManager in UserManager | Patrick Barron | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-08-13 | Migrate ActivityLogEntryPoint.OnPlaybackStart to IEventConsumer | Patrick Barron | |
| 2020-07-23 | Merge branch 'master' into displaypreferences-efcore | Patrick Barron | |
| 2020-07-23 | Merge pull request #3664 from Bond-009/createuserasync | Joshua M. Boniface | |
| Make CreateUser async | |||
| 2020-07-23 | Merge pull request #3609 from Bond-009/warn21 | Joshua M. Boniface | |
| Fix warnings | |||
| 2020-07-22 | Make CreateUser async | Bond_009 | |
| 2020-07-20 | Fix warnings | Bond_009 | |
| 2020-07-17 | Migrate Display Preferences to EF Core | Patrick Barron | |
| 2020-07-13 | Remove UserManager.AddParts | Patrick Barron | |
| 2020-07-04 | Use Array.Empty | Patrick Barron | |
| 2020-06-26 | Merge pull request #3437 from barronpm/fix-user-delete | dkanada | |
| Fix User Deletion | |||
| 2020-06-25 | Remove AllowIgnorePath | Claus Vium | |
| 2020-06-24 | Fix typo | Patrick Barron | |
| 2020-06-24 | Fix user deletion. | Patrick Barron | |
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-20 | remove regions | telans | |
| 2020-06-20 | fix SA1119 | telans | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-11 | Properly remove profile images | Patrick Barron | |
| 2020-06-09 | Fix startup wizard. | Patrick Barron | |
| 2020-06-07 | Force configuration paths to not be ignored. | crobibero | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-06-02 | Merge pull request #2676 from GranPC/public-pr/blurhash | Vasily | |
| Implement Blurhash generation for images | |||
| 2020-05-27 | Make sure blurhash is recomputed if image changed or metadata refresh toggled | Vasily | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-26 | Revert "Fix emby/user/public API leaking sensitive data" | Joshua M. Boniface | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-19 | Compute hash only when one is not computed in DB, small optimizations here ↵ | Vasily | |
| and there | |||
| 2020-05-18 | Add endpoint to update all items in library | Jesús Higueras | |
| 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 | |
| 2020-05-07 | Merge pull request #2492 from Polpetta/fix-api-private-data-leak | Bond-009 | |
| Fix emby/user/public API leaking sensitive data | |||
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-04-01 | Address comments | Bond_009 | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
