Bond_009
|
5265b3eee7
|
Replace PBKDF2-SHA1 with PBKDF2-SHA512
This also migrates already created passwords on login
Source for the number of iterations:
https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
|
3 years ago |
dependabot[bot]
|
c2d99dc3f0
|
Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0)
---
updated-dependencies:
- dependency-name: Microsoft.SourceLink.GitHub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Cody Robibero
|
40045d2147
|
Update to full dotnet 6
|
3 years ago |
Bond_009
|
104e36f2f9
|
Streamline startup code
|
3 years ago |
Cody Robibero
|
2b10251b32
|
Update to dotnet6.rc2
|
3 years ago |
Dmitry Lyzo
|
c26e6d89b4
|
Move FfmpegException to MediaBrowser.Common
|
3 years ago |
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
3 years ago |
Bond_009
|
13fbfe6091
|
Target net6.0
|
3 years ago |
Claus Vium
|
fa77902955
|
Merge pull request #6430 from Bond-009/minor17
Minor improvements
|
3 years ago |
Bond_009
|
19824bff94
|
Minor improvements
|
3 years ago |
Bond_009
|
4c1286fd24
|
Address comment
|
3 years ago |
Bond_009
|
60053c7f3d
|
Fix log messages
|
3 years ago |
Bond_009
|
442dc10aac
|
ApiServiceCollectionExtensions.AddProxyAddresses: Add more tests
|
3 years ago |
Bond_009
|
f1f72c3060
|
Minor improvements
|
3 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
Bond_009
|
915141f196
|
Fix some warnings
|
3 years ago |
Bond_009
|
6f8ccab788
|
Move non-jellyfin extensions to separate project
|
3 years ago |
Bond-009
|
cfad97ff28
|
Merge pull request #6096 from cvium/saving_private_ram
|
3 years ago |
Bond_009
|
c78457e6d3
|
Minor fixes
|
3 years ago |
cvium
|
9111730a0a
|
More review
|
3 years ago |
cvium
|
0835b26889
|
review
|
4 years ago |
Bond_009
|
0bc0601442
|
Fix some warnings
|
4 years ago |
cvium
|
1b49435a0e
|
Reduce some allocations
|
4 years ago |
Bond-009
|
a4a3f598af
|
Merge pull request #5982 from Bond-009/nullable
|
4 years ago |
Bond_009
|
4b9a64c18c
|
Abstract JsonDelimitedArrayConverter
|
4 years ago |
Bond_009
|
ddb04dc12b
|
Use new ReadAllLines extensions
|
4 years ago |
BaronGreenback
|
2e98de9062
|
Code Clean up: Convert to null-coalescing operator ?? (#5845)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
Bond_009
|
91c2a57b28
|
Enable nullable reference types for MediaBrowser.Common
|
4 years ago |
cvium
|
ad3e835bcf
|
remove redundant code
|
4 years ago |
cvium
|
c0feb3694b
|
rename to SplitEnumerator and fix test
|
4 years ago |
cvium
|
608cba817c
|
Reduce some allocations with the magic of spans etc.
|
4 years ago |
Bond_009
|
500c2e5224
|
Switch from HttpClientHandler to SocketsHttpHandler
SocketsHttpHandler is the default for .Net Core 2.1 and newer
Set RequestHeaderEncoding to UTF-8 by default
|
4 years ago |
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
4 years ago |
Bond-009
|
159431ad2a
|
Merge pull request #5612 from Bond-009/passwordhash
|
4 years ago |
BaronGreenback
|
0b774eac12
|
Enables the ability to bind to loopback address. (#5773)
|
4 years ago |
Bond-009
|
1361ccd9ea
|
Merge pull request #5763 from Bond-009/ipobjects
Minor improvements to IPObjects
|
4 years ago |
Joshua M. Boniface
|
19e7ebb279
|
Merge pull request #5416 from BaronGreenback/SubnetOverlappFix
|
4 years ago |
Bond_009
|
be9cb7af2c
|
Minor improvements to IPObjects
|
4 years ago |
BaronGreenback
|
65f880be32
|
Keep plugin status after update.
|
4 years ago |
Bond-009
|
ea2bd3398b
|
Merge pull request #5685 from Bond-009/uselessnullcheck
Remove useless null check
|
4 years ago |
Bond_009
|
0a00a73fec
|
Remove useless null check
|
4 years ago |
Bond-009
|
ec0ef1530c
|
Merge pull request #5602 from Ullmie02/IP-string-IP
|
4 years ago |
Bond-009
|
b49d50e634
|
Merge pull request #5467 from Ullmie02/nfo-fixes
|
4 years ago |
David
|
1669cb6618
|
Split valid and invalid tests
|
4 years ago |
David
|
78f7fdeacc
|
Rename methods and optimize allocations
|
4 years ago |
Bond-009
|
4cea6d9ccf
|
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Bond_009
|
d77507ba09
|
Rewrite PasswordHash.Parse to work with ReadOnlySpans
|
4 years ago |
David
|
19e4ef82dd
|
Remove conversion from IPAddress to string to IPAddress
|
4 years ago |
BaronGreenback
|
5d16d1f66d
|
Merge branch 'master' into RemoteAccessFix
|
4 years ago |
Bond-009
|
1a0ce16f4d
|
Merge pull request #5504 from crobibero/json-string-converter
|
4 years ago |
David
|
7685569480
|
Rollback char.IsDigit
|
4 years ago |
David
|
59641e5c76
|
Use ReadOnlySpan<char> and char.IsDigit
|
4 years ago |
David
|
840eeff2af
|
Apply suggestions from code review
|
4 years ago |
David
|
14cbd22fbe
|
Use Helper Methods for provider url parsing
|
4 years ago |
BaronGreenback
|
4c7680e186
|
Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix
|
4 years ago |
BaronGreenback
|
6087831aa6
|
Fixed selection of correct interface ip
|
4 years ago |
BaronGreenback
|
b1f0c5eb49
|
Update NetworkExtensions.cs
changed description
|
4 years ago |
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
4 years ago |
crobibero
|
37b1b31a46
|
Convert full ValueSequence
|
4 years ago |
Bond-009
|
b755c25217
|
Merge pull request #5220 from Bond-009/hdhomerun
|
4 years ago |
crobibero
|
e814d8e2cf
|
Add JsonStringConverter
|
4 years ago |
BaronGreenback
|
3fdf0de6e3
|
Fix remote access
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
BaronGreenback
|
a031f7e410
|
Fix for multiple ip's in the same subnet per interface.
|
4 years ago |
Bond-009
|
e839929b91
|
Merge pull request #5380 from Bond-009/plugins
100% branch coverage for DashboardController
|
4 years ago |
Cody Robibero
|
df1951cfe2
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
4 years ago |
crobibero
|
fd0b3ca5ef
|
Add JsonVersionConverter and tests
|
4 years ago |
Bond_009
|
a6d0db5d04
|
100% branch coverage for DashboardController
|
4 years ago |
Bond-009
|
c2af32d035
|
Merge pull request #5299 from Bond-009/tests13
|
4 years ago |
Claus Vium
|
f8c9c37c29
|
Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6Parsing
|
4 years ago |
BaronGreenback
|
5074d67379
|
performance
|
4 years ago |
Bond_009
|
acac21d8dc
|
Improve tests
|
4 years ago |
dkanada
|
64cc5889f2
|
add suggested changes
|
4 years ago |
Bond_009
|
aff0aea60f
|
Improve branch coverage
|
4 years ago |
dkanada
|
bc746b4d05
|
merge branch 'master' into auto-manifest
|
4 years ago |
Joshua M. Boniface
|
c0c4aff8a6
|
Merge pull request #5276 from Bond-009/minor12
|
4 years ago |
Joshua M. Boniface
|
da55462d92
|
Merge pull request #5291 from Bond-009/tests12
|
4 years ago |
Joshua M. Boniface
|
23ff1fab46
|
Merge pull request #4984 from Bond-009/subtitleedit
|
4 years ago |
Bond_009
|
57102090d3
|
Add tests for DashboardController
|
4 years ago |
Bond_009
|
eba859e33e
|
Minor improvements
|
4 years ago |
Bond_009
|
fd7b215c28
|
Don't enable case-insensitivity for json by default
|
4 years ago |
Bond_009
|
3a9fcb6abd
|
Rewrite packet writing code for HdHomerun
|
4 years ago |
dkanada
|
9caf311925
|
handle plugin manifests automatically
|
4 years ago |
Bond_009
|
ed8fce2dce
|
Use SubtitleEdit to parse subtitles
|
4 years ago |
dkanada
|
995b370017
|
Merge pull request #4663 from joshuaboniface/bump-version-10.8.0
Bump version to 10.8.0 for next release
|
4 years ago |
BaronGreenback
|
053063fd47
|
Fixed IP6 host parsing
|
4 years ago |
Bond_009
|
bf4829a38c
|
Remove redundant statement
|
4 years ago |
crobibero
|
c1d1b6e9f4
|
Fix serialization loop
|
4 years ago |
crobibero
|
a3a31952f4
|
Fix OMDb converter
|
4 years ago |
crobibero
|
1b894798b1
|
Change log level for converters
|
4 years ago |
Joshua M. Boniface
|
406ae3e43a
|
Merge pull request #4709 from BaronGreenback/PluginDowngrade
|
4 years ago |
dkanada
|
d6db0e4b02
|
Merge pull request #4902 from BaronGreenback/NetmaskFix
Fixed loopback subnet
|
4 years ago |
BaronGreenback
|
c76faa9708
|
Update IPNetAddress.cs
Corrected loopback subnet
|
4 years ago |
Cody Robibero
|
5c57569692
|
Merge branch 'master' into PluginDowngrade
|
4 years ago |
Joshua M. Boniface
|
0de45d8724
|
Merge pull request #4884 from crobibero/json-nullable-guid-converter
Add JsonConverter for Nullable Guids
|
4 years ago |
Bond-009
|
054adf6379
|
Merge pull request #4853 from Ullmie02/servicestack-json
|
4 years ago |
crobibero
|
cae38f3a7e
|
Add JsonConverter for Nullable Guids
|
4 years ago |
David
|
aacda01ca5
|
Add more tests
|
4 years ago |
crobibero
|
fc212e5e5f
|
Remove JsonOmdbNotAvailableConverterFactory
|
4 years ago |
crobibero
|
6ddbe8420f
|
Add tests for special Omdb json
|
4 years ago |
BaronGreenback
|
dae6798a18
|
Making it work
|
4 years ago |
BaronGreenback
|
889e988167
|
Updated to latest unstable.
|
4 years ago |
BaronGreenback
|
62702fa3eb
|
Changes as requested
|
4 years ago |
crobibero
|
af8acf7128
|
Initialize JsonSerializerOptions statically
|
4 years ago |
crobibero
|
1dac2226c4
|
Remove unused deps
|
4 years ago |
BaronGreenback
|
621e6d28cd
|
Fallback to default guid
|
4 years ago |
crobibero
|
d3b6a24f78
|
Add JsonDateTimeConverter
|
4 years ago |
crobibero
|
242b5a45ab
|
Add JsonDateTimeConverter
|
4 years ago |
BaronGreenback
|
3633996a53
|
New json converter implemented.
|
4 years ago |
BaronGreenback
|
53e280b80f
|
json name override.
|
4 years ago |
BaronGreenback
|
46c7499e2b
|
reverted change
|
4 years ago |
BaronGreenback
|
bae8f0c4ec
|
corrected.
|
4 years ago |
Greenback
|
4cc19be173
|
removed compiler directives.
|
4 years ago |
Greenback
|
cb793af30e
|
Renamed guid to id
|
4 years ago |
Greenback
|
5c4fdaa253
|
MaxAbi property removed.
|
4 years ago |
Greenback
|
5d748c0e9f
|
Renamed to ImagePath
|
4 years ago |
Greenback
|
ce19f2be55
|
Renamed Guid property to Id
|
4 years ago |
Greenback
|
486148dd6b
|
Removed maxAbi
|
4 years ago |
Greenback
|
5a3efc5266
|
Changes as required.
|
4 years ago |
BaronGreenback
|
212c76102d
|
Update PluginManifest.cs
|
4 years ago |
Greenback
|
d9aaba36ec
|
Copy previous plugin settings if they don't exist.
|
4 years ago |
Greenback
|
6d3e1d6b57
|
Small Optimization
|
4 years ago |
Greenback
|
5323887540
|
Replaced TryGetPlugin with GetPlugin
|
4 years ago |
Greenback
|
0337e39bae
|
Updated JsonDefaults
|
4 years ago |
Greenback
|
eb2439f23b
|
Changes as recommended.
|
4 years ago |
Greenback
|
208d545cfe
|
Changed as suggested.
|
4 years ago |
BaronGreenback
|
67c480ad53
|
Merge branch 'master' into PluginDowngrade
|
4 years ago |
Greenback
|
fbb20ebef6
|
Plugin setting migration to folders.
|
4 years ago |
Greenback
|
7986465cf7
|
Initial upload
|
4 years ago |
crobibero
|
c955f19634
|
Serialize GUID without dashes
|
4 years ago |
Claus Vium
|
b6ecaccf92
|
Merge pull request #4730 from crobibero/base-item-dto-guid-nullable
Don't serialize empty GUID to null
|
4 years ago |
crobibero
|
26e5aacb90
|
Fix JsonConverter recursion
|
4 years ago |
crobibero
|
6722fcec36
|
Revert #4568
|
4 years ago |
crobibero
|
6e98378447
|
Simplify converter
|
4 years ago |
crobibero
|
66a1880a58
|
Add number to bool json converter
|
4 years ago |
Joshua M. Boniface
|
5f2cd11199
|
Bump version to 10.8.0 for next release
|
4 years ago |
Claus Vium
|
65087a382e
|
Merge pull request #4580 from crobibero/efcore-datetime
Specify default DateTimeKind from EFCore
|
4 years ago |
Bond-009
|
1cd3b3fc41
|
Merge pull request #4605 from hawken93/bugfix-libraryerror
Allow JsonGuidConverter to read null
|
4 years ago |
BaronGreenback
|
cab78f40b3
|
[Fix] Possible null reference. (#4585)
Fix possible null reference.
|
4 years ago |
hawken
|
f9f0df88d5
|
allow JsonGuidConverter to read null
|
4 years ago |
Joshua M. Boniface
|
9169a28df1
|
Merge pull request #4588 from jellyfin/hex
Remove Hex class as the BCL has one now
|
4 years ago |
Bond_009
|
8c8a71692e
|
Remove Hex class as the BCL has one now
|
4 years ago |
crobibero
|
6c0188c42b
|
Fix efcore not returning a UTC DateTime
|
4 years ago |
Bill Thornton
|
42e90893cd
|
Merge pull request #4517 from BaronGreenback/pluginMessageFix
[Fix] Fixed Plugin versioning in browser notifications
|
4 years ago |
Claus Vium
|
4ce9bf3fcf
|
Merge pull request #4568 from crobibero/guid-empty
Serialize Guid.Empty to null
|
4 years ago |
BaronGreenback
|
50e375020a
|
[Fix] NetworkManager binding to [::] (#4549)
* Autodiscovery enable/disable patch
* Fixed [::] issue on bind. Altered test.
* Update UdpServerEntryPoint.cs
* Update Jellyfin.Networking.Tests.csproj
* Update Jellyfin.Networking.Tests.csproj
* Update INetworkManager.cs
|
4 years ago |
crobibero
|
c4925ad70b
|
Serialize Guid.Empty to null
|
4 years ago |
Joshua M. Boniface
|
2c9e355e42
|
Merge branch 'master' into NetworkPR2
|
4 years ago |
Joshua M. Boniface
|
f6c842e7b3
|
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
Multi-repository plugins
|
4 years ago |
BaronGreenback
|
124bd4c2c0
|
Networking: 1 - Network Manager (#4124)
* NetworkManager
* Config file with additional options.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Split function.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* fixed iterations
* Update Jellyfin.Networking.csproj
* Update NetworkManager.cs
* Updated to NetCollection 1.03.
* Update ServerConfiguration.cs
* Update StartupController.cs
* Update INetworkManager.cs
Removed public
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Updated comment
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Remove mono code.
Removed forced chromecast option
* Inverted if
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Moved config into a separate container
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Changed sortedList to dictionary.
* Update INetworkManager.cs
Changed UpdateSettings param type
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkConfiguration.cs
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Updated changes github didn't update.
* Fixed compilation.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Removed read locking.
* Update NetworkManager.cs
Changed configuration event to NamedConfigurationUpdated
* updated comment
* removed whitespace
* Updated NetCollection to 1.0.6
Updated DXCopAnalyser to 3.3.1
* removed NetCollection
* Update NetworkManager.cs
* Update NetworkExtensions.cs
* Update NetworkExtensions.cs
Removed function.
* Update NetworkExtensions.cs
* Update NetworkManager.cs
Changed ToString() to AsString() as native collection formats incorrectly.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update NetworkExtensions.cs
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* updated
* Replaced NetCollection with Collection<IPObject>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/PathSubstitution.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* updated comments.
* Updated comments / changes as suggested by @crobibero.
* Split function as suggested
* Fixed null ref.
* Updated comment.
* Updated cs to .net5
* Fixed issue with PublishedServerUrl
* Fixes
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Restored locking
* optimisation
* Added comment
* updates.
* updated.
* updates
* updated.
* Update IPHost.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update NetworkManager.cs
* Removed whitespace.
* Added debug logging
* Added debug.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
* Replaced GetAddressBytes
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |