aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2024-07-17Move external url listing to provider for plugin use (#12279)Cody Robibero
2024-05-13Backport pull request #11539 from jellyfin/release-10.9.zcrobibero
Add metrics collector to disposable parts Original-merge: c1907354e889011175446439a34b21d4ad260964 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-12Enable more warnings as errors (#11288)Bond-009
2024-03-13Enable nullable for more filesBond_009
2024-02-21Add IRecordingsManager servicePatrick Barron
2024-02-07Remove IServerEntryPointPatrick Barron
2024-02-02Use DI for ILiveTvServicePatrick Barron
2024-02-02Use DI for IListingsProviderPatrick Barron
2024-01-12Add ITunerHostManager servicePatrick Barron
2024-01-09Move StreamHelper to LiveTv projectPatrick Barron
2024-01-09Move channels to LiveTv projectPatrick Barron
2024-01-09Move LiveTv to separate projectPatrick Barron
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-30Move SocketFactory to Jellyfin.NetworkingPatrick Barron
2023-11-15Remove Emby.DlnaPatrick Barron
2023-11-14Fix runtime errorsBond_009
2023-11-14Fix warningsBond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-11-09Use IHostedService for DLNAPatrick Barron
2023-10-11Add DLNA service collection extensionsPatrick Barron
2023-10-11Refactor URI overrides (#10051)Tim Eisele
2023-10-04Add SystemManager servicePatrick Barron
2023-10-03Use DI for IFileSystemPatrick Barron
2023-10-03Merge pull request #10261 from barronpm/ihostlifetimeBond-009
2023-10-02Apply suggestions from code reviewPatrick Barron
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2023-10-02Re-add shutdown/restart methodsPatrick Barron
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
2023-09-13Minor LibraryMonitor improvementsBond_009
* Enable nullable * Add a fast return to ReportFileSystemChanged when path should be ignored * Use Span overloads of Path.* functions where possible * IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path
2023-08-22== null -> is nullBond_009
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>