Stéphane Senart
ec113816aa
[5644] [DLNA] [Music] Next track command from any DLNA device does not do anything.
4 years ago
Brian Arnold
54107ae882
Fix spacing requirement for MessageCommand.
4 years ago
Brian Arnold
ca25301e64
Added Required attribute to Text property of MessageCommand.
4 years ago
dependabot[bot]
949ef2ed10
Bump BlurHashSharp from 1.1.1 to 1.2.0
...
Bumps [BlurHashSharp](https://github.com/Bond-009/BlurHashSharp ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/Bond-009/BlurHashSharp/releases )
- [Commits](https://github.com/Bond-009/BlurHashSharp/commits/v1.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
023467ebce
Bump Serilog.AspNetCore from 3.4.0 to 4.1.0
...
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore ) from 3.4.0 to 4.1.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases )
- [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v3.4.0...v4.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Stéphane Senart
a7c82b2681
[5644] [DLNA] [Music] Next track command from any DLNA device does not do anything.
4 years ago
Ionut Andrei Oanca
776ce7c660
Send playing item status in SyncPlay group update
4 years ago
David
1669cb6618
Split valid and invalid tests
4 years ago
Ionut Andrei Oanca
9eb740ba57
Fix storing outdated sessions in SyncPlay
4 years ago
Brian C. Arnold
998833ea6e
Removed null check for body object and user [Required] attribute in replacement.
4 years ago
Brian Arnold
f114ba57dd
Fixed comment and code block runes to match coding
...
standards required by Jellyfin team.
4 years ago
Brian Arnold
81e3e5ca48
Changed SessionController.SendMessageCommand
...
implementation receive data in the POST body, as that is how the
jellyfin-web client currently posts the data to the server.
Resolves : #5628
4 years ago
Bond-009
a890a85092
Merge pull request #5495 from BaronGreenback/RemoteAccessFix
4 years ago
Dmitry Lyzo
364e8931af
Check appropriate profile type
4 years ago
Claus Vium
9144d11a9d
Merge pull request #5624 from crobibero/subtitle-format
4 years ago
BaronGreenback
aae2aad0f2
changed split to single quotes
4 years ago
Bond-009
1de031a7c3
Merge pull request #5634 from cvium/directoryservice-case-sensitive
...
make directoryservice cache case sensitive
4 years ago
crobibero
afe3b5999e
Fix route naming
4 years ago
Claus Vium
90d9530aed
Merge pull request #5629 from lmaonator/fix-cast-stream-selection
4 years ago
cvium
7670189561
make directoryservice cache case sensitive
4 years ago
David
78f7fdeacc
Rename methods and optimize allocations
4 years ago
lmaonator
694d772b11
Update Jellyfin.Api/Controllers/SessionController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
crobibero
5b758c4711
Mark query parameters as obsolete
4 years ago
lmaonator
db2fbcef2b
Fix stream selection having no effect when casting
...
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.
4 years ago
crobibero
e0ff51cf2a
Mark query parameters as obsolete
4 years ago
crobibero
73fe9d3f69
Allow subtitle format to be set from query parameter.
4 years ago
Patrick Barron
7364155579
Clean up user deletion
4 years ago
Patrick Barron
a7b29e2fe0
Clean up user renaming
4 years ago
Patrick Barron
daa21c9e99
Add migration
4 years ago
Patrick Barron
ea0a9c2cca
Properly configure foreign keys
4 years ago
Patrick Barron
a07ad71222
Use NOCASE collation and index on username field
4 years ago
Patrick Barron
3c4187e780
Add indexes for user permissions and preferences
4 years ago
Patrick Barron
f1cadb27d9
Add id properties for preferences and permissions
4 years ago
Patrick Barron
0a579e5bbd
Configure user deletion behavior
4 years ago
Patrick Barron
3ffef5794e
Delete unnecessary indexes
...
Multicolumn indexes can be queried on the first column without needing a separate index
4 years ago
Patrick Barron
36669ff451
Use correct setter access modifiers
4 years ago
Bond-009
6946e58ca4
Merge pull request #5614 from jellyfin/Bond-009-patch-2
4 years ago
Bond-009
4cea6d9ccf
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Claus Vium
411570e6d4
Merge pull request #5621 from cvium/enable-range-processing-download
...
enable range processing for download endpoints
4 years ago
Claus Vium
a76d997a86
Merge pull request #5620 from MrTimscampi/iso-ignore
4 years ago
cvium
b3d084044e
enable range processing for download endpoints
4 years ago
MrTimscampi
5bb7d99b48
Remove DVDs from files exempt from chapter image extraction
4 years ago
MrTimscampi
ef9eba8bc9
Ignore format for ISO files
4 years ago
Bond-009
6d0b2ed080
Merge pull request #5579 from cocool97/master
4 years ago
Bond-009
55102973d6
Merge pull request #5596 from BaronGreenback/DLNA_Hardening
...
Implemented DLNA exception handling
4 years ago
Bond-009
16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
4 years ago
Claus Vium
e64f9f2f66
Merge pull request #5613 from accek/accek-samsung-dlna-fix
4 years ago
Szymon Acedański
b1e8a8565f
Update Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
cocool97
86852178c2
Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Bond-009
066c19a26b
Fix possible null ref exception
4 years ago