Commit Graph

54 Commits (34a8cc203a68d0201dbdbf59a53bdfd41fd80dff)

Author SHA1 Message Date
Cody Robibero 0bc41c015f
Store lyrics in the database as media streams (#9951)
7 months ago
Cody Robibero 892973a9e3
Merge branch 'master' into media-type
11 months ago
Cody Robibero 2920611ffc Convert string MediaType to enum MediaType
12 months ago
Stepan Goremykin f84469d500 Remove redundant using directives
12 months ago
Shadowghost 4bb17039d7 Apply review suggestions
1 year ago
Shadowghost a0d13a2418 Apply suggestions from code review
1 year ago
Shadowghost 46a6755e65 Add item id to playback start/stop events
1 year ago
Shadowghost 958f8f71e8 Add wrapper object for authentication event information
1 year ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
crobibero e021a0e9ce Update to dotnet 5.0.7
3 years ago
Bond_009 0bc0601442 Fix some warnings
3 years ago
Patrick Barron e5380c653b Merge branch 'master' into ef-cleanup
4 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
4 years ago
Patrick Barron f638ee6b09 Enable nullable for Jellyfin.Data and remove unnecessary attributes
4 years ago
Patrick Barron d9263dacd5 Enable nullable for Jellyfin.Server.Implementations
4 years ago
crobibero 5de8c249a0 Don't send activity event if notification type is null
4 years ago
Niels van Velzen 72534f9d66 Use SessionMessageType for WebSocket messages
4 years ago
Patrick Barron ee7beed804 Comment and reorder service registration.
4 years ago
Patrick Barron 6f88087fa9 Use index access instead of LINQ.
4 years ago
Patrick Barron 075ae53d83 Register new IEventConsumer services.
4 years ago
Patrick Barron dcf97efaf8 Rename PackageInstallationFailedLogger to have more consistent naming.
4 years ago
Patrick Barron a40064a146 Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer
4 years ago
Patrick Barron e82dd8b70e Migrate ServerEventNotifier.OnPackageInstallationCompleted to IEventConsumer
4 years ago
Patrick Barron 25437af594 Migrate ServerEventNotifier.OnPackageInstallationFailed to IEventConsumer
4 years ago
Patrick Barron 4478945e20 Migrate ServerEventNotifier.OnPluginUninstalled to IEventConsumer
4 years ago
Patrick Barron b7ceb40d6e Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumer
4 years ago
Patrick Barron b2f734efd1 Gracefully handle exceptions in IEventConsumers
4 years ago
Patrick Barron dc88e93504 Migrate ServerEventNotifier.OnHasPendingRestartChanged to IEventConsumer
4 years ago
Patrick Barron 5282a5c8c2 Migrate ServerEventNotifier.OnTaskCompleted to IEventConsumer
4 years ago
Patrick Barron a0453a0fe6 Migrate ServerEventNotifier.OnUserUpdated to IEventConsumer
4 years ago
Patrick Barron 8b90e0205c Add EventingServiceCollectionExtensions
4 years ago
Patrick Barron 6f7d289feb Create EventManager
4 years ago
Patrick Barron d39e236dfe Migrates ServerEventNotifier.OnUserDeleted to IEventConsumer
4 years ago
Patrick Barron 93c00c1440 Rename to SessionEndedLogger
4 years ago
Patrick Barron 4d18dbf9de Document UserDeletedLogger
4 years ago
Patrick Barron 665f58dfbd Document TaskCompletedLogger
4 years ago
Patrick Barron 8570cfdba6 Migrate ActivityLogEntryPoint.OnSessionEnded to IEventConsumer
4 years ago
Patrick Barron ca3a8bdb98 Migrate ActivityLogEntryPoint.OnSessionStarted to IEventConsumer
4 years ago
Patrick Barron 98cbf1c2de Migrate ActivityLogEntryPoint.OnPackageInstallationFailed to IEventConsumer
4 years ago
Patrick Barron e924444880 Migrate ActivityLogEntryPoint.OnPluginUpdated to IEventConsumer
4 years ago
Patrick Barron 0da7c0568d Migrate ActivityLogEntryPoint.OnPluginUninstalled to IEventConsumer
4 years ago
Patrick Barron b7f21971f4 Migrate ActivityLogEntryPoint.OnPluginInstalled to IEventConsumer
4 years ago
Patrick Barron f4275adfcb Migrate ActivityLogEntryPoint.OnAuthenticationSucceeded to IEventConsumer
4 years ago
Patrick Barron bff05d7186 Migrate ActivityLogEntryPoint.OnAuthenticationFailed to IEventConsumer
4 years ago
Patrick Barron 8a4bdaed6b Migrate ActivityLogEntryPoint.OnUserLockedOut to IEventConsumer
4 years ago
Patrick Barron a1ecafb40d Migrate ActivityLogEntryPoint.OnUserPasswordChanged to IEventConsumer
4 years ago
Patrick Barron 737a86d0cb Migrate ActivityLogEntryPoint.OnUserDeleted to IEventConsumer
4 years ago
Patrick Barron 18d34f953b Migrate ActivityLogEntryPoint.OnUserCreated to IEventConsumer
4 years ago