aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common
AgeCommit message (Collapse)Author
2020-07-17Update .NET Core to 3.1.6Patrick Barron
2020-06-23Merge pull request #3418 from Bond-009/minor3dkanada
Minor changes
2020-06-22Minor changesBond-009
2020-06-22Merge pull request #3411 from neilsb/system-plugin-removalBond-009
Prevent system plugins from being uninstalled
2020-06-22Merge pull request #3244 from jellyfin/custom-reposdkanada
Initial implementation for custom plugin repositories
2020-06-22Wrapping long line on function parameters (take 2)Neil Burrows
2020-06-22Wrapping long line on function parametersNeil Burrows
2020-06-22Prevent system plugins from being uninstalledNeil Burrows
2020-06-20Merge branch 'master' into SSDPCody Robibero
2020-06-17Merge branch 'master' into custom-reposdkanada
2020-06-15Merge pull request #3315 from crobibero/dashboard-updatedkanada
Add MessageId to websocket message, fix ws exception
2020-06-12Remove whitespacecrobibero
2020-06-11Update ↵Cody Robibero
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs Co-authored-by: aled <aled@wibblr.com>
2020-06-11Update INetworkManager.csBaronGreenback
2020-06-11Update INetworkManager.csBaronGreenback
Editting comments - adding periods
2020-06-11Add MessageId to websocket message, add JsonNonStringKeyDictionaryConvertercrobibero
2020-06-11Update to .NET Core 3.1.5crobibero
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-06-04Merge pull request #3236 from Bond-009/commonVasily
Enable StyleCop for MediaBrowser.Common
2020-06-03Enable StyleCop for MediaBrowser.CommonBond-009
2020-05-24fix a few issues with the plugin manifestdkanada
2020-05-17Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-05-17Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-05-17Update MediaBrowser.Common/Net/INetworkManager.csBaronGreenback
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-04-29Changes styles as suggested by @barronpmBaronGreenback
Added addtional comments & source type as per intellisense suggestion change code as per sonacloud
2020-04-29Merge pull request #2920 from Bond-009/tests2Vasily
Add some simple tests
2020-04-28Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵BaronGreenback
across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses
2020-04-28Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, ↵BaronGreenback
i came across a design issue in the current code - namely interfaces without a gateway were ignored." This reverts commit 2aaecb8e148aef6cda67797fa4227a8ebcf7e5bb.
2020-04-28Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵BaronGreenback
across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses
2020-04-26Ensure transcoding path is created when it is retrievedMark Monteiro
2020-04-23Merge branch 'master' into nullable4Bond_009
2020-04-22Remove unused usingsMark Monteiro
This addresses the new issues identified in SonarCloud analysis
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-21Address commentsBond_009
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-20Add some simple testsBond_009
2020-04-20add code suggestionsdkanada
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-13merge branch master into plugindkanada
2020-04-11Merge pull request #2680 from mark-monteiro/remove-common-processBond-009
Remove CommonProcess and ProcessFactory
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11merge branch master into plugindkanada
2020-04-11remove release channel from plugin classesdkanada
2020-04-06Do not use IAsyncEnumerable unnecessarilyMark Monteiro
2020-04-05Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.SkiaBond_009
2020-04-05Document exceptionMark Monteiro
2020-04-04Remove unnecessary async and parameter from ApplicationHost initialization ↵Mark Monteiro
method