JPVenson
|
2d4f7f725f
|
Fixed TopParent not beeing migrated
|
3 months ago |
Bond_009
|
277830855d
|
Clean up UserDataManager
* enable nullable
* remove unused methods
* fix warnings and docs
|
5 months ago |
Bond_009
|
d3f0346f04
|
Enable nullable for UserItemData
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
|
6 months ago |
Patrick Barron
|
9e62b6919f
|
Convert UserDataChangeNotifier to IHostedService
|
12 months ago |
Patrick Barron
|
4e02d8aa21
|
Convert LibraryChangedNotifier to IHostedService
|
12 months ago |
Cody Robibero
|
e7b8d45bbb
|
Use helper function to compare guid (#10825)
|
1 year ago |
Patrick Barron
|
c964ea23bf
|
Move RecordingNotifier to LiveTv project
|
1 year ago |
Patrick Barron
|
1b821efcf2
|
Move ExternalPortForwarding to Jellyfin.Networking
|
1 year ago |
Patrick Barron
|
612edaed7a
|
Fix disposable analyzer issues in ExternalPortForwarding
|
1 year ago |
Patrick Barron
|
a37bd4e659
|
Use ObjectDisposedException throw helper in ExternalPortForwarding
|
1 year ago |
Patrick Barron
|
f1ca1dd7cc
|
Move UdpServerEntryPoint to Jellyfin.Networking
|
1 year ago |
Patrick Barron
|
57a2267304
|
Use ObjectDisposedException throw helper in UdpServerEntryPoint
|
1 year ago |
Patrick Barron
|
4e61c2b4ec
|
Enable nullable in LibraryChangedNotifier
|
1 year ago |
Patrick Barron
|
0ea9f713f4
|
Document LibraryChangedNotifier
|
1 year ago |
Patrick Barron
|
c38bfd281c
|
Use file-scoped namespace
|
1 year ago |
Patrick Barron
|
7e645dcfc0
|
Make ILibraryChangedNotifier sealed
|
1 year ago |
Patrick Barron
|
8f5f0a0310
|
Combine library item event handlers
|
1 year ago |
Patrick Barron
|
eb4d8e13df
|
Break up long lines
|
1 year ago |
Patrick Barron
|
98f8cb2ad0
|
Use target-typed new for fields
|
1 year ago |
Patrick Barron
|
8eb2fa53b5
|
Use pattern matching for EnableRefreshMessage
|
1 year ago |
Bond_009
|
b62b0ec2b5
|
Fix warnings
|
1 year ago |
Patrick Barron
|
e463dbda47
|
Move network configuration to MediaBrowser.Common
|
1 year ago |
Patrick Barron
|
9595636d61
|
Move network utilities to MediaBrowser.Common
|
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 |
Tim Eisele
|
dc27d8f9cd
|
Refactor URI overrides (#10051)
|
1 year ago |
Stepan Goremykin
|
526f9a825c
|
Make files readonly
|
1 year ago |
Shadowghost
|
e56275fb46
|
Extract networking constants
|
2 years ago |
Shadowghost
|
e233a3b074
|
Apply review suggestions
|
2 years ago |
Shadowghost
|
32ac3b580c
|
Rename additional values in NetworkConfiguration and add migration for all changed values
|
2 years ago |
Shadowghost
|
67a58df1a3
|
Merge branch 'master' into network-rewrite
|
2 years ago |
Frank Riley
|
1952a915e6
|
Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893.
Signed-off-by: Frank Riley <fhriley@gmail.com>
|
2 years ago |
Shadowghost
|
520c07e8ca
|
Merge branch 'master' into network-rewrite
|
2 years ago |
Bond_009
|
d8ec3a5470
|
Reduce usage of GetAwaiter().GetResult()
|
2 years ago |
Shadowghost
|
7af6694594
|
Fix AutoDiscovery socket creation
|
2 years ago |
Shadowghost
|
42498194d9
|
Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discovery
|
2 years ago |
Shadowghost
|
4eba16c672
|
Apply review suggestions
|
2 years ago |
Shadowghost
|
ef085483b2
|
Merge branch 'master' into network-rewrite
|
2 years ago |
Bond_009
|
6481376b81
|
Use DistinctBy introduced in .NET 6
|
2 years ago |
Shadowghost
|
2c86bd1875
|
Merge branch 'master' into network-rewrite
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
Shadowghost
|
bcd992fb06
|
Merge remote-tracking branch 'upstream/master' into network-rewrite
|
2 years ago |
ignacio laborde
|
c6bf6e00de
|
Remove unnecessary ToList usage
|
2 years ago |
Shadowghost
|
26d79a5ce3
|
Properly name some bind address functions, cleanup logging
|
2 years ago |
Shadowghost
|
87d0158a4a
|
Fix autodiscovery
|
2 years ago |
Shadowghost
|
ff22f597d2
|
Fix multiple UDP servers for AutoDiscovery
|
3 years ago |
Shadowghost
|
a2857c5a02
|
Check if OS is capable of binding multiple sockets before creating autodiscovery sockets
|
3 years ago |
Shadowghost
|
b01d169d28
|
Implement discovery respecting bind addresses
|
3 years ago |
Claus Vium
|
53209830e7
|
Merge pull request #7346 from Bond-009/guid
Optimize Guid comparisons
|
3 years ago |
Bond_009
|
16e0d46771
|
UdpServerEntryPoint: Fix typo
|
3 years ago |