Bond-009
|
cf806ddcaa
|
Merge pull request #10336 from Bond-009/authorization
|
1 year ago |
Joe Rogers
|
7fc804e4b8
|
Add full version tag for renovate (#10370)
|
1 year ago |
herby2212
|
994619afb2
|
fix formatting for build process
|
1 year ago |
Stepan Goremykin
|
96c3bde346
|
Remove redundant nullable directive
|
1 year ago |
Stepan Goremykin
|
fdef9356b9
|
Use null propagation
|
1 year ago |
Stepan Goremykin
|
212976277d
|
Remove redundant ToString call for value types
|
1 year ago |
Stepan Goremykin
|
2d7835c848
|
Join declaration and assignment
|
1 year ago |
Stepan Goremykin
|
3259d484ff
|
Use generated regex
|
1 year ago |
Pithaya
|
948a67cfeb
|
Update CONTRIBUTORS.md
|
1 year ago |
Pithaya
|
e6bb86e649
|
Add a Book ExternalIdMediaType
|
1 year ago |
Pithaya
|
cc590f82b9
|
Allow people on books
|
1 year ago |
Stepan Goremykin
|
6512f85ccb
|
Pass cancellation token
|
1 year ago |
Stepan Goremykin
|
160855ffe9
|
Use switch expression
|
1 year ago |
Stepan Goremykin
|
f84469d500
|
Remove redundant using directives
|
1 year ago |
Stepan Goremykin
|
963d8e66a2
|
Remove redundant type specification
|
1 year ago |
Stepan Goremykin
|
47254d6a22
|
Remove conditional access when it is known to be not null
|
1 year ago |
Stepan Goremykin
|
526f9a825c
|
Make files readonly
|
1 year ago |
Stepan Goremykin
|
2360d28cbb
|
Fix possible double dispose
|
1 year ago |
Stepan Goremykin
|
8ea812b65d
|
Reduce string literal length by using verbatim string
|
1 year ago |
Stepan Goremykin
|
3f9ee316d5
|
Use non nullable property type when possible
|
1 year ago |
Stepan Goremykin
|
a37dc3da96
|
Use async overload
|
1 year ago |
Stepan Goremykin
|
0870af330d
|
Remove redundant verbatim string prefixes
|
1 year ago |
Stepan Goremykin
|
508c48a8ba
|
Inline out variables
|
1 year ago |
Stepan Goremykin
|
d6b557d9ee
|
Move declaration closer to usage
|
1 year ago |
Stepan Goremykin
|
72faeed1db
|
Remove redundant semicolon
|
1 year ago |
Stepan Goremykin
|
73309f2649
|
Pass cancellation token
|
1 year ago |
Stepan Goremykin
|
8925390ad4
|
Remove redundant cast
|
1 year ago |
Stepan Goremykin
|
a3d3ec7e0b
|
Remove redundant SuppressFinalize call
|
1 year ago |
herby2212
|
db5c2f738e
|
integrate development from v1
|
1 year ago |
herby2212
|
56aa37a314
|
Switch to named placeholders
|
1 year ago |
Bond-009
|
1141883f77
|
Merge pull request #10321 from feilongfl/master
|
1 year ago |
Patrick Barron
|
c38fbece03
|
Remove unnecessary Trim() from GetPersonFromXmlNode
|
1 year ago |
Patrick Barron
|
40e1c5f4c6
|
Remove logger parameter from XmlReaderExtensions.TryReadDateTime
|
1 year ago |
Patrick Barron
|
1dd6442e89
|
Use extension methods in GetPersonFromXmlNode
|
1 year ago |
Patrick Barron
|
1d0ecd3188
|
More miscellaneous cleanup
|
1 year ago |
Patrick Barron
|
0e51ffa169
|
Add TryReadInt to XmlReaderExtensions
|
1 year ago |
Patrick Barron
|
8a7a1cc723
|
Add ReadNormalizedString to XmlReaderExtensions
|
1 year ago |
Patrick Barron
|
99832642ce
|
Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensions
|
1 year ago |
Patrick Barron
|
1a6ec2c740
|
Add GetStringArray and GetPersonArray to XmlReaderExtensions
|
1 year ago |
Patrick Barron
|
bdca4ed322
|
Add XmlReader.GetPersonFromXmlNode
|
1 year ago |
renovate[bot]
|
ffb3df9e77
|
Update github/codeql-action action to v2.22.0 (#10351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
1 year ago |
Claus Vium
|
0d2202de4f
|
Merge pull request #10255 from thomasjohansen/fix/probesize
Fix/probesize
|
1 year ago |
Claus Vium
|
6593aa1255
|
Merge pull request #10135 from 0x25CBFC4F/fix/ffmpeg-probesize
Fixed probesize argument passing to FFmpeg
|
1 year ago |
Claus Vium
|
a18b3fbe70
|
simplify the if
|
1 year ago |
[ ]
|
e9e1fd214b
|
Translated using Weblate (Pirate (pr))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
|
1 year ago |
Bond_009
|
b176beb88e
|
Reduce string allocations
Some simple changes to reduce the number of allocated strings
|
1 year ago |
fei long
|
33b3331c72
|
change Substring to AsSpan
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
1 year ago |
Bond_009
|
efc4c305a9
|
Use CryptoStream to convert stream from base64
Should be way more efficient
|
1 year ago |
Bond_009
|
852f1dc0c1
|
Don't create non existent persons in LibraryManager.GetPerson
return null instead.
GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one
when the requested one doesn't exist
Fixes #3901
|
1 year ago |
Bond-009
|
b87765bace
|
Update Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
|
1 year ago |