aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints
AgeCommit message (Collapse)Author
2025-03-25Fixed namespacesJPVenson
2025-01-25Merge pull request #12798 from JPVenson/feature/EFUserDataJoshua M. Boniface
Refactor library.db into jellyfin.db and EFCore
2024-12-12move to new System.Threading.Lock type for better performanceDaniyar Alpyspayev
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-08-30Clean up UserDataManagerBond_009
* enable nullable * remove unused methods * fix warnings and docs
2024-07-29Enable nullable for UserItemDataBond_009
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
2024-02-07Convert UserDataChangeNotifier to IHostedServicePatrick Barron
2024-02-07Convert LibraryChangedNotifier to IHostedServicePatrick Barron
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2024-01-09Move RecordingNotifier to LiveTv projectPatrick Barron
2023-11-30Move ExternalPortForwarding to Jellyfin.NetworkingPatrick Barron
2023-11-30Fix disposable analyzer issues in ExternalPortForwardingPatrick Barron
2023-11-30Use ObjectDisposedException throw helper in ExternalPortForwardingPatrick Barron
2023-11-30Move UdpServerEntryPoint to Jellyfin.NetworkingPatrick Barron
2023-11-30Use ObjectDisposedException throw helper in UdpServerEntryPointPatrick Barron
2023-11-15Enable nullable in LibraryChangedNotifierPatrick Barron
2023-11-15Document LibraryChangedNotifierPatrick Barron
2023-11-15Use file-scoped namespacePatrick Barron
2023-11-15Make ILibraryChangedNotifier sealedPatrick Barron
2023-11-15Combine library item event handlersPatrick Barron
2023-11-15Break up long linesPatrick Barron
2023-11-15Use target-typed new for fieldsPatrick Barron
2023-11-15Use pattern matching for EnableRefreshMessagePatrick Barron
2023-11-14Fix warningsBond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-10-12Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-08Make files readonlyStepan Goremykin
2023-07-03Extract networking constantsShadowghost
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values
2023-06-21Merge branch 'master' into network-rewriteShadowghost
2023-06-19Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893.Frank Riley
Signed-off-by: Frank Riley <fhriley@gmail.com>
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-14Reduce usage of GetAwaiter().GetResult()Bond_009
2023-02-23Fix AutoDiscovery socket creationShadowghost
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-15Apply review suggestionsShadowghost
2022-12-20Merge branch 'master' into network-rewriteShadowghost
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-07Merge branch 'master' into network-rewriteShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-03Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2022-10-25Remove unnecessary ToList usageignacio laborde
2022-10-16Properly name some bind address functions, cleanup loggingShadowghost
2022-10-15Fix autodiscoveryShadowghost
2022-07-21Fix multiple UDP servers for AutoDiscoveryShadowghost
2022-07-21Check if OS is capable of binding multiple sockets before creating ↵Shadowghost
autodiscovery sockets