Bond_009
c533b20496
Remove ManagedFileSystem.IsRootPath
...
`Path.IsPathRooted` should be used instead
4 years ago
Max Rumpf
21e7ceae8e
StreamBuilder tweaks ( #5668 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Bond_009
aa76957338
Remove useless code
4 years ago
Bond_009
11f7ab4dd4
Add tests for CopyToExtensions
4 years ago
Bond-009
7c51d0a50e
Merge pull request #5671 from jellyfin/tmdbmovieprovider-originaltitle
...
set original title in tmdbmovieprovider
4 years ago
Bond-009
38913a42b4
Merge pull request #5672 from jellyfin/skip-bad-images
...
ensure only valid images are saved in ItemImageProvider
4 years ago
Claus Vium
df60d176b8
ensure only valid images are saved in ItemImageProvider
4 years ago
Claus Vium
28a0eb6d53
set original title in tmdbmovieprovider
4 years ago
Brian C. Arnold
3820671724
Merge remote-tracking branch 'main/master' into FixMessageCommand
4 years ago
BrianCArnold
4fa2a32d81
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BrianCArnold
af03b280bc
Update SessionController.cs
4 years ago
Bond-009
b49d50e634
Merge pull request #5467 from Ullmie02/nfo-fixes
4 years ago
Fernando Fernández
8c6bd2537c
Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI version
4 years ago
BrianCArnold
80fe48fda9
Update SessionController.cs
...
Removed unnecessary construction of POCO to represent data from POST body
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
David
1669cb6618
Split valid and invalid tests
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