| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-01 | remove unused declaration | crobibero | |
| 2020-09-01 | Fallback to base jsonconverter | crobibero | |
| 2020-09-01 | Only handle empty string or null case | crobibero | |
| 2020-09-01 | readd nullable number converters | crobibero | |
| 2020-09-01 | Translated using Weblate (Spanish (Dominican Republic)) | fernando012 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/ | |||
| 2020-08-31 | Merge pull request #2888 from ConfusedPolarBear/quickconnect | Bond-009 | |
| Add quick connect (login without typing password) | |||
| 2020-08-31 | Merge pull request #4022 from Bond-009/arraypool | Anthony Lavado | |
| Fix incorrect usage of ArrayPool | |||
| 2020-08-31 | Merge pull request #3935 from crobibero/default-http-client | Bond-009 | |
| Add Default Http Client | |||
| 2020-08-31 | Merge remote-tracking branch 'upstream/master' into default-http-client | crobibero | |
| 2020-08-31 | Merge pull request #3871 from Ullmie02/plugins-api | Bond-009 | |
| Allow plugins to define their own api endpoints | |||
| 2020-08-31 | Don't evaluate twice | David Ullmer | |
| 2020-08-31 | Use .Distinct on assembly | David Ullmer | |
| 2020-08-31 | Only create product header once | crobibero | |
| 2020-08-31 | Fix user agent comment | crobibero | |
| 2020-08-31 | use named http clients | crobibero | |
| 2020-08-31 | Merge 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-31 | Merge pull request #4024 from jellyfin/dependabot/nuget/IPNetwork2-2.5.224 | Bond-009 | |
| Bump IPNetwork2 from 2.5.211 to 2.5.224 | |||
| 2020-08-31 | Merge pull request #4028 from crobibero/cache-duration | Bond-009 | |
| Properly verify cache duration | |||
| 2020-08-31 | Merge pull request #4027 from cvium/fix_update_libraryoptions | Bond-009 | |
| Fix model binding in UpdateLibraryOptions | |||
| 2020-08-31 | Properly verify cache duration | crobibero | |
| 2020-08-31 | Fix model binding in UpdateLibraryOptions | Claus Vium | |
| 2020-08-31 | Bump prometheus-net.DotNetRuntime from 3.3.1 to 3.4.0 | dependabot[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-31 | Bump IPNetwork2 from 2.5.211 to 2.5.224 | dependabot[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-31 | Merge pull request #4010 from cromefire/patch-3 | Bond-009 | |
| Fix wrong OpenAPI auth header value | |||
| 2020-08-31 | Fix incorrect usage of ArrayPool | Bond-009 | |
| 2020-08-31 | Merge pull request #4018 from barronpm/library-entity-cleanup | Bond-009 | |
| Library Entity Cleanup | |||
| 2020-08-30 | First 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-30 | Move library entities to folder. | Patrick Barron | |
| 2020-08-30 | Merge pull request #3999 from PrplHaz4/patch-3 | Joshua M. Boniface | |
| [Permissions] Fix for individual channel plugins #2858 | |||
| 2020-08-30 | Fixed wrong openapi auth header value | Cromefire_ | |
| 2020-08-28 | Merge pull request #4001 from brianjmurrell/patch-1 | Joshua 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-28 | Translated using Weblate (Indonesian) | Hilman Maulana | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/ | |||
| 2020-08-27 | Merge pull request #4002 from crobibero/partial-access | Bond-009 | |
| Fix partial library and channel access | |||
| 2020-08-27 | Fix partial library and channel access | crobibero | |
| 2020-08-27 | Fix permissions for individual channel plugins #2858 | PrplHaz4 | |
| Without this change, the only Channel (plugin, not Live TV) permission that works is "Enable All Channels". Fixes #2858 | |||
| 2020-08-27 | Translated using Weblate (Thai) | Kraisorn Thongsuk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/ | |||
| 2020-08-26 | Apply suggestions from code review | Matt Montgomery | |
| 2020-08-26 | Merge pull request #3983 from Bond-009/useragent | Anthony Lavado | |
| Fix incorrect adding of user agent | |||
| 2020-08-26 | Merge pull request #3984 from crobibero/json-prerelease | Bond-009 | |
| Use Prerelease System.Text.Json | |||
| 2020-08-26 | Merge remote-tracking branch 'upstream/master' into quickconnect | Matt Montgomery | |
| 2020-08-26 | Apply suggestions from code review | crobibero | |
| 2020-08-26 | Apply suggestions from code review | crobibero | |
| 2020-08-26 | Clean up json Converters | crobibero | |
| 2020-08-26 | Merge pull request #3988 from crobibero/pack-license | Joshua M. Boniface | |
| Use proper SPDX Identifier | |||
| 2020-08-26 | use proper spdx | crobibero | |
| 2020-08-26 | revert rename | crobibero | |
| 2020-08-26 | switch to spdx | crobibero | |
| 2020-08-25 | Properly pack project license | crobibero | |
| 2020-08-25 | bump to preview8 and remove extra references | crobibero | |
| 2020-08-25 | Merge pull request #3889 from Ullmie02/nuget-versioning | Joshua M. Boniface | |
| Build Unstable NuGet packages | |||
