aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
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-23Merge branch 'master' into nullable4Bond_009
2020-04-23Translated using Weblate (Japanese)Miko Dela Cruz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2020-04-23Translated using Weblate (Turkish)tyaprak
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2020-04-23Translated using Weblate (Dutch)Unlimitediq
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2020-04-23Merge pull request #2861 from mark-monteiro/fix-auth-response-codesdkanada
Fix Auth Response Codes
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-22Merge branch 'master' into fix-auth-response-codesBond-009
2020-04-22Merge pull request #2943 from mark-monteiro/fix-browser-autolaunchBond-009
Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is false
2020-04-22Translated using Weblate (Chinese (Traditional))Michael Ong
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-04-22Translated using Weblate (Dutch)Wouter Kayser
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
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-21Translated using Weblate (Chinese (Traditional))Chen-Tai,Peng
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-04-21Translated using Weblate (Portuguese (Portugal))André Silva
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2020-04-21Translated using Weblate (Persian)Mehdi Khosravi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2020-04-20Create ApplicationHost logger correctlyMark Monteiro
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-21Merge pull request #2466 from dkanada/pluginVasily
Update plugin classes for nightly builds
2020-04-20Respect AutoRunWebApp and NoAutoRunWebApp settings when HostWebClient is falseMark Monteiro
2020-04-20Translated using Weblate (French)ejalal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-04-19Translated using Weblate (German)Jay-Jay
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-04-20Merge pull request #2915 from randrey/imdbid-length-fixBond-009
Fix imdbid regex
2020-04-19Changed '\d' to '[0-9]'.randrey
2020-04-18Translated using Weblate (Portuguese)tayhr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-04-19Merge pull request #2864 from JustAMan/fix-cachingdkanada
Make Last-Modified and If-Modified-Since headers follow the spec
2020-04-19Merge pull request #2829 from Bond-009/warn19dkanada
Fix some warnings
2020-04-19fix spelling errordkanada
2020-04-18Limit imdbid to 8 digits.randrey
2020-04-18Fix imdbid regexrandrey
2020-04-18Translated using Weblate (Catalan)Klanc
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2020-04-18Translated using Weblate (French)Julien Machiels
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-04-17Merge pull request #2775 from mark-monteiro/upnp-cleanupBond-009
Port Forwarding Improvements
2020-04-17Translated using Weblate (Russian)Andrey Sinitsyn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2020-04-17Merge pull request #2880 from Bond-009/deadcode2dkanada
Remove dead function
2020-04-16Restart port forwarding when public https port changesMark Monteiro
2020-04-16Respond to config changes correctly for external port forwardingMark Monteiro
2020-04-16Cleanup port forwarding serviceMark Monteiro
- Use a concurrent collection instead of manually locking - Do not forward HTTPS port when it is not enabled - Created multiple rules (HTTP/HTTPS) in parallel instead of in sync
2020-04-16Translated using Weblate (Russian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2020-04-16Update Emby.Server.Implementations/HttpServer/HttpResultFactory.csVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-16Merge pull request #2830 from Bond-009/dvdlibVasily
DvdLib: remove dependency on MediaBrowser.Model
2020-04-15Merge pull request #2746 from dafo90/masterBond-009
Authentication request log with IP
2020-04-15Translated using Weblate (Russian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2020-04-15Translated using Weblate (Chinese (Traditional))gnehs
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-04-15Remove dead functionBond_009
2020-04-15Translated using Weblate (Danish)Mathias
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2020-04-15Merge pull request #2862 from mark-monteiro/dependabot/nuget/Mono.Nat-2.0.1Bond-009
Bump Mono.Nat from 2.0.0 to 2.0.1
2020-04-15Log exceptionBond_009
2020-04-15Fix buildBond_009
2020-04-14Translated using Weblate (Japanese)Miko Dela Cruz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/