aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-09-18Fix HD Home Run streaming.Ryan Petris
* Use LocalEndPoint instead of RemoteEndPoint when determining local address. * HdHomerunUdpStream.StartStreaming is meant to run until stream is closed, however HdHomerunUdpStream.Open needs to return as soon as stream is open to send stream url back to client. Therefore, StartStreaming should not be awaited on. * TcpClient(IPEndPoint) treats endpoint as the local endpoint; use TcpClient(string, int) instead as it treats endpoint as the remote endpoint.
2020-09-18Update LocalizationManager.cshoanghuy309
2020-09-17Update ApplicationHost.csBaronGreenback
2020-09-17Added versioning to files without meta.jsonBaronGreenback
2020-09-16Merge pull request #3401 from BaronGreenback/PluginsJoshua M. Boniface
Fix for windows plug-in upgrades issue: #1623
2020-09-16Removed browser auto-load functionality from the server.spookbits
Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality.
2020-09-16Rename PlugInManifest.cs to PluginManifest.csBaronGreenback
2020-09-16Minor improvementsBond_009
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
2020-09-14Update ApplicationHost.csBaronGreenback
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-14Renamed file.Jim Cartlidge
2020-09-14Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-14Update Emby.Server.Implementations/Plugins/PlugInManifest.csBaronGreenback
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2020-09-14Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-14Merge remote-tracking branch 'upstream/master' into NetworkPR2Jim Cartlidge
2020-09-14Removing blank lines.Jim Cartlidge
2020-09-14Update based on PR1 changes.Jim Cartlidge
2020-09-14Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-14Added translation using Weblate (Vietnamese)hoanghuy309
2020-09-14Translated using Weblate (Albanian)kevin
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sq/
2020-09-14Added translation using Weblate (Albanian)kevin
2020-09-13Update ApplicationHost.csBaronGreenback
2020-09-13Update ApplicationHost.csBaronGreenback
2020-09-13Update ApplicationHost.csBaronGreenback
Global jsonserializer added
2020-09-13Update PlugInManifest.csBaronGreenback
Added comments.
2020-09-13Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-13Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-13Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-13With method comments.Jim Cartlidge
2020-09-13Modified to work with manifests.Jim Cartlidge
2020-09-12update to dotnet 3.1.8crobibero
2020-09-12Large number of filesJim Cartlidge
2020-09-11Merge pull request #4118 from ↵Bond-009
SegiH/set-playlist-allow-duplicates-option-to-false-by-default Change default value for allow duplicates in playlist option to False
2020-09-11Merge pull request #4108 from Bond-009/PERFORMANCEAnthony Lavado
Minor performance improvements to item saving
2020-09-11Remove extra return statementBond_009
2020-09-11FixBond_009
2020-09-11Translated using Weblate (Indonesian)Hilman Maulana
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2020-09-10Change default value for allow duplicates in playlist option to FalseSegi Hovav
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-09Fix buildBond_009
2020-09-09Minor performance improvements to item savingBond_009
2020-09-08Update ApplicationHost.csBaronGreenback
2020-09-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-08Update Emby.Server.Implementations/Updates/InstallationManager.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-08Update Emby.Server.Implementations/ApplicationHost.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>