| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-20 | Add PaginatedQuery abstract class, change startIndex to skip | Patrick Barron | |
| 2021-05-20 | Remove unnecessary query class | Patrick Barron | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-11 | Merge pull request #5929 from crobibero/sort | Bond-009 | |
| 2021-05-11 | Reduce warnings in MediaBrowser.Controller (#6006) | Cody Robibero | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2021-05-06 | Merge pull request #5982 from Bond-009/nullable | Bond-009 | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Enable nullable reference types for MediaBrowser.Common | Bond_009 | |
| 2021-05-05 | Merge pull request #5943 from Maxr1998/device-profile-defaults | Bond-009 | |
| 2021-05-02 | Merge pull request from GHSA-rgjw-4fwc-9v96 | Joshua M. Boniface | |
| Remove /Images/Remote API endpoint | |||
| 2021-05-02 | Remove /Items/RemoteSearch/Image API endpoint | Joshua M. Boniface | |
| 2021-05-02 | Remove /Images/Remote API endpoint | Joshua M. Boniface | |
| 2021-05-01 | Nullability handling for device profile classes | Maxr1998 | |
| 2021-04-30 | Remove extraneous 'stream' parameter | Maxr1998 | |
| The argument isn't passed to the method but causes the API generator to include an unnecessary parameter. Also fixes some typos in the documentation comments. | |||
| 2021-04-29 | Update Jellyfin.Api/Controllers/GenresController.cs | Cody Robibero | |
| 2021-04-28 | Add ability to sort on Genre, MusicGenre, Artist | crobibero | |
| 2021-04-24 | Merge pull request #5887 from Bond-009/perf | Bond-009 | |
| Improve perf of db save and query | |||
| 2021-04-22 | Don't use obsolete Password property | crobibero | |
| 2021-04-21 | Improve perf of db save and query | Bond_009 | |
| 2021-04-20 | EncodingHelper: Fix circular dependency | Bond_009 | |
| 2021-04-17 | Remove unused using directives | BaronGreenback | |
| 2021-04-12 | fix webp compatibility testing (#5787) | Claus Vium | |
| 2021-04-12 | Mark cropWhitespace parameter as obsolete (#5751) | Cody Robibero | |
| 2021-04-11 | Merge pull request #5764 from cvium/fix-folders-perms | Joshua M. Boniface | |
| Do not check permissions for Folders collectiontype | |||
| 2021-04-11 | (mostly)Fix ResizeFill | Odd Stråbø | |
| 2021-04-11 | Add Resize to fill box alternative to image endpoints | Odd Stråbø | |
| 2021-04-10 | Do not check permissions for Folders collectiontype | cvium | |
| 2021-04-10 | Make device/session code async | Patrick Barron | |
| 2021-04-10 | Rewrite device manager using EF Core | Patrick Barron | |
| 2021-04-10 | Merge pull request #4988 from Bond-009/crop | Bond-009 | |
| 2021-04-07 | Merge pull request #5631 from BrianCArnold/FixMessageCommand | Claus Vium | |
| 2021-04-03 | Merge pull request #5598 from cvium/fix_hls_default_values | Bond-009 | |
| 2021-04-03 | Merge pull request #5602 from Ullmie02/IP-string-IP | Bond-009 | |
| 2021-04-01 | Use new entities for API key endpoints | 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-27 | Merge pull request #5624 from crobibero/subtitle-format | Claus Vium | |
| 2021-03-26 | Fix route naming | crobibero | |
| 2021-03-26 | Update Jellyfin.Api/Controllers/SessionController.cs | lmaonator | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-26 | Mark query parameters as obsolete | crobibero | |
| 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. | |||
| 2021-03-25 | Mark query parameters as obsolete | crobibero | |
| 2021-03-25 | Allow subtitle format to be set from query parameter. | crobibero | |
| 2021-03-25 | enable range processing for download endpoints | cvium | |
