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
/
ItemLookupController.cs
Age
Commit message (
Collapse
)
Author
2024-04-14
Validate item access (#11171)
Cody Robibero
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Cleanup imports
Shadowghost
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-23
Minor improvements (#9156)
Bond-009
2022-12-05
Replace == null with is null
Bond_009
2022-01-08
Make identify flag describe purpose, not source
Joe Rogers
2022-01-02
Add refresh flag to remove existing data/images
Joe Rogers
Fixes #7040
2021-12-24
Update StyleCop
Bond_009
2021-11-16
Remove unused dependencies
cvium
2021-09-06
Remove all unused usings
Fernando Fernández
2021-05-02
Remove /Items/RemoteSearch/Image API endpoint
Joshua M. Boniface
2021-03-07
Use FileShare.None when creating files
David
2021-02-10
Create BaseItemKind enum
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-13
Updated based on review feedback
crobibero
2020-11-13
Use null coalescing when possible
crobibero
2020-11-13
Convert NullReferenceException to ResourceNotFoundException
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-09-25
Fix Identify by renaming route parameter to match function argument
cvium
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Simplify file returns
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-17
P E R F O R M A N C E
crobibero
2020-08-17
revert lastordefault
crobibero
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-21
Fix response code
crobibero
2020-06-08
Move ItemLookupService to Jellyfin.Api
crobibero