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
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
2020-06-29
Move ArtistsService to Jellyfin.Api
David
2020-06-27
Make all optional strings nullable
crobibero
2020-06-26
Merge pull request #3433 from crobibero/api-years
Patrick Barron
2020-06-25
Move StudiosService.cs to Jellyfin.Api
crobibero
2020-06-24
Move YearsService.cs to Jellyfin.Api
crobibero
2020-06-24
fix duplicate function
crobibero
2020-06-24
Merge remote-tracking branch 'upstream/api-migration' into api-library
crobibero
2020-06-24
fix merge
crobibero
2020-06-24
Merge remote-tracking branch 'upstream/api-migration' into api-channel
crobibero
2020-06-21
Merge remote-tracking branch 'upstream/api-migration' into api-library
crobibero
2020-06-20
Use proper DtoOptions extensions
crobibero
2020-06-20
Merge remote-tracking branch 'remotes/upstream/api-migration' into api-sessio...
David Ullmer
2020-06-19
Move LibraryService.cs to Jellyfin.Api
crobibero
2020-06-19
Use new authorization and session functions
David
2020-06-18
Add xml comments; Add status codes; Use return instead of exception
David
2020-06-13
fix build
crobibero
2020-06-13
Merge remote-tracking branch 'upstream/api-migration' into api-channel
crobibero
2020-06-12
Move SessionService to Jellyfin.Api
David
2020-06-07
Add default values for parameters and fix spelling
David
2020-06-07
Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs
David
2020-05-24
Merge upstream/api-migration
crobibero
2020-05-24
Apply review suggestions
crobibero