aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-04-26Ensure metadata path is created on app startup, and also each time it is updatedMark Monteiro
2020-04-26Merge pull request #2798 from JustAMan/fix-livetv-againJoshua M. Boniface
Make localhost LiveTV restreams always use plain HTTP port
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Apply style changeJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2020-04-26Remove unnecessary properties from SystemInfo response objectMark Monteiro
These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-26Added option to disable metrics collection and defaulted it to offsparky8251
2020-04-25Fix autolaunch & redirect of swagger.crobibero
2020-04-25Merge pull request #2874 from barronpm/warnings-cleanup1Bond-009
Emby.Server.Implementations code cleanup and warning fixes (Part 1)
2020-04-24Apply suggestions from code reviewConfusedPolarBear
2020-04-24Translated using Weblate (Hebrew)Aragon
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2020-04-23Minor fixConfusedPolarBear
2020-04-23Merge remote-tracking branch 'upstream/master' into integration-testsMark Monteiro
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-22Fixed buildPatrick Barron
2020-04-22Merge branch 'master' into warnings-cleanup1Patrick Barron
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-21Fix VideoResolver and testsBond_009
2020-04-21Address commentsBond_009
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-20Handle null values for RemoteIpAddress and LocalIpAddress in websocket requestsMark Monteiro
These values are null when creating fake web requests as part of integration tests
2020-04-20Translated using Weblate (French)ejalal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-04-20Add some simple testsBond_009
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-19Apply code review suggestionsPatrick Barron
2020-04-19Add persistent setting configuration and temporary activationConfusedPolarBear
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