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
/
RemoteImageController.cs
Age
Commit message (
Expand
)
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
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace == null with is null
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-12-20
Use our own Contains extension
cvium
2021-11-16
Remove unused dependencies
cvium
2021-10-03
Remove workaround for dotnet/runtime#42790
Bond_009
2021-09-25
Remove sync FileStream hack
Bond_009
2021-09-19
Reduce allocations
Bond_009
2021-09-06
Remove all unused usings
Fernando Fernández
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-05-02
Remove /Images/Remote API endpoint
Joshua M. Boniface
2021-03-07
Use FileShare.None when creating files
David
2020-11-15
Merge remote-tracking branch 'upstream/master' into dotnet-5
crobibero
2020-11-14
Access last element by index where possible
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-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-04
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-31
use named client
crobibero
2020-08-21
Make some methods async
Bond_009
2020-08-16
Dispose httpclient response
crobibero
2020-08-16
Remove all using for HttpClient
crobibero
2020-08-13
Remove httpclient from Jellyfin.Api
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-05
Fix remote images
David
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-18
Remove nullable, add async task
crobibero