aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-31migrate to IHttpClientFactory in DirectRecordercrobibero
2020-08-31migrate to IHttpClientFactory in ApplicationHostcrobibero
2020-08-31migrate to IHttpClientFactory in InstallationManagercrobibero
2020-08-31migrate to IHttpClientFactory in Emby.Dlnacrobibero
2020-08-31Use HttpClientFactory in SubtitleEncodercrobibero
2020-08-31Merge pull request #3935 from crobibero/default-http-clientBond-009
Add Default Http Client
2020-08-31use named clientcrobibero
2020-08-31Merge remote-tracking branch 'upstream/master' into default-http-clientcrobibero
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-31Only create product header oncecrobibero
2020-08-31Fix user agent commentcrobibero
2020-08-31use named http clientscrobibero
2020-08-31Enable nullable for interfaceDavid Ullmer
2020-08-31Merge branch 'master' into library-picturesDavid Ullmer
2020-08-31Bump Microsoft.NET.Test.Sdk and add missing referencecrobibero
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 pull request #4024 from jellyfin/dependabot/nuget/IPNetwork2-2.5.224Bond-009
Bump IPNetwork2 from 2.5.211 to 2.5.224
2020-08-31Merge pull request #4028 from crobibero/cache-durationBond-009
Properly verify cache duration
2020-08-31Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-08-31Merge pull request #4027 from cvium/fix_update_libraryoptionsBond-009
Fix model binding in UpdateLibraryOptions
2020-08-31Properly verify cache durationcrobibero
2020-08-31Remove DynamicCorsMiddlewarecrobibero
2020-08-31Fix model binding in UpdateLibraryOptionsClaus Vium
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-31Merge pull request #4010 from cromefire/patch-3Bond-009
Fix wrong OpenAPI auth header value
2020-08-31Fix incorrect usage of ArrayPoolBond-009
2020-08-31Merge pull request #4018 from barronpm/library-entity-cleanupBond-009
Library Entity Cleanup
2020-08-30First pass at cleaning entity classes.Patrick Barron
- Documents all library entities - Fixes styling warnings for library entities - Updates library entities to inherit from interfaces - Makes library entites no longer partial.
2020-08-30Move library entities to folder.Patrick Barron
2020-08-30Merge pull request #3999 from PrplHaz4/patch-3Joshua M. Boniface
[Permissions] Fix for individual channel plugins #2858
2020-08-30Always allow set credentials headercrobibero
2020-08-30Allow for dynamic cors responsecrobibero
2020-08-30Fixed wrong openapi auth header valueCromefire_
2020-08-29include xml docs when publishingcrobibero
2020-08-28Added JELLYFIN_ADDITIONAL_OPTS to default fileCromefire_
2020-08-28Added additional opts to service fileCromefire_
2020-08-28Merge pull request #4001 from brianjmurrell/patch-1Joshua M. Boniface
Add an empty %files section to main package (cherry picked from commit c3ef1f56f6b1fc4d7e0accaa2178df078f2afd08) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-08-28Translated using Weblate (Indonesian)Hilman Maulana
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2020-08-27Merge pull request #4002 from crobibero/partial-accessBond-009
Fix partial library and channel access
2020-08-27Fix partial library and channel accesscrobibero
2020-08-27Fix permissions for individual channel plugins #2858PrplHaz4
Without this change, the only Channel (plugin, not Live TV) permission that works is "Enable All Channels". Fixes #2858
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 #3983 from Bond-009/useragentAnthony Lavado
Fix incorrect adding of user agent
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