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
/
DevicesController.cs
Age
Commit message (
Expand
)
Author
2021-08-13
Remove old response code documentation
Patrick Barron
2021-07-13
Add dto for device options
Patrick Barron
2021-06-27
GetDeviceOptions always returns an instance of DeviceOptions
Patrick Barron
2021-06-19
Add missing ConfigureAwait call
Patrick Barron
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-20
Remove unnecessary query class
Patrick Barron
2021-04-10
Make device/session code async
Patrick Barron
2021-04-10
Rewrite device manager using EF Core
Patrick Barron
2020-11-01
Fix endpoint auth
crobibero
2020-09-09
Remove nullable from required
crobibero
2020-08-12
userid isn't actually required
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-18
Merge pull request #3357 from crobibero/api-authorization
David
2020-06-18
Remove nullable, add async task
crobibero
2020-06-16
Add Default authorization policy
crobibero
2020-06-12
Use Http status code 204 instead of 200
David
2020-06-04
Fix doc errors
crobibero
2020-05-19
Fix return value
crobibero
2020-05-19
Fix Authorize attributes
crobibero
2020-05-19
Remove CameraUpload endpoints
crobibero
2020-05-02
Update endpoint docs
crobibero
2020-04-23
Remove unneeded Ok calls.
crobibero
2020-04-21
move to ActionResult<T>
crobibero
2020-04-21
Remove exception handler
crobibero
2020-04-19
Fix Authenticated Roles
crobibero
2020-04-19
Move DeviceService to DevicesController
crobibero