Cody Robibero
892973a9e3
Merge branch 'master' into media-type
1 year ago
Cody Robibero
906f701fa8
Convert CollectionType, SpecialFolderType to enum ( #9764 )
...
* 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>
1 year ago
Cody Robibero
c7a94d48ae
Convert ItemSortBy to enum ( #9765 )
...
* Convert ItemSortBy to enum
* Rename Unknown to Default
1 year ago
Bond_009
a9ef103c95
Add IDisposableAnalyzers to more projects
1 year ago
Stepan Goremykin
38d962242a
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Updates/InstallationManager.cs
# tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
1 year ago
Bond-009
4fc27fa63e
Merge pull request #10390 from Bond-009/streams
1 year ago
Stepan Goremykin
8d7e4229ca
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Net/SocketFactory.cs
# RSSDP/SsdpCommunicationsServer.cs
# RSSDP/SsdpDeviceLocator.cs
# RSSDP/SsdpDevicePublisher.cs
1 year ago
Patrick Barron
b8f4c1de69
Fix documentation for AddDlnaServices
1 year ago
Patrick Barron
44380933a0
Use DI for SsdpCommunicationsServer
1 year ago
Patrick Barron
f0618ce335
Minor cleanup in DlnaEntryPoint
1 year ago
Bond_009
d7748cfa04
Multiple Stream changes
...
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
1 year ago
Patrick Barron
5b51645381
Don't manually dispose DeviceDiscovery
...
The lifetime of DeviceDiscovery is managed by DI
1 year ago
Patrick Barron
2e1b8ea62d
Remove DlnaEntryPoint.Enabled
1 year ago
Patrick Barron
010cf2340a
Use DI for MediaReceiverRegistrarService
1 year ago
Patrick Barron
e0b089a375
Use DI for ConnectionManagerService
1 year ago
Patrick Barron
effc3d488c
Use DI for ContentDirectoryService
1 year ago
Patrick Barron
2b1454530b
Add DLNA service collection extensions
1 year ago
Tim Eisele
dc27d8f9cd
Refactor URI overrides ( #10051 )
1 year ago
Cody Robibero
2920611ffc
Convert string MediaType to enum MediaType
1 year ago
Stepan Goremykin
96c3bde346
Remove redundant nullable directive
1 year ago
Stepan Goremykin
fdef9356b9
Use null propagation
1 year ago
Stepan Goremykin
526f9a825c
Make files readonly
1 year ago
Bond_009
b176beb88e
Reduce string allocations
...
Some simple changes to reduce the number of allocated strings
1 year ago
Bond_009
5677566a41
Enable nullable for more files
1 year ago
cvium
4b25d65c02
fix: set memorystream position after copying
1 year ago
Bond-009
5b711f38d1
Merge pull request #9958 from Shadowghost/networking-fixex
1 year ago
Bond-009
b95fa294c9
Merge pull request #9799 from Bond-009/genregex
1 year ago
Shadowghost
e56275fb46
Extract networking constants
1 year ago
Bond_009
b5f0760db8
Use RegexGenerator where possible
1 year ago
Shadowghost
32499f0e98
Merge branch 'master' into network-rewrite
1 year ago
Bond-009
898bb95564
Fix InvalidOpEx while trying to read HttpResponseContent 2x ( #9861 )
1 year ago
Shadowghost
d8d5c86d49
Merge branch 'master' into network-rewrite
1 year ago
SeaEagle1
126047bfd6
Use compile-time generated regex and remove loglevel check
2 years ago
SeaEagle1
9352a24374
Rescue PlayTo function in case of malformed Xml response
...
(port from 10.8 fix)
2 years ago
Shadowghost
c042f20224
Merge branch 'master' into network-rewrite
2 years ago
Cody Robibero
e1a30a4aef
Merge pull request #8598 from Neuheit/ipv4fallback
2 years ago
Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2 years ago
Stepan Goremykin
26958162d0
Remove unused using directives
2 years ago
Stepan Goremykin
2c03f7e85d
Use TryGetValue
2 years ago
Cody Robibero
89be3aa37f
Convert Person.Type to use PersonKind enum ( #9487 )
2 years ago
Shadowghost
520c07e8ca
Merge branch 'master' into network-rewrite
2 years ago
Bond_009
dab75d35d2
Enable nullable for more files
2 years ago
Shadowghost
80b8661008
Merge branch 'master' into network-rewrite
2 years ago
Bond_009
4b01aaa0f7
Allocate less Lists
2 years ago
Bond_009
cf29e9a9c5
Fix #7516
2 years ago
Shadowghost
20fd05b050
Consistently write IP in upercase
2 years ago
Shadowghost
42498194d9
Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
2 years ago
Shadowghost
3a91c37283
Merge branch 'master' into network-rewrite
2 years ago
Zoltan Csizmadia
e0519189b2
Use Directory.Packages.props ( #9135 )
...
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2 years ago
Patrick Barron
63b0132562
Remove OS information from System Info ( #9175 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago