aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Merge pull request #4039 from cvium/remove_shit_and_shit_adjacent_shitBond-009
Remove ServiceStack and related stuff
2020-09-02Translated using Weblate (Thai)Airichan
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-09-02Translated using Weblate (Norwegian Bokmål)Sverre
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2020-09-02Translated using Weblate (Thai)Airichan
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-09-02Fix xml docClaus Vium
2020-09-02More fixesClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-09-01Merge remote-tracking branch 'upstream/master' into package-install-repocrobibero
2020-09-01Fix stylingcrobibero
2020-09-01Remove HttpRequestOptionscrobibero
2020-09-01Properly migrate all HttpCompletionOptioncrobibero
2020-09-01Translated using Weblate (Spanish (Dominican Republic))fernando012
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/
2020-08-31Merge pull request #2888 from ConfusedPolarBear/quickconnectBond-009
Add quick connect (login without typing password)
2020-08-31Fix some warningsBond_009
2020-08-31change to using declarationcrobibero
2020-08-31remove IHttpClient 🎉crobibero
2020-08-31migrate to IHttpClientFactory in M3UTunerHostcrobibero
2020-08-31migrate to IHttpClientFactory in M3uParsercrobibero
2020-08-31migrate to IHttpClientFactory in SharedHttpStreamcrobibero
2020-08-31migrate to IHttpClientFactory in HdHomerunHostcrobibero
2020-08-31migrate to IHttpClientFactory in XmlTvListingsProvidercrobibero
2020-08-31migrate to IHttpClientFactory in SchedulesDirectcrobibero
2020-08-31migrate to IHttpClientFactory in EmbyTVcrobibero
2020-08-31migrate to IHttpClientFactory in DirectRecordercrobibero
2020-08-31migrate to IHttpClientFactory in ApplicationHostcrobibero
2020-08-31migrate to IHttpClientFactory in InstallationManagercrobibero
2020-08-31Merge pull request #3871 from Ullmie02/plugins-apiBond-009
Allow plugins to define their own api endpoints
2020-08-31Don't evaluate twiceDavid Ullmer
2020-08-31Use .Distinct on assemblyDavid Ullmer
2020-08-31Merge branch 'master' into library-picturesDavid Ullmer
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-31Merge pull request #4026 from ↵Bond-009
jellyfin/dependabot/nuget/prometheus-net.DotNetRuntime-3.4.0 Bump prometheus-net.DotNetRuntime from 3.3.1 to 3.4.0
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-31Bump prometheus-net.DotNetRuntime from 3.3.1 to 3.4.0dependabot[bot]
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases) - [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/3.3.1...3.4.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-31Bump IPNetwork2 from 2.5.211 to 2.5.224dependabot[bot]
Bumps [IPNetwork2](https://github.com/lduchosal/ipnetwork) from 2.5.211 to 2.5.224. - [Release notes](https://github.com/lduchosal/ipnetwork/releases) - [Commits](https://github.com/lduchosal/ipnetwork/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-08-28Translated using Weblate (Indonesian)Hilman Maulana
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2020-08-27Translated using Weblate (Thai)Kraisorn Thongsuk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2020-08-26Apply suggestions from code reviewMatt Montgomery
2020-08-26Merge pull request #3984 from crobibero/json-prereleaseBond-009
Use Prerelease System.Text.Json
2020-08-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-08-26Apply suggestions from code reviewcrobibero
2020-08-25fix buildcrobibero
2020-08-25bump System.Text.Jsoncrobibero
2020-08-24Merge branch 'master' into event-rewrite-1Patrick Barron
# Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
2020-08-24Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-23Ignore null json valuescrobibero
2020-08-22Translated using Weblate (Indonesian)Hilman Maulana
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2020-08-21Merge pull request #3955 from Bond-009/async3Joshua M. Boniface
Make some methods async
2020-08-21Fix buildBond_009