aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/RequestHelpers.cs
AgeCommit message (Expand)Author
2025-07-20Use RequestHelpers.GetSession in SessionWebSocketListener (#14494)Niels van Velzen
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-08-05Change arguments AssertCanUpdateUser to take a userBond_009
2024-05-25Backport pull request #11738 from jellyfin/release-10.9.zcrobibero
2024-05-07Allow explicitly set userId for RequestHelpers.GetSession (#11505)gnattu
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
2023-02-20Merge branch 'master' into network-rewriteShadowghost
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-17Consistently write IP in upercaseShadowghost
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-01-20Properly populate QueryResultCody Robibero
2022-01-10Fix warning SA1414 and CA1849Bond_009
2021-12-27Remove more warningsCody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-02-10Create BaseItemKind enumcrobibero
2021-01-26Merge pull request #5097 from Bond-009/cleanup4Bond-009
2021-01-24Restore weird behaviourBond_009
2021-01-24Remove useless abstraction and clean up formattingBond_009
2021-01-24Fix GetOrderBy and add testsBond_009
2021-01-23Use ArrayModelBinder for sortBy and sortOrdercrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-09Remove GetImageTypescrobibero
2020-11-05Fix Persons, Genres and Studios endpointscvium
2020-10-27Merge remote-tracking branch 'upstream/master' into query-image-typecrobibero
2020-10-11Update Jellyfin.Api/Helpers/RequestHelpers.csCody Robibero
2020-10-09fix buildcrobibero
2020-10-09Convert image type string to enum.crobibero
2020-10-09Convert filters string to enum.crobibero
2020-09-10Fix the testcvium
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-08-03Fix some request parameterscrobibero
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-06remove duplicate functionscrobibero
2020-07-06Merge remote-tracking branch 'upstream/api-migration' into api-channelcrobibero
2020-06-30add missing function after mergecrobibero
2020-06-30Fix using orderingDavid
2020-06-30Fix BuildDavid
2020-06-30Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migrationDavid
2020-06-29Merge remote-tracking branch 'upstream/api-migration' into api-studioscrobibero