Commit Graph

793 Commits (master)

Author SHA1 Message Date
Bond-009 875359d457
Merge pull request #9108 from barronpm/efcore-cleanup
1 year ago
Patrick Barron c59f2a3c46 Mark CanSelfRestart as Obsolete
1 year ago
Patrick Barron 8479f0f90c Rename JellyfinDb to JellyfinDbContext
1 year ago
Patrick Barron dc85d86ea1 Enable in-process restarting
1 year ago
Patrick Barron b5da0d1b17
Rename Emby.Drawing and move to src (#9054)
1 year ago
Shadowghost b725fbe51a Apply review suggestions
1 year ago
Shadowghost 3f6354cdb8 Fix .NET 7 compatibility
2 years ago
Shadowghost 2c86bd1875 Merge branch 'master' into network-rewrite
2 years ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Shadowghost dd5f90802e Apply review suggestions
2 years ago
Shadowghost bcd992fb06 Merge remote-tracking branch 'upstream/master' into network-rewrite
2 years ago
Bond_009 b92880a18b Fix integration tests
2 years ago
Shadowghost b7882db9c7 Prevent host lookup on GetSmartUrl for HTTP requests
2 years ago
Shadowghost 26d79a5ce3 Properly name some bind address functions, cleanup logging
2 years ago
adrez99 3736e360e7
Merge branch 'jellyfin:master' into gzip
2 years ago
Claus Vium 05c20001c8
Merge pull request #8381 from 1hitsong/lyric-lrc-file-support
2 years ago
Shadowghost 7b90fcd053 Merge branch 'master' into network-rewrite
2 years ago
cvium 5dc30c6a6d fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Shadowghost 4fc52a840c Merge branch 'master' into network-rewrite
2 years ago
1hitsong 6f0d33b1ca Use Directory GetFiles to find lyric files
2 years ago
1hitsong 29932466a9 Remove commented out code
2 years ago
1hitsong f740d1b9f0 Remove use of AddParts. Cleanup use of Lyric vs Lyrics.
2 years ago
1hitsong f4fd908f8d Create ILyricManager
2 years ago
1hitsong d9be3874ba Auto stash before merge of "lyric-lrc-file-support" and "origin/lyric-lrc-file-support"
2 years ago
Jamie Introcaso c0dae0fef5 Adds lyric providers to DI pipeline
2 years ago
adrez99 b8afdd892a
Merge branch 'master' into gzip
2 years ago
Joshua Boniface 38eefbbafa Backport pull request #8087 from jellyfin/release-10.8.z
2 years ago
Joshua Boniface 410871e148 Backport pull request #7732 from jellyfin/release-10.8.z
2 years ago
Shadowghost daf33143f6 Handle forwarded requests not having port set in GetSmartApiUrl
2 years ago
Shadowghost 066db8ac7f Migrate NetworkManager and Tests to native .NET IP objects
2 years ago
adrez99 aadd8ee971
Merge branch 'master' into gzip
2 years ago
Cody Robibero a99e87a00c Merge pull request #7954 from cvium/fix_7953_dlna_url
2 years ago
adrez99 72893da4d8
Use System.IO.Compression instead of SharpCompress for gzips
2 years ago
Bond_009 5732e6188c Fix some warnings
2 years ago
Bond_009 3cb49d6df0 Fix option to disable server discovery
2 years ago
Cody Robibero 34ee6d82fb
Merge pull request #6600 from cvium/keyframe_extraction_v1
2 years ago
cvium 6ffa9539bb Refactor and add scheduled task
2 years ago
Joe Rogers 1dfbeae045
Embed ProviderUtils into MetadataService
2 years ago
Bond_009 cbfa355e31 Update StyleCop
2 years ago
cvium 69df004b9f Migrate network configuration safely
3 years ago
cvium a263f3978b Only force scheme and port when HTTPS is disallowed
3 years ago
cvium 4f45c52674 Remove ILibraryManager as a dependency in resolvers etc.
3 years ago
cvium 5a65bc1e69 Very light cleanup in applicationhost
3 years ago
Claus Vium c3523e7cf7
Merge pull request #5905 from BaronGreenback/TVFix
3 years ago
cvium 82e6a21f3b Use the new method in DLNA
3 years ago
cvium f03e77a4d5 Merge branch 'master' into TVFix
3 years ago
Cody Robibero 3398f7f953
Merge branch 'master' into client-logger
3 years ago
Bond_009 104e36f2f9 Streamline startup code
3 years ago
Cody Robibero f78f1e834c Merge remote-tracking branch 'upstream/master' into client-logger
3 years ago
Claus Vium 5eda5eb636
Merge pull request #6486 from fredriklindberg/support-forwarded-headers-for-api-url
3 years ago
Bond_009 03f933aaa0 Fix the last few warnings
3 years ago
Fredrik Lindberg 90174f68e2 Dynamically populate LocalAddress based on HTTP request
3 years ago
cvium 153e920239 Ignore published server url for local access
3 years ago
cvium be9663ae89 Use GetSmartApiUrl instead (hopefully it works)
3 years ago
cvium ffe5ae8056 Merge branch 'master' into TVFix
3 years ago
Bond_009 637e86478f Fix some warnings
3 years ago
Cody Robibero ff9d14c811 Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
3 years ago
Cody Robibero ec13412155 Merge remote-tracking branch 'upstream/master' into warn-259810
3 years ago
Bond_009 963ab2dab6 Simplify the way we choose our ffmpeg
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Patrick Barron 45f478f63e Merge branch 'master' into authenticationdb-efcore
3 years ago
Claus Vium 5a9bd712b3
Merge pull request #6296 from Bond-009/oscheck
3 years ago
Bond-009 b20977dc25
Merge pull request #6289 from Bond-009/warn33
3 years ago
Bond_009 8528e9bddb Improve platform checks
3 years ago
Bond_009 915141f196 Fix some warnings
3 years ago
Bond_009 b91c4be74c Remove old "has update available" code
3 years ago
Patrick Barron be88efce3c Merge branch 'master' into authenticationdb-efcore
3 years ago
Patrick Barron a0c6f72762 Migrate authentication db to EF Core
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
Patrick Barron a225f34796 Merge branch 'master' into authenticationdb-efcore
3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
3 years ago
BaronGreenback 417a7011c7 changed to first
3 years ago
BaronGreenback 7ff52bf755 Renamed
3 years ago
BaronGreenback 7936ea59eb Changed selection method
3 years ago
BaronGreenback a5aabbb885
Update ApplicationHost.cs
3 years ago
BaronGreenback 2182640519
Update Emby.Server.Implementations/ApplicationHost.cs
3 years ago
BaronGreenback 78e97dbaa9 updated comment
3 years ago
BaronGreenback 5741fa7dfa Fix url for LiveTV
3 years ago
crobibero 1d6224c9c6 Add endpoint to log client events
3 years ago
Bond_009 b0914f9f2c Remove unused/duplicate services
3 years ago
Bond_009 499bac5185 EncodingHelper: Fix circular dependency
3 years ago
Bond_009 a4ffc7a813 Fix random failing of tests
3 years ago
Patrick Barron 44e71774b1 Rewrite device manager using EF Core
3 years ago
Bond-009 16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
3 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
3 years ago
Joshua M. Boniface 3c46f10e3d
Merge pull request #5315 from BaronGreenback/FixFor5280Part2
3 years ago
BaronGreenback d3390302f9
Update ApplicationHost.cs
3 years ago
Bond-009 c2af32d035
Merge pull request #5299 from Bond-009/tests13
3 years ago
David 16694b0cfc Add nfo thumb tag support
3 years ago
BaronGreenback 159ecb882f Fixed bad sync
3 years ago
BaronGreenback 80ca3da55c Merge remote-tracking branch 'upstream/master' into FixFor5280Part2
3 years ago
BaronGreenback 1d6f489f17 comment change
3 years ago
BaronGreenback f666b7e102 fix
3 years ago
Claus Vium 9e77fdc70d
Merge pull request #5312 from BaronGreenback/FixFor5280
3 years ago
BaronGreenback 73ca367bf9
Update Emby.Server.Implementations/ApplicationHost.cs
3 years ago
BaronGreenback d95ca20fc7 removed bad merge code
3 years ago
BaronGreenback a25e3c0256 fix for override ports contained in PublishedServerUrl
3 years ago
Bond_009 2bc1eef4dd Clean up code
3 years ago
Bond_009 032d72a8a7 Pls fix race condition
3 years ago
Bond_009 ed8fce2dce Use SubtitleEdit to parse subtitles
3 years ago