| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Clean up user deletion | Patrick Barron | |
| 2021-03-25 | Clean up user renaming | Patrick Barron | |
| 2021-03-25 | Add migration | Patrick Barron | |
| 2021-03-25 | Properly configure foreign keys | Patrick Barron | |
| 2021-03-25 | Use NOCASE collation and index on username field | Patrick Barron | |
| 2021-03-25 | Add indexes for user permissions and preferences | Patrick Barron | |
| 2021-03-25 | Add id properties for preferences and permissions | Patrick Barron | |
| 2021-03-25 | Configure user deletion behavior | Patrick Barron | |
| 2021-03-25 | Delete unnecessary indexes | Patrick Barron | |
| Multicolumn indexes can be queried on the first column without needing a separate index | |||
| 2021-03-25 | Use correct setter access modifiers | Patrick Barron | |
| 2021-03-25 | Merge pull request #5614 from jellyfin/Bond-009-patch-2 | Bond-009 | |
| 2021-03-25 | Apply suggestions from code review | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-25 | Merge pull request #5621 from cvium/enable-range-processing-download | Claus Vium | |
| enable range processing for download endpoints | |||
| 2021-03-25 | Merge pull request #5620 from MrTimscampi/iso-ignore | Claus Vium | |
| 2021-03-25 | enable range processing for download endpoints | cvium | |
| 2021-03-25 | Remove DVDs from files exempt from chapter image extraction | MrTimscampi | |
| 2021-03-25 | Ignore format for ISO files | MrTimscampi | |
| 2021-03-25 | Merge pull request #5579 from cocool97/master | Bond-009 | |
| 2021-03-25 | Merge pull request #5596 from BaronGreenback/DLNA_Hardening | Bond-009 | |
| Implemented DLNA exception handling | |||
| 2021-03-25 | Merge pull request #5321 from Ullmie02/nfo-thumb | Bond-009 | |
| 2021-03-24 | Merge pull request #5613 from accek/accek-samsung-dlna-fix | Claus Vium | |
| 2021-03-24 | Update Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs | Szymon Acedański | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-24 | Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs | cocool97 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-03-24 | Fix possible null ref exception | Bond-009 | |
| 2021-03-24 | Fix incorrect responses for HEAD /audio/<id>/stream | Szymon Acedański | |
| Without this fix my Samsung Soundbar (HW-Q80R) fails to play using DLNA and returns "Error: Resource not found (716)" instead. I had a look on tcpdump network logs between Jellyfin and the soundbar and noticed that the device performs a HEAD request for the media before responding to the DLNA UPNP control request from Jellyfin (or BubbleUPNP Android App). Jellyfin retuns 204 No Content response, which is unusual. Common web servers generally return 200 OK if the GET would return content, and this is not-very-clearly suggested [in HTTP spec](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) The other patch is to ensure, that invalid Content-Length: 0 is not returned with the HEAD response in the streaming case. I think in both cases we still don't return the same headers with HEAD as with GET (e.g. Content-Length or Accept-Ranges), but at least we don't return anything misleading. | |||
| 2021-03-24 | Add more PasswordHash tests | Bond_009 | |
| 2021-03-24 | Rewrite PasswordHash.Parse to work with ReadOnlySpans | Bond_009 | |
| 2021-03-24 | Delay starting services until after network is online | Mason Tran | |
| 2021-03-23 | Use |= | David | |
| 2021-03-23 | Add tests for IsInNetwork | David | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-03-23 | Use conditional operator instead of if/else block | David | |
| 2021-03-23 | fix compilation | BaronGreenback | |
| 2021-03-22 | Merge pull request #5586 from nyanmisaka/disable-autorotate | Bond-009 | |
| 2021-03-22 | fix isdirectstream default | cvium | |
| 2021-03-22 | change HLS endpoint defaults to false | cvium | |
| 2021-03-22 | Translated using Weblate (Danish) | Kenneth SB | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2021-03-22 | DLNA Exception catching | BaronGreenback | |
| 2021-03-22 | Merge branch 'master' into RemoteAccessFix | BaronGreenback | |
| 2021-03-22 | Added more tests | BaronGreenback | |
| 2021-03-22 | Disable auto rotation for some HWA methods (#5586) | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-22 | Merge pull request #5580 from Bond-009/integrationtests2 | Bond-009 | |
| 2021-03-22 | Improve naming | Bond_009 | |
| 2021-03-22 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-22 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-22 | disable auto rotation for some HWA methods | nyanmisaka | |
