crobibero
|
8da646e12b
|
Dispose httpclient response
|
2020-08-16 10:57:01 -06:00 |
|
crobibero
|
8ddcd12348
|
Remove all using for HttpClient
|
2020-08-16 09:47:08 -06:00 |
|
Bond-009
|
ec12675feb
|
Merge pull request #3891 from barronpm/remove-unused-methods
Remove unused methods in IDtoService
|
2020-08-16 17:06:47 +02:00 |
|
Bond-009
|
357b72fb81
|
Merge pull request #3903 from crobibero/xml-formatter
Add xml output formatter
|
2020-08-16 17:03:19 +02:00 |
|
crobibero
|
09c8597461
|
inheritdoc
|
2020-08-16 08:40:43 -06:00 |
|
crobibero
|
7fe372749e
|
fix dlna server routes
|
2020-08-16 08:32:13 -06:00 |
|
crobibero
|
7d2ad3e0fc
|
Fix DlnaControlResponse string return
|
2020-08-16 08:32:03 -06:00 |
|
Patrick Barron
|
075ae53d83
|
Register new IEventConsumer services.
|
2020-08-15 23:27:51 -04:00 |
|
Patrick Barron
|
dcf97efaf8
|
Rename PackageInstallationFailedLogger to have more consistent naming.
|
2020-08-15 23:22:26 -04:00 |
|
Patrick Barron
|
a40064a146
|
Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer
|
2020-08-15 23:20:41 -04:00 |
|
Patrick Barron
|
e82dd8b70e
|
Migrate ServerEventNotifier.OnPackageInstallationCompleted to IEventConsumer
|
2020-08-15 23:16:15 -04:00 |
|
Patrick Barron
|
25437af594
|
Migrate ServerEventNotifier.OnPackageInstallationFailed to IEventConsumer
|
2020-08-15 23:12:34 -04:00 |
|
Patrick Barron
|
4478945e20
|
Migrate ServerEventNotifier.OnPluginUninstalled to IEventConsumer
|
2020-08-15 23:12:01 -04:00 |
|
Patrick Barron
|
b7ceb40d6e
|
Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumer
|
2020-08-15 18:57:46 -04:00 |
|
Patrick Barron
|
8c9cd5f6d7
|
Make EventArgs documentation more consistent.
|
2020-08-15 18:54:00 -04:00 |
|
Patrick Barron
|
b2f734efd1
|
Gracefully handle exceptions in IEventConsumers
|
2020-08-15 18:36:37 -04:00 |
|
Patrick Barron
|
dc88e93504
|
Migrate ServerEventNotifier.OnHasPendingRestartChanged to IEventConsumer
|
2020-08-15 18:33:30 -04:00 |
|
Patrick Barron
|
5282a5c8c2
|
Migrate ServerEventNotifier.OnTaskCompleted to IEventConsumer
|
2020-08-15 18:16:41 -04:00 |
|
Patrick Barron
|
a0453a0fe6
|
Migrate ServerEventNotifier.OnUserUpdated to IEventConsumer
|
2020-08-15 18:16:20 -04:00 |
|
Patrick Barron
|
ee5d4b1146
|
Register event services
|
2020-08-15 15:56:56 -04:00 |
|
Patrick Barron
|
8b90e0205c
|
Add EventingServiceCollectionExtensions
|
2020-08-15 15:56:47 -04:00 |
|
Patrick Barron
|
6f7d289feb
|
Create EventManager
|
2020-08-15 15:55:58 -04:00 |
|
Patrick Barron
|
adabb4b842
|
Use IEventManager in SessionManager
|
2020-08-15 15:55:31 -04:00 |
|
Patrick Barron
|
816c80525a
|
Use IEventManager in UserManager
|
2020-08-15 15:55:15 -04:00 |
|
Patrick Barron
|
d39e236dfe
|
Migrates ServerEventNotifier.OnUserDeleted to IEventConsumer
|
2020-08-15 15:49:11 -04:00 |
|
Patrick Barron
|
93c00c1440
|
Rename to SessionEndedLogger
|
2020-08-15 13:48:12 -04:00 |
|
Oatavandi
|
0f85e66962
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-08-15 13:16:31 -04:00 |
|
crobibero
|
2d4e91c5a2
|
Add xml output formatter
|
2020-08-15 10:39:24 -06:00 |
|
Oatavandi
|
f505f48e85
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-08-15 07:33:14 -04:00 |
|
Patrick Barron
|
4d18dbf9de
|
Document UserDeletedLogger
|
2020-08-15 03:35:42 -04:00 |
|
Patrick Barron
|
665f58dfbd
|
Document TaskCompletedLogger
|
2020-08-15 03:34:52 -04:00 |
|
Patrick Barron
|
8570cfdba6
|
Migrate ActivityLogEntryPoint.OnSessionEnded to IEventConsumer
|
2020-08-15 02:07:28 -04:00 |
|
Patrick Barron
|
ca3a8bdb98
|
Migrate ActivityLogEntryPoint.OnSessionStarted to IEventConsumer
|
2020-08-15 02:02:58 -04:00 |
|
Patrick Barron
|
98cbf1c2de
|
Migrate ActivityLogEntryPoint.OnPackageInstallationFailed to IEventConsumer
|
2020-08-14 15:56:54 -04:00 |
|
Patrick Barron
|
e924444880
|
Migrate ActivityLogEntryPoint.OnPluginUpdated to IEventConsumer
|
2020-08-14 15:50:17 -04:00 |
|
Patrick Barron
|
0da7c0568d
|
Migrate ActivityLogEntryPoint.OnPluginUninstalled to IEventConsumer
|
2020-08-14 15:22:12 -04:00 |
|
Patrick Barron
|
b7f21971f4
|
Migrate ActivityLogEntryPoint.OnPluginInstalled to IEventConsumer
|
2020-08-14 15:21:17 -04:00 |
|
Bond-009
|
af78b9c2e8
|
Merge pull request #3898 from crobibero/fix-int64
Return int64 in json as number
|
2020-08-14 20:58:48 +02:00 |
|
David
|
025ee2163f
|
Change log message, load assembly only once
|
2020-08-14 20:42:26 +02:00 |
|
nothing things
|
a43383b9ac
|
Translated using Weblate (Bengali)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
|
2020-08-14 13:19:43 -04:00 |
|
nothing things
|
6d883bbbe9
|
Translated using Weblate (Bengali)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
|
2020-08-14 12:57:51 -04:00 |
|
crobibero
|
64ace58ef5
|
fix docs
|
2020-08-14 08:34:32 -06:00 |
|
crobibero
|
64658a0bd0
|
Return int64 in json as number
|
2020-08-14 08:23:23 -06:00 |
|
Oatavandi
|
42a9feb2f3
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-08-14 07:13:56 -04:00 |
|
Bond-009
|
3b47218cf6
|
Merge pull request #3894 from barronpm/remove-listextensions
Remove ListHelper.cs
|
2020-08-14 08:17:29 +02:00 |
|
Patrick Barron
|
f4275adfcb
|
Migrate ActivityLogEntryPoint.OnAuthenticationSucceeded to IEventConsumer
|
2020-08-13 21:38:24 -04:00 |
|
Patrick Barron
|
bff05d7186
|
Migrate ActivityLogEntryPoint.OnAuthenticationFailed to IEventConsumer
|
2020-08-13 21:33:28 -04:00 |
|
Patrick Barron
|
8a4bdaed6b
|
Migrate ActivityLogEntryPoint.OnUserLockedOut to IEventConsumer
|
2020-08-13 21:11:38 -04:00 |
|
Patrick Barron
|
a1ecafb40d
|
Migrate ActivityLogEntryPoint.OnUserPasswordChanged to IEventConsumer
|
2020-08-13 21:07:08 -04:00 |
|
Patrick Barron
|
737a86d0cb
|
Migrate ActivityLogEntryPoint.OnUserDeleted to IEventConsumer
|
2020-08-13 21:01:35 -04:00 |
|