| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-13 | using System.Net.Sockets | Neil Burrows | |
| 2020-07-13 | Update 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-13 | Prevent failure to bind to Auto Discover port being a fatal error | Neil Burrows | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick 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-03 | add missing ConfigureAwait | crobibero | |
| 2020-06-03 | fix build | crobibero | |
| 2020-06-04 | Merge branch 'master' into install-plugin | dkanada | |
| 2020-06-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-06-03 | Merge pull request #3179 from Bond-009/bugs | Anthony Lavado | |
| Fix some 'bugs' flagged by sonarcloud | |||
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-26 | Merge pull request #3033 from neilsb/autodiscover-url-override | Anthony Lavado | |
| Allow override of address published by auto discovery | |||
| 2020-05-25 | Fix some 'bugs' flagged by sonarcloud | Bond_009 | |
| 2020-05-24 | fix a few issues with the plugin manifest | dkanada | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick 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-12 | Initial migration code | Patrick Barron | |
| 2020-05-02 | Auto discover published URL override | Neil Burrows | |
| 2020-04-26 | Fix merge with master | Mark Monteiro | |
| 2020-04-26 | Merge remote-tracking branch 'upstream/master' into simplify-https-config | Mark Monteiro | |
| 2020-04-22 | Merge branch 'master' into register-services-correctly | Bond-009 | |
| 2020-04-20 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-20 | Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is false | Mark Monteiro | |
| 2020-04-16 | Restart port forwarding when public https port changes | Mark Monteiro | |
| 2020-04-16 | Respond to config changes correctly for external port forwarding | Mark Monteiro | |
| 2020-04-16 | Cleanup port forwarding service | Mark 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-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-04-04 | Inject IStartupOptions into StartupWizard | Mark Monteiro | |
| 2020-04-02 | Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵ | Mark Monteiro | |
| CanConnectWithHttps | |||
| 2020-03-21 | Rename command line option to --nowebclient and config setting to HostWebClient | Mark Monteiro | |
| 2020-03-20 | Inject IConfiguration instead of resolving manually | Mark Monteiro | |
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-15 | Rename IsNoWebContent to NoWebContent | Mark Monteiro | |
| 2020-03-11 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-11 | Use config setting to decide if web content should be hosted | Mark Monteiro | |
| Also fail server startup if web content is expected but missing | |||
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-02-25 | Open the Swagger API page on server start if not hosting the static web content | Mark Monteiro | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-02-19 | Address comments | Bond_009 | |
| 2020-02-06 | Fix some warnings in Emby.Server.Implementations | Bond_009 | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-25 | Removed old 'automatic restart after update' features' | ferferga | |
| 2020-01-12 | Clean up server discovery code | Bond-009 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-12-10 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-11-27 | Fix more warnings | Bond_009 | |
