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
/
Controllers
/
UserViewsController.cs
Age
Commit message (
Expand
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-08-05
Replace UserId with User in UserViewQuery
Bond_009
2024-04-30
More efficient array creation (#11468)
Bond-009
2024-03-03
Move userId in API from route to optional query parameter (#11074)
Cody Robibero
2024-01-06
Remove some unused client capabilities and sync code (#10812)
Niels van Velzen
2023-11-09
Convert CollectionType, SpecialFolderType to enum (#9764)
Cody Robibero
2023-02-09
refactor: simplify authz
cvium
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-09-11
Require properly typed ActionResult<T> (#8382)
Cody Robibero
2022-03-18
Merge pull request #7474 from nielsvanvelzen/api-secure
Cody Robibero
2022-03-18
Remove check for non-existent "emby rt" client in UserViewsController (#7470)
Niels van Velzen
2022-03-18
Add authorization attribute to UserViewsController
Niels van Velzen
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-02-10
Create BaseItemKind enum
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Add missing references
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-25
move UserViewsService.cs to Jellyfin.Api
crobibero