| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-26 | Merge pull request #5290 from Bond-009/nullref | Joshua M. Boniface | |
| Fix possible null ref exception (cherry picked from commit 1442a63556e87f1318ff091df81c4ffa083de699) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-04 | Merge pull request #4242 from Spacetech/library_scan_speed | Claus Vium | |
| Increase library scan and metadata refresh speed | |||
| 2020-11-08 | Merge remote-tracking branch 'upstream/master' into library_scan_speed | Gary Wilber | |
| 2020-10-09 | Merge remote-tracking branch 'upstream/master' into NetworkPR2 | Greenback | |
| 2020-10-08 | Moved all settings across to network.xml | Greenback | |
| 2020-10-05 | Merge pull request #4210 from nielsvanvelzen/typed-websocket-message | Bond-009 | |
| Use enum for WebSocket message types | |||
| 2020-10-01 | Fix lastProgressMessageTimes dictionary errors | Gary Wilber | |
| 2020-09-29 | Merge pull request #4164 from spooksbit/remove-browser-auto-load | Bond-009 | |
| Removed browser auto-launch functionality | |||
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-09-16 | Removed 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-15 | Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnPackageInstallationCompleted to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnPackageInstallationFailed to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnPluginUninstalled to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnHasPendingRestartChanged to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnTaskCompleted to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrate ServerEventNotifier.OnUserUpdated to IEventConsumer | Patrick Barron | |
| 2020-08-15 | Migrates ServerEventNotifier.OnUserDeleted to IEventConsumer | Patrick Barron | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-08-09 | Make event methods private. | Patrick Barron | |
| 2020-08-08 | Clean up LibraryChangedNotifier. | Patrick Barron | |
| 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 | |
