aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-09-23Merge pull request #4170 from BaronGreenback/VersioningImprovementdkanada
Plugin versioning - amended for plugins without meta.json
2020-09-23Merge pull request #4178 from hoanghuy309/patch-1dkanada
Update LocalizationManager.cs
2020-09-23Merge pull request #4126 from crobibero/3.1.8dkanada
update to dotnet 3.1.8
2020-09-22Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-22Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-21Translated using Weblate (Chinese (Traditional))Nelson Tham
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-09-21Use GeneralCommandType enum in GeneralCommand nameNiels van Velzen
2020-09-21Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-21Translated using Weblate (Korean)장건
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2020-09-21Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-09-21Translated using Weblate (Norwegian Bokmål)josteinh
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2020-09-20Translated using Weblate (French)jeremletrol81
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-09-19Use TcpClient.Connect().Ryan Petris
2020-09-19Translated using Weblate (Galician)Anton Fernandez Príncipe
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gl/
2020-09-19Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
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