aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
AgeCommit message (Collapse)Author
2021-12-27Remove more warningsCody Robibero
2021-12-26Merge pull request #6934 from nyanmisaka/hwaCody Robibero
HWA pipeline refactor, AMD/Intel/Nvidia full hardware filtering support, AV1 hwdec
2021-12-24Update StyleCopBond_009
2021-12-25Merge remote-tracking branch 'origin/master' into hwanyanmisaka
2021-12-24Merge DynamicHlsController and VideoHlsController (#119)Claus Vium
* Merge DynamicHlsController and VideoHlsController Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
2021-12-24EncodingHelper hwaccel pipelines refactornyanmisaka
separate the HW pipeline according to HWA method for maintainability.
2021-12-24Update Jellyfin.Api/Controllers/VideoHlsController.csCody Robibero
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-24Merge pull request #6867 from yresquirol/related-mediaCody Robibero
2021-12-23Update Jellyfin.Api/Controllers/LibraryController.csCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-18Fix query param spellingCody Robibero
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-07Refactor extras parsingcvium
2021-11-24Create a store key constant for networkcvium
2021-11-21Merge pull request #6879 from crobibero/client-log-cleanupClaus Vium
Remove ClientLog endpoints
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-19Add ability to exclude active sessions from resumable itemsCody Robibero
2021-11-18Related media according to genreYordany Rodriguez Esquirol
2021-11-16Remove unused dependenciescvium
2021-11-15- ensure the proper StartTimeTicks variable is forwarded to the ↵Marius Luca
AddDlnaHeaders function
2021-11-13Merge pull request #6836 from cvium/apphost_light_cleanupCody Robibero
2021-11-13Very light cleanup in applicationhostcvium
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Fix some warningsBond_009
609 left
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-05Use client info from claimsCody Robibero
2021-11-02Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-31Use correct id when finding existing dlna profileCody Robibero
2021-10-29Use response dtoCody Robibero
2021-10-28Update documentation; use information from authorization; return generated ↵Cody Robibero
filename
2021-10-27Suggestions from reviewCody Robibero
2021-10-26Add ability to upload entire fileCody Robibero
2021-10-26Merge remote-tracking branch 'upstream/master' into client-loggerCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-25Merge pull request #6486 from ↵Claus Vium
fredriklindberg/support-forwarded-headers-for-api-url
2021-10-19Add IsAutomated to SubtitleSearchRequestMBR-0001
2021-10-09Merge pull request #6657 from Bond-009/dotnetbugClaus Vium
2021-10-08Use new Random.Shared instead of creating new instancesBond_009
2021-10-04Queue refresh after subtitle upload + minor fixescvium
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Remove sync FileStream hackBond_009
2021-09-24Target net6.0Bond_009
2021-09-21Specify DateTimeStyles when possibleBond_009