aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Expand)Author
2020-08-27Fix partial library and channel accesscrobibero
2020-08-25Merge pull request #3910 from barronpm/event-rewrite-1Joshua M. Boniface
2020-08-24Make LibraryController.GetDownload asyncPatrick Barron
2020-08-17Comment and reorder service registration.Patrick Barron
2020-08-17Use index access instead of LINQ.Patrick Barron
2020-08-15Register new IEventConsumer services.Patrick Barron
2020-08-15Rename PackageInstallationFailedLogger to have more consistent naming.Patrick Barron
2020-08-15Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnPackageInstallationCompleted to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnPackageInstallationFailed to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnPluginUninstalled to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumerPatrick Barron
2020-08-15Gracefully handle exceptions in IEventConsumersPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnHasPendingRestartChanged to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnTaskCompleted to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnUserUpdated to IEventConsumerPatrick Barron
2020-08-15Add EventingServiceCollectionExtensionsPatrick Barron
2020-08-15Create EventManagerPatrick Barron
2020-08-15Use IEventManager in UserManagerPatrick Barron
2020-08-15Migrates ServerEventNotifier.OnUserDeleted to IEventConsumerPatrick Barron
2020-08-15Rename to SessionEndedLoggerPatrick Barron
2020-08-15Document UserDeletedLoggerPatrick Barron
2020-08-15Document TaskCompletedLoggerPatrick Barron
2020-08-15Migrate ActivityLogEntryPoint.OnSessionEnded to IEventConsumerPatrick Barron
2020-08-15Migrate ActivityLogEntryPoint.OnSessionStarted to IEventConsumerPatrick Barron
2020-08-14Migrate ActivityLogEntryPoint.OnPackageInstallationFailed to IEventConsumerPatrick Barron
2020-08-14Migrate ActivityLogEntryPoint.OnPluginUpdated to IEventConsumerPatrick Barron
2020-08-14Migrate ActivityLogEntryPoint.OnPluginUninstalled to IEventConsumerPatrick Barron
2020-08-14Migrate ActivityLogEntryPoint.OnPluginInstalled to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnAuthenticationSucceeded to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnAuthenticationFailed to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnUserLockedOut to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnUserPasswordChanged to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnUserDeleted to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnUserCreated to IEventConsumerPatrick Barron
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnSubtitleDownloadFailure to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnTaskCompleted to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnPlaybackStopped to IEventConsumerPatrick Barron
2020-08-13Migrate ActivityLogEntryPoint.OnPlaybackStart to IEventConsumerPatrick Barron
2020-08-12bump depscrobibero
2020-08-08Make DisplayPreferencesManager scopedPatrick Barron
2020-08-04Merge pull request #3784 from barronpm/add-syncAnthony Lavado
2020-08-01Minor fixes to ActivityManagerPatrick Barron
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
2020-07-31Merge pull request #3727 from K900/patch-1Anthony Lavado
2020-07-31Use factory pattern to instantiate jellyfindb context to avoid disposed conte...cvium
2020-07-28Fix #3624K900
2020-07-27Recreate display preferences migration.Patrick Barron
2020-07-27Serialize/deserialize new entities properly.Patrick Barron