| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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 | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-03-22 | change HLS endpoint defaults to false | cvium | |
| 2021-03-20 | Apply review suggestions | Erwin de Haan | |
| 2021-03-20 | Fix arbitrary image file reads in ImageByNameController | Erwin de Haan | |
| GHSL-2021-050: Issue 4 Arbitrary image file read and directory traversal. | |||
| 2021-03-20 | Fix directory traversal in the HlsSegmentController in a fairly rudimentary ↵ | Erwin de Haan | |
| but working way. GHSL-2021-050: Issue 1,2,3 Arbitrary file read and directory traversal. The segment id's can probably just be verified to be an actual ID or to not contain any forward or backward slashes | |||
| 2021-03-14 | Merge branch 'master' into ef-cleanup | Patrick Barron | |
| # Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2021-03-14 | Merge pull request #5422 from Bond-009/warn51 | Bond-009 | |
| 2021-03-13 | Merge pull request #5518 from crobibero/missing-endpoints | Bond-009 | |
| Add missing InstantMix endpoints | |||
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-13 | Add missing InstantMix endpoints | crobibero | |
| 2021-03-13 | Merge pull request #5515 from jellyfin/fix-refresh-endpoint | Bond-009 | |
| fix refresh endpoint | |||
| 2021-03-13 | fix refresh endpoint | Claus Vium | |
| It was originally a POST https://github.com/jellyfin/jellyfin/blob/9af6eda0b495649e3a77694b2bb30abad1a26484/MediaBrowser.Api/Library/LibraryService.cs#L155 | |||
| 2021-03-11 | Fix third part integration | crobibero | |
| 2021-03-07 | Use FileShare.None when creating files | David | |
| 2021-03-06 | Enable nullable for Jellyfin.Data and remove unnecessary attributes | Patrick Barron | |
| 2021-03-06 | Merge pull request #5380 from Bond-009/plugins | Bond-009 | |
| 100% branch coverage for DashboardController | |||
| 2021-03-05 | Merge pull request #5383 from cvium/fix-mergeversions-overflow | Bond-009 | |
| do not pick a linked item as primary when merging versions | |||
| 2021-03-05 | do not pick a linked item as primary when merging versions | cvium | |
| 2021-03-05 | Fix UpdateMediaPath model binding (#5378) | Claus Vium | |
| 2021-03-05 | 100% branch coverage for DashboardController | Bond_009 | |
