BaronGreenback
306f7b3c30
Update INetworkManager.cs
4 years ago
BaronGreenback
2cecde658b
Update INetworkManager.cs
...
Editting comments - adding periods
4 years ago
BaronGreenback
4d9171f691
Update DlnaEntryPoint.cs
...
Left a _config behind.
4 years ago
BaronGreenback
5cf44e7736
Removed spaces
4 years ago
BaronGreenback
6d8ab50be9
No changes my end
4 years ago
BaronGreenback
93568be3e7
Updates
4 years ago
BaronGreenback
1d86084653
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
adb789a802
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
fbd02a493b
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
455e464445
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
3a5333228f
Update Emby.Server.Implementations/Networking/NetworkManager.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
5 years ago
BaronGreenback
d5a924772b
Update MediaBrowser.Common/Net/INetworkManager.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
5 years ago
BaronGreenback
5e1be0d4f0
Update MediaBrowser.Common/Net/INetworkManager.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
5 years ago
BaronGreenback
61e65d032e
Update MediaBrowser.Common/Net/INetworkManager.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
5 years ago
BaronGreenback
8a69300bf5
Changes styles as suggested by @barronpm
...
Added addtional comments & source type as per intellisense suggestion
change code as per sonacloud
5 years ago
BaronGreenback
ebd589aa86
Whilst fixing issues with SSDP on devices with multiple interfaces, i came 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
5 years ago
BaronGreenback
a3140f83c6
Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, i came across a design issue in the current code - namely interfaces without a gateway were ignored."
...
This reverts commit 2aaecb8e14
.
5 years ago
BaronGreenback
2aaecb8e14
Whilst fixing issues with SSDP on devices with multiple interfaces, i came 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
5 years ago
BaronGreenback
a0a5512069
2969 - re-issed code to address when developer doesn't have certificate installed.
5 years ago
Admin
d1684b1053
http in development mode crashed -
5 years ago
dkanada
aa6d52277d
Merge pull request #2771 from Bond-009/nullable4
...
Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.Skia
5 years ago
Bond_009
118f30059c
Merge branch 'master' into nullable4
5 years ago
Miko Dela Cruz
97e383d108
Translated using Weblate (Japanese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
5 years ago
tyaprak
964e277932
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
5 years ago
Unlimitediq
7d22a3c394
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
5 years ago
dkanada
97d7ffc458
Merge pull request #2861 from mark-monteiro/fix-auth-response-codes
...
Fix Auth Response Codes
5 years ago
Bond-009
07c4dfd8fe
Merge pull request #2765 from mark-monteiro/register-services-correctly
...
Register And Construct Services Correctly Using DI Framework
5 years ago
Mark Monteiro
8f02fb9a4f
Remove unused usings
...
This addresses the new issues identified in SonarCloud analysis
5 years ago
Bond-009
d744d7d234
Merge branch 'master' into register-services-correctly
5 years ago
Bond-009
07326c1d9b
Merge branch 'master' into fix-auth-response-codes
5 years ago
Bond-009
a85b1dcba6
Merge pull request #2943 from mark-monteiro/fix-browser-autolaunch
...
Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is false
5 years ago
Michael Ong
de328a46cd
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
5 years ago
Wouter Kayser
e943facebb
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
5 years ago
Bond-009
c0b3c11b2e
Merge pull request #2846 from jellyfin/azure
...
Remove requirement to build web during server builds
5 years ago
Vasily
587edde37a
Merge pull request #2955 from mark-monteiro/sonarcloud
...
Add SonarCloud to the Azure Pipeline CI process
5 years ago
Mark Monteiro
9a401c3728
Only run SonarCloud analysis for ubuntu tests
5 years ago
Mark Monteiro
c5f163293f
Add <ProjectGuid> properties to all project files
...
This is required for SonarCloud analysis to run
5 years ago
Mark Monteiro
66364eba92
Add tasks required for SonarCloud integration
5 years ago
Chen-Tai,Peng
a2f19eadf7
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
5 years ago
André Silva
b88a94116b
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
5 years ago
Mehdi Khosravi
166a4e8129
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
5 years ago
Mark Monteiro
bc4e72b29b
Create ApplicationHost logger correctly
5 years ago
Mark Monteiro
f815059698
Merge remote-tracking branch 'upstream/master' into register-services-correctly
5 years ago
Vasily
07143bcb68
Merge pull request #2466 from dkanada/plugin
...
Update plugin classes for nightly builds
5 years ago
Mark Monteiro
bd81825d2d
Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is false
5 years ago
ejalal
32ccab32bf
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
5 years ago
dkanada
d0716ef5b3
Merge pull request #2620 from mark-monteiro/development-documentation
...
Add Development Documentation To README
5 years ago
dkanada
1cc5d6745a
Merge pull request #2903 from randrey/dlna-albumart-fix
...
Fix DLNA clients displaying wrong album art.
5 years ago
dkanada
2f6dd258e6
Merge pull request #2936 from anthonylavado/fix-etags-right
...
Remove JsonIgnore from the DateLastSaved property of BaseItem
5 years ago
Anthony Lavado
ed1dc5c922
Remove JsonIgnore from the DateLastSaved property of BaseItem
5 years ago