| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-21 | Implement discovery respecting bind addresses | Shadowghost | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-08 | UdpServerEntryPoint: Fix typo | Bond_009 | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-14 | Fix option to disable server discovery | Bond_009 | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-27 | More cleanup | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-11-16 | Remove unused dependencies | cvium | |
| 2021-10-03 | Fix warnings in LibraryChangedNotifier | Patrick Barron | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-06-02 | Merge pull request #6131 from BaronGreenback/Fix_NetworkFlooding | Joshua M. Boniface | |
| Fix network flooding issue | |||
| 2021-05-30 | remove link between ssdp and upnp | BaronGreenback | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-02-23 | Improve tests | Bond_009 | |
| 2021-02-22 | Fix possible null ref exception | Bond_009 | |
| 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 | |
