aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-04-21POC sql connection poolBond_009
2023-03-16Merge branch 'master' into network-rewriteShadowghost
2023-03-10Merge pull request #9254 from Shadowghost/dvdbdfixBond-009
2023-02-17Replace ISocket and UdpSocket, fix DLNA and SSDP binding and discoveryShadowghost
2023-02-15Merge branch 'master' into network-rewriteShadowghost
2023-02-15Fix NRE in DisposeAsyncCoreMBR#0001
2023-02-04Revert "Remove DvdLib (#9068)"Shadowghost
This reverts commit db1913b08fac0749133634efebd1ee7a7876147a.
2023-02-02Merge pull request #9191 from barronpm/applicationhost-cleanup1Cody Robibero
2023-01-28Remove Emby.Notifications (#9147)Patrick Barron
2023-01-27Don't store media encoder as fieldPatrick Barron
2023-01-27Use dependency injection for IChannelPatrick Barron
2023-01-27Use depencency injection for ISubtitleProviderPatrick Barron
2023-01-27Convert CanLaunchWebBrowser to expression bodyPatrick Barron
2023-01-27Initialize device id in constructorPatrick Barron
2023-01-27Move LogEnvironmentInfo to StartupHelpersPatrick Barron
2023-01-26Remove OS information from System Info (#9175)Patrick Barron
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-01-20Merge branch 'master' into network-rewriteShadowghost
2023-01-20Remove DvdLib (#9068)Patrick Barron
* Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-17Merge pull request #9108 from barronpm/efcore-cleanupBond-009
2023-01-17Mark CanSelfRestart as ObsoletePatrick Barron
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-15Enable in-process restartingPatrick Barron
2023-01-10Rename Emby.Drawing and move to src (#9054)Patrick Barron
* Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing
2022-12-13Apply review suggestionsShadowghost
2022-12-07Fix .NET 7 compatibilityShadowghost
2022-12-07Merge branch 'master' into network-rewriteShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-03Apply review suggestionsShadowghost
2022-12-03Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2022-11-13Fix integration testsBond_009
Author: cvium
2022-10-21Prevent host lookup on GetSmartUrl for HTTP requestsShadowghost
2022-10-16Properly name some bind address functions, cleanup loggingShadowghost
2022-10-11Merge branch 'jellyfin:master' into gzipadrez99
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-10-07Merge branch 'master' into network-rewriteShadowghost
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-10-01Merge branch 'master' into network-rewriteShadowghost
2022-09-20Use Directory GetFiles to find lyric files1hitsong
2022-09-17Remove commented out code1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
2022-08-04Merge branch 'master' into gzipadrez99
2022-08-01Backport pull request #8087 from jellyfin/release-10.8.zJoshua Boniface
feat: make subtitleeditparser generic Authored-by: Claus Vium <cvium@users.noreply.github.com> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: 7323ccfc232d31797af3ceb8bad93cae1ea0898d
2022-07-24Backport pull request #7732 from jellyfin/release-10.8.zJoshua Boniface
Fix to make web sockets close gracefully on server shutdown Authored-by: luke brown <luke92brown@gmail.com> Merged-by: Cody Robibero <cody@robibe.ro> Original-merge: ee22feb89a34632a4cc3a350733dd57c6be863ec