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 |
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 |
BaronGreenback
|
7a6063ed41
|
Merge branch 'master' into NetworkPR2
|
4 years ago |
Greenback
|
9a9b2bfb2e
|
Updated to the latest
|
4 years ago |
Joshua M. Boniface
|
d2cef78db3
|
Merge pull request #4339 from BaronGreenback/PluginConfigSave
Making default Plugin configurations accessible when developing.
|
4 years ago |
Joshua M. Boniface
|
7457c4a95d
|
Merge pull request #4499 from crobibero/more-param
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
|
4 years ago |
BaronGreenback
|
47f3bb33f9
|
Update BasePlugin.cs
|
4 years ago |
crobibero
|
f557a730bb
|
Write DateTimes in ISO8601 format for backwards compatibility.
|
4 years ago |
Greenback
|
a3e47f3e4e
|
Updated to latest Unstable.
|
4 years ago |
BaronGreenback
|
9c3e484c0e
|
Update BasePlugin.cs
|
4 years ago |
Joshua M. Boniface
|
212c5318ae
|
Merge pull request #4507 from BaronGreenback/Spelling
Corrects spelling in comments
|
4 years ago |
Greenback
|
c4d8926426
|
Fixed notification
|
4 years ago |
Greenback
|
18855a7884
|
Initialial upload
|
4 years ago |
BaronGreenback
|
ef05485243
|
Merge branch 'master' into PluginConfigSave
|
4 years ago |
BaronGreenback
|
3ffdcfdb80
|
Update BasePlugin.cs
|
4 years ago |
crobibero
|
d608ab8042
|
Fix null reference when saving plugin configuration
|
4 years ago |
Greenback
|
9a323f6df0
|
More spelling corrections.
|
4 years ago |