aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints
AgeCommit message (Collapse)Author
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
2020-04-16Respond to config changes correctly for external port forwardingMark Monteiro
2020-04-16Cleanup port forwarding serviceMark Monteiro
- Use a concurrent collection instead of manually locking - Do not forward HTTPS port when it is not enabled - Created multiple rules (HTTP/HTTPS) in parallel instead of in sync
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-04Inject IStartupOptions into StartupWizardMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps
2020-03-21Rename command line option to --nowebclient and config setting to HostWebClientMark Monteiro
2020-03-20Inject IConfiguration instead of resolving manuallyMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-15Rename IsNoWebContent to NoWebContentMark Monteiro
2020-03-11Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Use config setting to decide if web content should be hostedMark Monteiro
Also fail server startup if web content is expected but missing