aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna
AgeCommit message (Collapse)Author
2023-11-15Remove Emby.DlnaPatrick Barron
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
2023-11-14Use System.Net.IPNetworkBond_009
2023-11-14Update to .NET 8Bond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-12Move network utilities to MediaBrowser.CommonPatrick Barron
2023-11-12Merge pull request #10557 from barronpm/dlna-pluginBond-009
Move DLNA to Plugin (Part 1)
2023-11-09Merge branch 'master' into media-typeCody Robibero
2023-11-09Use IHostedService for DLNAPatrick Barron
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-10-14Merge branch 'master' into fix-resharper-warningsStepan Goremykin
# Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
2023-10-13Merge pull request #10390 from Bond-009/streamsBond-009
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-11Fix documentation for AddDlnaServicesPatrick Barron
2023-10-11Use DI for SsdpCommunicationsServerPatrick Barron
2023-10-11Minor cleanup in DlnaEntryPointPatrick Barron
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-10-11Don't manually dispose DeviceDiscoveryPatrick Barron
The lifetime of DeviceDiscovery is managed by DI
2023-10-11Remove DlnaEntryPoint.EnabledPatrick Barron
2023-10-11Use DI for MediaReceiverRegistrarServicePatrick Barron
2023-10-11Use DI for ConnectionManagerServicePatrick Barron
2023-10-11Use DI for ContentDirectoryServicePatrick Barron
2023-10-11Add DLNA service collection extensionsPatrick Barron
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-10-08Remove redundant nullable directiveStepan Goremykin
2023-10-08Use null propagationStepan Goremykin
2023-10-08Make files readonlyStepan Goremykin
2023-10-06Reduce string allocationsBond_009
Some simple changes to reduce the number of allocated strings
2023-07-29Enable nullable for more filesBond_009
2023-07-19fix: set memorystream position after copyingcvium
2023-07-06Merge pull request #9958 from Shadowghost/networking-fixexBond-009
2023-07-06Merge pull request #9799 from Bond-009/genregexBond-009
2023-07-03Extract networking constantsShadowghost
2023-06-28Use RegexGenerator where possibleBond_009
2023-06-15Merge branch 'master' into network-rewriteShadowghost
2023-06-10Fix InvalidOpEx while trying to read HttpResponseContent 2x (#9861)Bond-009
2023-05-25Merge branch 'master' into network-rewriteShadowghost
2023-05-13Use compile-time generated regex and remove loglevel checkSeaEagle1
2023-05-12Rescue PlayTo function in case of malformed Xml responseSeaEagle1
(port from 10.8 fix)
2023-05-11Merge branch 'master' into network-rewriteShadowghost
2023-05-11Merge pull request #8598 from Neuheit/ipv4fallbackCody Robibero
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-04-06Remove unused using directivesStepan Goremykin
2023-04-06Use TryGetValueStepan Goremykin
2023-03-25Convert Person.Type to use PersonKind enum (#9487)Cody Robibero
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-07Enable nullable for more filesBond_009