aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2022-03-18Merge pull request #7474 from nielsvanvelzen/api-secureCody Robibero
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-09Fix the fMP4 HLS audio sync issue on Safarinyanmisaka
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-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-14Fix some warningsBond_009
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
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-20Properly populate QueryResultCody Robibero
2022-01-19Merge pull request #7176 from dmitrylyzo/fix-trailers-1Bond-009
2022-01-18Merge pull request #7197 from dmitrylyzo/fix-max-resolutionClaus Vium
Fix maximum video resolution for dynamic HLS controller
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-16Fix maximum video resolution for dynamic HLS controllerDmitry Lyzo
2022-01-16Remove unnecessary array allocationDmitry Lyzo
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-01-14Fix duplication of local trailersDmitry Lyzo
2022-01-11Refactor and add scheduled taskcvium
2022-01-10Use png for storageCody Robibero
2022-01-10suggestions from reviewCody Robibero
2022-01-10Suggestions from reviewCody Robibero
2022-01-08Remove unused httpContext parameterSenorSmartyPants
2022-01-08Make identify flag describe purpose, not sourceJoe Rogers
2022-01-08Merge pull request #7101 from Bond-009/imagejpgCody Robibero
Remove incorrect mime type image/jpg
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2022-01-07Remove special HTTP HEAD processingSenorSmartyPants
removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play videos from JF.
2022-01-07Merge branch 'master' into keyframe_extraction_v1cvium
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs
2022-01-05Error on SA1316Bond_009
2022-01-04Clean upCody Robibero
2022-01-04Apply suggestions from code reviewDavid Ullmer
2022-01-04Add missing response code documentationDavid Ullmer
2022-01-04Remove darkening filter from SplashscreenDavid Ullmer
Using the foregroundLayer parameter has the same effect
2022-01-04Add Splashscreen API endpoint to ImageControllerDavid Ullmer
2022-01-04Remove splashscreen generation from IImageEncoder and add IImageGeneratorDavid Ullmer
2022-01-04Always use 1080p, add max parental ratingDavid Ullmer