| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-17 | Update .NET Core to 3.1.6 | Patrick Barron | |
| 2020-06-23 | Merge pull request #3418 from Bond-009/minor3 | dkanada | |
| Minor changes | |||
| 2020-06-22 | Minor changes | Bond-009 | |
| 2020-06-22 | Merge pull request #3411 from neilsb/system-plugin-removal | Bond-009 | |
| Prevent system plugins from being uninstalled | |||
| 2020-06-22 | Merge pull request #3244 from jellyfin/custom-repos | dkanada | |
| Initial implementation for custom plugin repositories | |||
| 2020-06-22 | Wrapping long line on function parameters (take 2) | Neil Burrows | |
| 2020-06-22 | Wrapping long line on function parameters | Neil Burrows | |
| 2020-06-22 | Prevent system plugins from being uninstalled | Neil Burrows | |
| 2020-06-20 | Merge branch 'master' into SSDP | Cody Robibero | |
| 2020-06-17 | Merge branch 'master' into custom-repos | dkanada | |
| 2020-06-15 | Merge pull request #3315 from crobibero/dashboard-update | dkanada | |
| Add MessageId to websocket message, fix ws exception | |||
| 2020-06-12 | Remove whitespace | crobibero | |
| 2020-06-11 | Update ↵ | Cody Robibero | |
| MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs Co-authored-by: aled <aled@wibblr.com> | |||
| 2020-06-11 | Update INetworkManager.cs | BaronGreenback | |
| 2020-06-11 | Update INetworkManager.cs | BaronGreenback | |
| Editting comments - adding periods | |||
| 2020-06-11 | Add MessageId to websocket message, add JsonNonStringKeyDictionaryConverter | crobibero | |
| 2020-06-11 | Update to .NET Core 3.1.5 | crobibero | |
| 2020-06-04 | initial implementation for custom plugin repositories | dkanada | |
| 2020-06-04 | Merge pull request #3236 from Bond-009/common | Vasily | |
| Enable StyleCop for MediaBrowser.Common | |||
| 2020-06-03 | Enable StyleCop for MediaBrowser.Common | Bond-009 | |
| 2020-05-24 | fix a few issues with the plugin manifest | dkanada | |
| 2020-05-17 | Update MediaBrowser.Common/Net/INetworkManager.cs | BaronGreenback | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2020-05-17 | Update MediaBrowser.Common/Net/INetworkManager.cs | BaronGreenback | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2020-05-17 | Update MediaBrowser.Common/Net/INetworkManager.cs | BaronGreenback | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2020-05-17 | Update to .NET Core 3.1.4 | Mark Monteiro | |
| 2020-04-29 | Changes styles as suggested by @barronpm | BaronGreenback | |
| Added addtional comments & source type as per intellisense suggestion change code as per sonacloud | |||
| 2020-04-29 | Merge pull request #2920 from Bond-009/tests2 | Vasily | |
| Add some simple tests | |||
| 2020-04-28 | Whilst 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-28 | Revert "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-28 | Whilst 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-26 | Ensure transcoding path is created when it is retrieved | Mark Monteiro | |
| 2020-04-23 | Merge branch 'master' into nullable4 | Bond_009 | |
| 2020-04-22 | Remove unused usings | Mark Monteiro | |
| This addresses the new issues identified in SonarCloud analysis | |||
| 2020-04-22 | Merge branch 'master' into register-services-correctly | Bond-009 | |
| 2020-04-22 | Merge pull request #2846 from jellyfin/azure | Bond-009 | |
| Remove requirement to build web during server builds | |||
| 2020-04-21 | Add <ProjectGuid> properties to all project files | Mark Monteiro | |
| This is required for SonarCloud analysis to run | |||
| 2020-04-21 | Address comments | Bond_009 | |
| 2020-04-20 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-20 | Add some simple tests | Bond_009 | |
| 2020-04-20 | add code suggestions | dkanada | |
| 2020-04-13 | Merge branch 'master' into register-services-correctly | Mark Monteiro | |
| 2020-04-13 | merge branch master into plugin | dkanada | |
| 2020-04-11 | Merge pull request #2680 from mark-monteiro/remove-common-process | Bond-009 | |
| Remove CommonProcess and ProcessFactory | |||
| 2020-04-11 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-11 | merge branch master into plugin | dkanada | |
| 2020-04-11 | remove release channel from plugin classes | dkanada | |
| 2020-04-06 | Do not use IAsyncEnumerable unnecessarily | Mark Monteiro | |
| 2020-04-05 | Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia | Bond_009 | |
| 2020-04-05 | Document exception | Mark Monteiro | |
| 2020-04-04 | Remove unnecessary async and parameter from ApplicationHost initialization ↵ | Mark Monteiro | |
| method | |||
