| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-04-10 | Make device/session code async | Patrick Barron | |
| 2021-03-31 | Apply suggestions from code review | BrianCArnold | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-31 | Update SessionController.cs | BrianCArnold | |
| 2021-03-30 | Update SessionController.cs | BrianCArnold | |
| Removed unnecessary construction of POCO to represent data from POST body | |||
| 2021-03-29 | Added Required attribute to Text property of MessageCommand. | Brian Arnold | |
| 2021-03-27 | Removed null check for body object and user [Required] attribute in replacement. | Brian C. Arnold | |
| 2021-03-27 | Fixed comment and code block runes to match coding | Brian Arnold | |
| standards required by Jellyfin team. | |||
| 2021-03-27 | Changed SessionController.SendMessageCommand | Brian Arnold | |
| implementation receive data in the POST body, as that is how the jellyfin-web client currently posts the data to the server. Resolves: #5628 | |||
| 2021-03-26 | Update Jellyfin.Api/Controllers/SessionController.cs | lmaonator | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-26 | Fix stream selection having no effect when casting | lmaonator | |
| When casting to jellyfin-mpv-shim from jellyfin-web in the browser, jellyfin-web sends data about which version (for grouped items) and which streams the user selected in the browser to the "Sessions/{sessionId}/Playing" API endpoint. The API endpoint currently doesn't forward them to jellyfin-mpv-shim through the Play command, which results in the default streams being played instead of the browser selected ones. PlayRequest already has the properties and they are already sent to the cast client by SendPlayCommand when present. jellyfin-mpv-shim will already use them to select the wanted streams when it receives the Play command. All that's needed to make it work is to take the parameters and assign them to PlayRequest. | |||
| 2020-11-21 | Convert ClientCapabilities to a Dto with JsonConverters | crobibero | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-10-14 | Remove CommaDelimitedArrayModelBinderProvider | crobibero | |
| 2020-10-02 | Merge branch '4214-supported-commands-enum' of ↵ | github@esslinger.dev | |
| https://github.com/skyfrk/jellyfin into 4214-supported-commands-enum | |||
| 2020-10-02 | feat: implement CommaDelimitedArrayModelBinderProvider | github@esslinger.dev | |
| 2020-10-01 | fix: remove unused null check | Simon Eßlinger | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-10-01 | feat: use CommaDelimitedArrayModelBinder to retain API | github@esslinger.dev | |
| 2020-10-01 | feat: convert supportedCommands strings to enums | github@esslinger.dev | |
| 2020-09-23 | Merge pull request #4192 from nielsvanvelzen/generalcommand-sucks | Anthony Lavado | |
| Use GeneralCommandType enum in GeneralCommand | |||
| 2020-09-21 | Use GeneralCommandType in SessionController parameters | Niels van Velzen | |
| 2020-09-21 | Use GeneralCommandType enum in GeneralCommand name | Niels van Velzen | |
| 2020-09-20 | Update SessionController.cs | BaronGreenback | |
| 2020-09-20 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-09-19 | Update SessionController.cs | BaronGreenback | |
| 2020-09-19 | Update SessionController.cs | BaronGreenback | |
| 2020-09-19 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-09-19 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-09-19 | Update Jellyfin.Api/Controllers/SessionController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-09-17 | Update SessionController.cs | BaronGreenback | |
| removed space | |||
| 2020-09-17 | Update SessionController.cs | BaronGreenback | |
| 2020-09-17 | Update SessionController.cs | BaronGreenback | |
| 2020-09-09 | Remove nullable from required | crobibero | |
| 2020-09-07 | fix play command route | crobibero | |
| 2020-09-07 | Fix api routes | crobibero | |
| 2020-09-06 | merge all attributes | crobibero | |
| 2020-09-05 | Make all FromRoute required | crobibero | |
| 2020-08-21 | Fix dlna play to | crobibero | |
| 2020-08-10 | fix route typo | crobibero | |
| 2020-08-09 | parameter isn't actually required | crobibero | |
| 2020-08-06 | Apply fixes from review | crobibero | |
| 2020-08-04 | Fix all route for base url support | crobibero | |
| 2020-08-03 | fix openapi validation errors | crobibero | |
| 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-19 | Use new authorization and session functions | David | |
