aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SessionController.cs
AgeCommit message (Expand)Author
2023-02-12Merge branch 'master' into simplify_authzcvium
2023-02-09refactor: simplify authzcvium
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-07Fix wrong usage of ArgumentNullException.ThrowIfNullBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-11Fix some things that slipped through the cracksBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-02-21Optimize Guid comparisonsBond_009
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-03-31Apply suggestions from code reviewBrianCArnold
2021-03-31Update SessionController.csBrianCArnold
2021-03-30Update SessionController.csBrianCArnold
2021-03-29Added Required attribute to Text property of MessageCommand.Brian Arnold
2021-03-27Removed null check for body object and user [Required] attribute in replacement.Brian C. Arnold
2021-03-27Fixed comment and code block runes to match codingBrian Arnold
2021-03-27Changed SessionController.SendMessageCommandBrian Arnold
2021-03-26Update Jellyfin.Api/Controllers/SessionController.cslmaonator
2021-03-26Fix stream selection having no effect when castinglmaonator
2020-11-21Convert ClientCapabilities to a Dto with JsonConverterscrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-10-14Remove CommaDelimitedArrayModelBinderProvidercrobibero
2020-10-02Merge branch '4214-supported-commands-enum' of https://github.com/skyfrk/jell...github@esslinger.dev
2020-10-02feat: implement CommaDelimitedArrayModelBinderProvidergithub@esslinger.dev
2020-10-01fix: remove unused null checkSimon Eßlinger
2020-10-01feat: use CommaDelimitedArrayModelBinder to retain APIgithub@esslinger.dev
2020-10-01feat: convert supportedCommands strings to enumsgithub@esslinger.dev
2020-09-23Merge pull request #4192 from nielsvanvelzen/generalcommand-sucksAnthony Lavado
2020-09-21Use GeneralCommandType in SessionController parametersNiels van Velzen
2020-09-21Use GeneralCommandType enum in GeneralCommand nameNiels van Velzen
2020-09-20Update SessionController.csBaronGreenback
2020-09-20Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
2020-09-19Update SessionController.csBaronGreenback
2020-09-19Update SessionController.csBaronGreenback
2020-09-19Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
2020-09-19Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
2020-09-19Update Jellyfin.Api/Controllers/SessionController.csBaronGreenback
2020-09-17Update SessionController.csBaronGreenback
2020-09-17Update SessionController.csBaronGreenback
2020-09-17Update SessionController.csBaronGreenback
2020-09-09Remove nullable from requiredcrobibero
2020-09-07fix play command routecrobibero
2020-09-07Fix api routescrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-21Fix dlna play tocrobibero