index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Helpers
/
RequestHelpers.cs
Age
Commit message (
Expand
)
Author
2025-07-20
Use RequestHelpers.GetSession in SessionWebSocketListener (#14494)
Niels van Velzen
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2024-08-30
Remove BOM from UTF-8 files
Bond_009
2024-08-05
Change arguments AssertCanUpdateUser to take a user
Bond_009
2024-05-25
Backport pull request #11738 from jellyfin/release-10.9.z
crobibero
2024-05-07
Allow explicitly set userId for RequestHelpers.GetSession (#11505)
gnattu
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-11-09
Convert ItemSortBy to enum (#9765)
Cody Robibero
2023-02-20
Merge branch 'master' into network-rewrite
Shadowghost
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-01-20
Properly populate QueryResult
Cody Robibero
2022-01-10
Fix warning SA1414 and CA1849
Bond_009
2021-12-27
Remove more warnings
Cody Robibero
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-04-10
Make device/session code async
Patrick Barron
2021-03-23
Remove conversion from IPAddress to string to IPAddress
David
2021-02-10
Create BaseItemKind enum
crobibero
2021-01-26
Merge pull request #5097 from Bond-009/cleanup4
Bond-009
2021-01-24
Restore weird behaviour
Bond_009
2021-01-24
Remove useless abstraction and clean up formatting
Bond_009
2021-01-24
Fix GetOrderBy and add tests
Bond_009
2021-01-23
Use ArrayModelBinder for sortBy and sortOrder
crobibero
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-11-09
Remove GetImageTypes
crobibero
2020-11-05
Fix Persons, Genres and Studios endpoints
cvium
2020-10-27
Merge remote-tracking branch 'upstream/master' into query-image-type
crobibero
2020-10-11
Update Jellyfin.Api/Helpers/RequestHelpers.cs
Cody Robibero
2020-10-09
fix build
crobibero
2020-10-09
Convert image type string to enum.
crobibero
2020-10-09
Convert filters string to enum.
crobibero
2020-09-10
Fix the test
cvium
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-08-03
Fix some request parameters
crobibero
2020-07-31
Move DynamicHlsService to Jellyfin.Api
crobibero
2020-07-06
remove duplicate functions
crobibero
2020-07-06
Merge remote-tracking branch 'upstream/api-migration' into api-channel
crobibero
2020-06-30
add missing function after merge
crobibero
2020-06-30
Fix using ordering
David
2020-06-30
Fix Build
David
2020-06-30
Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migration
David
2020-06-29
Merge remote-tracking branch 'upstream/api-migration' into api-studios
crobibero
[next]