Commit Graph

24719 Commits (a773b43a814e6e849bbb5eb0fa1bccf09a4c1945)
 

Author SHA1 Message Date
Stepan Goremykin a773b43a81 Merge reading from file and parsing
2 years ago
Stepan Goremykin 8d7e4229ca Merge branch 'master' into fix-resharper-warnings
2 years ago
Bond-009 075b828cbf
Merge pull request #10393 from jellyfin/renovate/ci-deps
2 years ago
renovate[bot] 9bf624b9ad
Update github/codeql-action action to v2.22.2
2 years ago
nextlooper42 d170be88b0 Translated using Weblate (Slovak)
2 years ago
Bond-009 59f45739e7
Merge pull request #10389 from Bond-009/warn5
2 years ago
Bond-009 456d9dc0a6
StreamingHelpers.GetOutputFileExtension should never return null (#10387)
2 years ago
Bond-009 c02f2d4791
Merge pull request #10379 from Bond-009/emptyguid
2 years ago
Bond_009 584dc05c3c Enable CodeAnalysisTreatWarningsAsErrors for MediaBrowser.Common
2 years ago
Bond_009 35d63ec540 Fix regression
2 years ago
Bond-009 26571a8c51
Deprecate CanLaunchWebBrowser (#10381)
2 years ago
Tim Eisele dc27d8f9cd
Refactor URI overrides (#10051)
2 years ago
renovate[bot] a88e13a677
Update dotnet monorepo to v7.0.12 (#10382)
2 years ago
lonebyte 74f61fbd79
Fix HLS playback of m4a files with mjpeg stream (#10069)
2 years ago
Bond-009 c45157158e
Merge pull request #10352 from barronpm/xml-parsing-cleanup
2 years ago
Claus Vium 733ee12ee4
Merge pull request #10378 from Bond-009/waitforexitasync
2 years ago
Patrick Barron 1ce49b4a04
Merge branch 'master' into xml-parsing-cleanup
2 years ago
Bond-009 ba23c880f3
Merge pull request #10380 from jellyfin/renovate/dotnet-monorepo
2 years ago
renovate[bot] 502c257506
Update dependency Microsoft.AspNetCore.Authorization to v7.0.12
2 years ago
Bond_009 d15f6908b0 Empty Guids shouldn't make it into the refresh queue
2 years ago
Bond-009 1279df2032
Merge pull request #10339 from leovan/master
2 years ago
Bond-009 6b06a43c3f
Merge pull request #10347 from Bond-009/drawing
2 years ago
Bond-009 fc1f0a31a1
Merge pull request #10337 from barronpm/system-manager
2 years ago
scampower3 305405c9a1
Combine Title and Overview for multi-episodes files for NFO file (#10080)
2 years ago
Bond_009 4757ce105b Use Process.WaitForExitAsync added in .NET 5
2 years ago
Bond-009 d5695efad9
Merge pull request #10067 from lonebyte/flac-hls-fixes
2 years ago
Nyanmisaka aa073748c0
Drop experimental status of flac-in-MP4 for FFmpeg 6+
2 years ago
renovate[bot] 75ee990e1d
Update github/codeql-action action to v2.22.1 (#10376)
2 years ago
tellmeY18 8466e53b8f Translated using Weblate (Malayalam)
2 years ago
Bond_009 c707baed83 Jellyfin.Drawing minor improvements
2 years ago
Bond-009 d5e86188a1
Merge pull request #10346 from Bond-009/frombase64
2 years ago
Bond-009 406c5df8a3
Merge pull request #10345 from Bond-009/getperson
2 years ago
Bond-009 0b31997b2f
Merge pull request #10348 from Bond-009/strings
2 years ago
Bond-009 cf806ddcaa
Merge pull request #10336 from Bond-009/authorization
2 years ago
Joe Rogers 7fc804e4b8
Add full version tag for renovate (#10370)
2 years ago
Stepan Goremykin 96c3bde346 Remove redundant nullable directive
2 years ago
Stepan Goremykin fdef9356b9 Use null propagation
2 years ago
Stepan Goremykin 212976277d Remove redundant ToString call for value types
2 years ago
Stepan Goremykin 2d7835c848 Join declaration and assignment
2 years ago
Stepan Goremykin 3259d484ff Use generated regex
2 years ago
Stepan Goremykin 6512f85ccb Pass cancellation token
2 years ago
Stepan Goremykin 160855ffe9 Use switch expression
2 years ago
Stepan Goremykin f84469d500 Remove redundant using directives
2 years ago
Stepan Goremykin 963d8e66a2 Remove redundant type specification
2 years ago
Stepan Goremykin 47254d6a22 Remove conditional access when it is known to be not null
2 years ago
Stepan Goremykin 526f9a825c Make files readonly
2 years ago
Stepan Goremykin 2360d28cbb Fix possible double dispose
2 years ago
Stepan Goremykin 8ea812b65d Reduce string literal length by using verbatim string
2 years ago
Stepan Goremykin 3f9ee316d5 Use non nullable property type when possible
2 years ago
Stepan Goremykin a37dc3da96 Use async overload
2 years ago