aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints
AgeCommit message (Collapse)Author
2021-02-26Merge pull request #5290 from Bond-009/nullrefJoshua M. Boniface
Fix possible null ref exception (cherry picked from commit 1442a63556e87f1318ff091df81c4ffa083de699) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-04Merge pull request #4242 from Spacetech/library_scan_speedClaus Vium
Increase library scan and metadata refresh speed
2020-11-08Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-10-09Merge remote-tracking branch 'upstream/master' into NetworkPR2Greenback
2020-10-08Moved all settings across to network.xmlGreenback
2020-10-05Merge pull request #4210 from nielsvanvelzen/typed-websocket-messageBond-009
Use enum for WebSocket message types
2020-10-01Fix lastProgressMessageTimes dictionary errorsGary Wilber
2020-09-29Merge pull request #4164 from spooksbit/remove-browser-auto-loadBond-009
Removed browser auto-launch functionality
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-16Removed browser auto-load functionality from the server.spookbits
Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality.
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-15Migrate ServerEventNotifier.OnHasPendingRestartChanged to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnTaskCompleted to IEventConsumerPatrick Barron
2020-08-15Migrate ServerEventNotifier.OnUserUpdated to IEventConsumerPatrick Barron
2020-08-15Migrates ServerEventNotifier.OnUserDeleted to IEventConsumerPatrick Barron
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-08-09Make event methods private.Patrick Barron
2020-08-08Clean up LibraryChangedNotifier.Patrick Barron
2020-07-13using System.Net.SocketsNeil Burrows
2020-07-13Update Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs Neil Burrows
Update log format message and log exception Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-13Prevent failure to bind to Auto Discover port being a fatal errorNeil Burrows
2020-06-15fix SA1508telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-03add missing ConfigureAwaitcrobibero
2020-06-03fix buildcrobibero
2020-06-04Merge branch 'master' into install-plugindkanada
2020-06-03Merge pull request #2767 from Bond-009/nullable3Vasily
Enable nullabe reference types for MediaBrowser.Model
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
Fix some 'bugs' flagged by sonarcloud
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-26Merge pull request #3033 from neilsb/autodiscover-url-overrideAnthony Lavado
Allow override of address published by auto discovery
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-24fix a few issues with the plugin manifestdkanada
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-12Initial migration codePatrick Barron
2020-05-02Auto discover published URL overrideNeil Burrows
2020-04-26Fix merge with masterMark Monteiro
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-20Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is falseMark Monteiro
2020-04-16Restart port forwarding when public https port changesMark Monteiro