aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api
AgeCommit message (Collapse)Author
2022-05-22Merge pull request #7780 from 1337joe/fix-tv-guide-search-2Cody Robibero
(cherry picked from commit 492c6bbd7ecb452dcfef77027545e455a20b8baf) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7766 from crobibero/dotnet-6.0.5Joshua M. Boniface
(cherry picked from commit 71bf56704535d0afa7d4955f03d287d40c9a98a3) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20Merge pull request #7718 from jellyfin/dovi-hevc-remuxBond-009
(cherry picked from commit f7ef7d9eda71d42dce46c91f1398eccc0b4b1b6c) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27Bump Swashbuckle.AspNetCore.ReDoc from 6.3.0 to 6.3.1 (#7659)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-17Merge pull request #7590 from crobibero/dotnet-6.0.4Joshua M. Boniface
(cherry picked from commit 5778541d2fa9a6a2732b715e8c60421e44e035da) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17Merge pull request #7569 from crobibero/repo-authJoshua M. Boniface
(cherry picked from commit a7abdca47a1d749aac9cb5315fda6fbcab8c6e3b) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-17Merge pull request #7561 from DMouse10462/named-config-api-fixCody Robibero
Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-03-26Fix TranscodeReasons property nameCody Robibero
2022-03-22Only extract attachments from external .mks fileNils Fürniß
2022-03-22Pass CancellationToken to ExtractAllAttachmentsNils Fürniß
2022-03-22 add extracting attachments from external subsNils Fürniß
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18Merge pull request #7474 from nielsvanvelzen/api-secureCody Robibero
2022-03-18Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.3.0 (#7457)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-18Remove check for non-existent "emby rt" client in UserViewsController (#7470)Niels van Velzen
2022-03-18Add authorization attribute to UserViewsControllerNiels van Velzen
2022-03-18Add authorization attribute to GetConfigurationPagesNiels van Velzen
2022-03-12Merge pull request #7325 from eyezak/issue/6450Cody Robibero
2022-03-12Restrict item refreshing to administratorsNiels van Velzen
2022-03-12Change operation name in ItemRefreshControllerNiels van Velzen
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
Optimize Guid comparisons
2022-03-10Merge pull request #7434 from crobibero/dotnet-6.0.3Joshua M. Boniface
2022-03-09Fix the fMP4 HLS audio sync issue on Safarinyanmisaka
2022-03-08Update to dotnet 6.0.3Cody Robibero
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Series: issue-6450Isaac Gordezky
Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-03-06Fix buildCody Robibero
2022-03-05Merge pull request #7137 from SenorSmartyPants/masterBond-009
2022-03-05Merge pull request #7404 from nyanmisaka/omxJoshua M. Boniface
2022-03-05Merge pull request #7383 from thornbill/next-up-rewatchingJoshua M. Boniface
2022-03-06Fallback to no HWA when reporting transcoding infonyanmisaka
2022-03-01Merge pull request #7275 from Nalsai/burn-subtitle-attached-fontsBond-009
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-28Add resume book as default home sectionBill Thornton
2022-02-28Remove obsolete code for premium pluginsBond_009
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-20Rewatching next up (#7253)SenorSmartyPants
2022-02-18[Bugfix] Report transcoding completeIsaac Gordezky
Currently, when transcoding finishes it is not reported - leaving the UI with an incomplete transcode % This change reports transcoding progress as empty / complete when the transcoding job finishes
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface
2022-02-14Fix some warningsBond_009
2022-02-12Change KeepReading to StopReading and use bytes read as an indicatorcvium
2022-02-10add extracting attachments for ffmpeg to burn subsNils Fürniß
2022-02-08Update to dotnet 6.0.2Cody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-21Merge pull request #7225 from crobibero/query-resultBond-009