aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Expand)Author
2020-10-04Rename migrations to match othersJoshua M. Boniface
2020-10-04Rewrite activity log backend to use a query class.Patrick Barron
2020-10-04Add pragma warning disabled to migrationsJoshua M. Boniface
2020-10-04Remove default set for MaxActiveSessionsJoshua M. Boniface
2020-10-04Add DB migration for new MaxActiveSessions fieldJoshua M. Boniface
2020-10-04Add active session trackingJoshua M. Boniface
2020-10-03Disable invalid auth providercvium
2020-10-03Remove unnecessary null checks in some placesKonH
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-12update to dotnet 3.1.8crobibero
2020-09-05Generate migration for display preferences fix.Patrick Barron
2020-09-05Clean up JellyfinDb and fix display preferences index.Patrick Barron
2020-09-03Merge branch 'master' into scoped-displaypreferencesPatrick Barron
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-31Merge pull request #4018 from barronpm/library-entity-cleanupBond-009
2020-08-30First pass at cleaning entity classes.Patrick Barron
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