aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DevicesController.cs
AgeCommit message (Expand)Author
2021-08-13Remove old response code documentationPatrick Barron
2021-07-13Add dto for device optionsPatrick Barron
2021-06-27GetDeviceOptions always returns an instance of DeviceOptionsPatrick Barron
2021-06-19Add missing ConfigureAwait callPatrick Barron
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Remove unnecessary query classPatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-04-10Rewrite device manager using EF CorePatrick Barron
2020-11-01Fix endpoint authcrobibero
2020-09-09Remove nullable from requiredcrobibero
2020-08-12userid isn't actually requiredcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-18Merge pull request #3357 from crobibero/api-authorizationDavid
2020-06-18Remove nullable, add async taskcrobibero
2020-06-16Add Default authorization policycrobibero
2020-06-12Use Http status code 204 instead of 200David
2020-06-04Fix doc errorscrobibero
2020-05-19Fix return valuecrobibero
2020-05-19Fix Authorize attributescrobibero
2020-05-19Remove CameraUpload endpointscrobibero
2020-05-02Update endpoint docscrobibero
2020-04-23Remove unneeded Ok calls.crobibero
2020-04-21move to ActionResult<T>crobibero
2020-04-21Remove exception handlercrobibero
2020-04-19Fix Authenticated Rolescrobibero
2020-04-19Move DeviceService to DevicesControllercrobibero