Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/f453746e2c2b6a0f43700455e44d2b05b33e7ddf/Jellyfin.Server.Implementations/Events?page=1 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

54 Commits (f453746e2c2b6a0f43700455e44d2b05b33e7ddf)

Author SHA1 Message Date
Cody Robibero 0bc41c015f
Store lyrics in the database as media streams () 1 year ago
Cody Robibero 892973a9e3
Merge branch 'master' into media-type 1 year ago
Cody Robibero 2920611ffc Convert string MediaType to enum MediaType 1 year ago
Stepan Goremykin f84469d500 Remove redundant using directives 1 year ago
Shadowghost 4bb17039d7 Apply review suggestions 2 years ago
Shadowghost a0d13a2418 Apply suggestions from code review 2 years ago
Shadowghost 46a6755e65 Add item id to playback start/stop events 2 years ago
Shadowghost 958f8f71e8 Add wrapper object for authentication event information 2 years 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 4 years ago
Bond_009 0bc0601442 Fix some warnings 4 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. 5 years ago
Patrick Barron 6f88087fa9 Use index access instead of LINQ. 5 years ago
Patrick Barron 075ae53d83 Register new IEventConsumer services. 5 years ago
Patrick Barron dcf97efaf8 Rename PackageInstallationFailedLogger to have more consistent naming. 5 years ago
Patrick Barron a40064a146 Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer 5 years ago
Patrick Barron e82dd8b70e Migrate ServerEventNotifier.OnPackageInstallationCompleted to IEventConsumer 5 years ago
Patrick Barron 25437af594 Migrate ServerEventNotifier.OnPackageInstallationFailed to IEventConsumer 5 years ago
Patrick Barron 4478945e20 Migrate ServerEventNotifier.OnPluginUninstalled to IEventConsumer 5 years ago
Patrick Barron b7ceb40d6e Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumer 5 years ago
Patrick Barron b2f734efd1 Gracefully handle exceptions in IEventConsumers 5 years ago
Patrick Barron dc88e93504 Migrate ServerEventNotifier.OnHasPendingRestartChanged to IEventConsumer 5 years ago
Patrick Barron 5282a5c8c2 Migrate ServerEventNotifier.OnTaskCompleted to IEventConsumer 5 years ago
Patrick Barron a0453a0fe6 Migrate ServerEventNotifier.OnUserUpdated to IEventConsumer 5 years ago
Patrick Barron 8b90e0205c Add EventingServiceCollectionExtensions 5 years ago
Patrick Barron 6f7d289feb Create EventManager 5 years ago
Patrick Barron d39e236dfe Migrates ServerEventNotifier.OnUserDeleted to IEventConsumer 5 years ago
Patrick Barron 93c00c1440 Rename to SessionEndedLogger 5 years ago
Patrick Barron 4d18dbf9de Document UserDeletedLogger 5 years ago
Patrick Barron 665f58dfbd Document TaskCompletedLogger 5 years ago
Patrick Barron 8570cfdba6 Migrate ActivityLogEntryPoint.OnSessionEnded to IEventConsumer 5 years ago
Patrick Barron ca3a8bdb98 Migrate ActivityLogEntryPoint.OnSessionStarted to IEventConsumer 5 years ago
Patrick Barron 98cbf1c2de Migrate ActivityLogEntryPoint.OnPackageInstallationFailed to IEventConsumer 5 years ago
Patrick Barron e924444880 Migrate ActivityLogEntryPoint.OnPluginUpdated to IEventConsumer 5 years ago
Patrick Barron 0da7c0568d Migrate ActivityLogEntryPoint.OnPluginUninstalled to IEventConsumer 5 years ago
Patrick Barron b7f21971f4 Migrate ActivityLogEntryPoint.OnPluginInstalled to IEventConsumer 5 years ago
Patrick Barron f4275adfcb Migrate ActivityLogEntryPoint.OnAuthenticationSucceeded to IEventConsumer 5 years ago
Patrick Barron bff05d7186 Migrate ActivityLogEntryPoint.OnAuthenticationFailed to IEventConsumer 5 years ago
Patrick Barron 8a4bdaed6b Migrate ActivityLogEntryPoint.OnUserLockedOut to IEventConsumer 5 years ago
Patrick Barron a1ecafb40d Migrate ActivityLogEntryPoint.OnUserPasswordChanged to IEventConsumer 5 years ago
Patrick Barron 737a86d0cb Migrate ActivityLogEntryPoint.OnUserDeleted to IEventConsumer 5 years ago
Patrick Barron 18d34f953b Migrate ActivityLogEntryPoint.OnUserCreated to IEventConsumer 5 years ago