aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
AgeCommit message (Collapse)Author
2021-05-04Bump version to 10.7.5v10.7.5Joshua M. Boniface
2021-05-04Bump version to 10.7.4Joshua M. Boniface
2021-05-04Bump version to 10.7.3v10.7.3Joshua M. Boniface
2021-04-11Bump version 10.7.2Joshua M. Boniface
2021-04-11Merge pull request #5712 from BaronGreenback/5700Claus Vium
(cherry picked from commit 1a92d94e92997bc3c6245142291215216a27e0c9) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-04-11Merge pull request #5495 from BaronGreenback/RemoteAccessFixBond-009
(cherry picked from commit a890a8509228f6a357a6986549afc492da74b146) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-04-11Merge pull request #5416 from BaronGreenback/SubnetOverlappFixJoshua M. Boniface
(cherry picked from commit 19e7ebb27927737ab38499be1f66621cf14f6698) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-03-21Bump version to 10.7.1v10.7.1Joshua M. Boniface
2021-03-21Merge pull request #5504 from crobibero/json-string-converterBond-009
(cherry picked from commit 1a0ce16f4d18b9a7850b52b299b4e6da15d40c53) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-02-27Merge pull request #5181 from BaronGreenback/Fix_IPHostIP6ParsingClaus Vium
(cherry picked from commit f8c9c37c29efa6d42b79d6db3aa8a69a60106765) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-02-26Merge pull request #5217 from jellyfin/auto-manifestdkanada
handle plugin manifests automatically (cherry picked from commit c54ca489f1fc3cbf12c4b7714389fe80f4038f84) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-01-23Change converter log level (#4916)Bond-009
Change converter log level (cherry picked from commit 9265dd68a4f277df34b6a087681b4dd9376004ba) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-31Merge pull request #4902 from BaronGreenback/NetmaskFixdkanada
Fixed loopback subnet (cherry picked from commit d6db0e4b020a3d363a17afdadeae9f3cb7e3a95e) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-31Merge pull request #4884 from crobibero/json-nullable-guid-converterJoshua M. Boniface
Add JsonConverter for Nullable Guids (cherry picked from commit 0de45d8724d15899f27b22d95be8102e293d7041) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-31Merge pull request #4709 from BaronGreenback/PluginDowngradeJoshua M. Boniface
(cherry picked from commit 406ae3e43a20216292c554151fa2d0e2a09edfa3) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4855 from crobibero/cache-json-serializerBond-009
Initialize JsonSerializerOptions statically (cherry picked from commit f42208673facf26e475c9fad7a1e78b59358f3fa) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4842 from crobibero/date-time-formatterClaus Vium
Add JsonDateTimeConverter (cherry picked from commit c8a89b0fe3e0d3ac62c4d291688dba2ab616b710) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4749 from crobibero/guid-standardBond-009
(cherry picked from commit 933e7fa159adb9486b7c34cda3efbaeaf0c164e4) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4735 from crobibero/json-recursionAnthony Lavado
Fix JsonConverter recursion (cherry picked from commit 94d805d03d93764365c5b63e23f239d47d23ad0a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
Don't serialize empty GUID to null (cherry picked from commit b6ecaccf92ae9ca9b0cc75e6dd666a896e72aa99) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4715 from crobibero/hdhr-json-boolClaus Vium
Add number to bool json converter (cherry picked from commit 0aad17554c737404aaf9492d4cb16eee2ccbd4e7) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-01Merge pull request #4580 from crobibero/efcore-datetimeClaus Vium
Specify default DateTimeKind from EFCore
2020-11-28Merge pull request #4605 from hawken93/bugfix-libraryerrorBond-009
Allow JsonGuidConverter to read null
2020-11-28[Fix] Possible null reference. (#4585)BaronGreenback
Fix possible null reference.
2020-11-28allow JsonGuidConverter to read nullhawken
2020-11-27Merge pull request #4588 from jellyfin/hexJoshua M. Boniface
Remove Hex class as the BCL has one now
2020-11-25Remove Hex class as the BCL has one nowBond_009
2020-11-25Fix efcore not returning a UTC DateTimecrobibero
2020-11-24Merge pull request #4517 from BaronGreenback/pluginMessageFixBill Thornton
[Fix] Fixed Plugin versioning in browser notifications
2020-11-24Merge pull request #4568 from crobibero/guid-emptyClaus Vium
Serialize Guid.Empty to null
2020-11-24[Fix] NetworkManager binding to [::] (#4549)BaronGreenback
* 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
2020-11-23Serialize Guid.Empty to nullcrobibero
2020-11-21Merge branch 'master' into NetworkPR2Joshua M. Boniface
2020-11-21Merge pull request #4513 from BaronGreenback/LatestPluginSelectedJoshua M. Boniface
Multi-repository plugins
2020-11-21Networking: 1 - Network Manager (#4124)BaronGreenback
* 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>
2020-11-21Merge branch 'master' into NetworkPR2BaronGreenback
2020-11-21Updated to the latestGreenback
2020-11-20Merge pull request #4339 from BaronGreenback/PluginConfigSaveJoshua M. Boniface
Making default Plugin configurations accessible when developing.
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-20Update BasePlugin.csBaronGreenback
2020-11-19Write DateTimes in ISO8601 format for backwards compatibility.crobibero
2020-11-19Updated to latest Unstable.Greenback
2020-11-19Update BasePlugin.csBaronGreenback
2020-11-19Merge pull request #4507 from BaronGreenback/SpellingJoshua M. Boniface
Corrects spelling in comments
2020-11-19Fixed notificationGreenback
2020-11-19Initialial uploadGreenback
2020-11-19Merge branch 'master' into PluginConfigSaveBaronGreenback
2020-11-19Update BasePlugin.csBaronGreenback
2020-11-18Fix null reference when saving plugin configurationcrobibero
2020-11-18More spelling corrections.Greenback