aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-17add disposal docscrobibero
2020-08-17P E R F O R M A N C Ecrobibero
2020-08-17revert lastordefaultcrobibero
2020-08-17Fix adding accept headerscrobibero
2020-08-17oopcrobibero
2020-08-17fix usingscrobibero
2020-08-17Remove IHttpClient from Providerscrobibero
2020-08-17Remove IHttpClient from ArtistImageProvidercrobibero
2020-08-17Remove IHttpClient from AlbumImageProvidercrobibero
2020-08-17Remove IHttpClient from ItemImageProvidercrobibero
2020-08-17Remove IHttpClient from StudiosImageProvidercrobibero
2020-08-17Remove IHttpClient from IRemoteImageProvidercrobibero
2020-08-17Remove IHttpClient from ProviderManagercrobibero
2020-08-17Remove IHttpClient from StudiosImageProvidercrobibero
2020-08-17Merge pull request #3895 from crobibero/httpclientBond-009
Remove IHttpClient from Jellyfin.Api
2020-08-16Fix compile errorsMatt Montgomery
2020-08-16Apply suggestions from code reviewConfusedPolarBear
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-08-16Allow plugins to register services.Patrick Barron
2020-08-16Migrate to new API standardMatt Montgomery
2020-08-16Merge pull request #3908 from crobibero/xml-formatterBond-009
Use proper mediatypename
2020-08-16Use proper mediatypenamecrobibero
2020-08-16Revert "Fix audio stream routes"crobibero
This reverts commit 0c50015400c63d68513184c58b25fb19d5b600fe.
2020-08-16Fix audio stream routescrobibero
2020-08-16Dispose httpclient responsecrobibero
2020-08-16fix dlna routes againcrobibero
2020-08-16Remove all using for HttpClientcrobibero
2020-08-16Merge pull request #3891 from barronpm/remove-unused-methodsBond-009
Remove unused methods in IDtoService
2020-08-16Merge pull request #3903 from crobibero/xml-formatterBond-009
Add xml output formatter
2020-08-16inheritdoccrobibero
2020-08-16fix dlna server routescrobibero
2020-08-16Fix DlnaControlResponse string returncrobibero
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-15Make EventArgs documentation more consistent.Patrick 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-15Register event servicesPatrick Barron
2020-08-15Add EventingServiceCollectionExtensionsPatrick Barron
2020-08-15Create EventManagerPatrick Barron
2020-08-15Use IEventManager in SessionManagerPatrick Barron
2020-08-15Use IEventManager in UserManagerPatrick Barron
2020-08-15Migrates ServerEventNotifier.OnUserDeleted to IEventConsumerPatrick Barron
2020-08-15Rename to SessionEndedLoggerPatrick Barron