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
/
MoviesController.cs
Age
Commit message (
Expand
)
Author
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-10-28
Removed unused Using
JPVenson
2024-10-22
Reverted ImmutableList change
JPVenson
2024-10-22
Reverted ToImmutableList change
JPVenson
2024-10-10
Removed obsolete Score and Similiarity values for search
JPVenson
2024-10-09
Fixed AncestorIds and applied review comments
JPVenson
2024-10-09
Apply suggestions from code review
JPVenson
2024-10-09
WIP porting new Repository structure
JPVenson
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-19
Use DistinctBy introduced in .NET 6
Bond_009
2022-11-17
Add xmldocs for TMDb provider, correct provider spelling
Shadowghost
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-09-11
Require properly typed ActionResult<T> (#8382)
Cody Robibero
2022-02-21
Optimize Guid comparisons
Bond_009
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-09-06
Remove all unused usings
Fernando Fernández
2021-05-11
Reduce warnings in MediaBrowser.Controller (#6006)
Cody Robibero
2021-04-21
Improve perf of db save and query
Bond_009
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-09
Add ModelBinder to ItemFilter
crobibero
2020-11-02
Merge remote-tracking branch 'upstream/master' into query-fields
crobibero
2020-10-29
Make MrLinter happy
crobibero
2020-10-29
Remove AddItemFields
crobibero
2020-10-17
Use nameof where possible
Bond_009
2020-10-09
Convert field string to enum.
crobibero
2020-08-30
Move library entities to folder.
Patrick Barron
2020-08-03
fix merge conflicts
crobibero
2020-07-20
changes from merge
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-29
Update Jellyfin.Api/Controllers/MoviesController.cs
Cody Robibero
2020-06-19
Move MoviesService.cs to Jellyfin.Api
crobibero