mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #353] [MERGED] Rename and rework entry point #8271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/353
Author: @Bond-009
Created: 1/1/2019
Status: ✅ Merged
Merged: 1/2/2019
Merged by: @JustAMan
Base:
dev← Head:entry📝 Commits (8)
ab0df62Rename and rework entry point51ef6deFix and improve loggingc92df20Remove useless string builderc406f77Fix log dir6b04555Fix errors and assembly name3d87574Ensure log dir exists2f741beLog when falling back on NullImageEncoderfd87285Fix inconsistent code style📊 Changes
28 files changed (+534 additions, -794 deletions)
View changed files
📝
Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs(+20 -4)📝
Emby.Server.Implementations/ApplicationHost.cs(+23 -48)📝
Emby.Server.Implementations/EnvironmentInfo/EnvironmentInfo.cs(+12 -18)📝
Emby.Server.Implementations/ServerApplicationPaths.cs(+2 -2)📝
Emby.Server.Implementations/StartupOptions.cs(+7 -10)➕
Jellyfin.Server/CoreAppHost.cs(+57 -0)➕
Jellyfin.Server/Jellyfin.Server.csproj(+44 -0)📝
Jellyfin.Server/PowerManagement.cs(+5 -3)➕
Jellyfin.Server/Program.cs(+312 -0)📝
Jellyfin.Server/Resources/Configuration/logging.json(+0 -0)📝
Jellyfin.Server/SocketSharp/HttpFile.cs(+3 -3)📝
Jellyfin.Server/SocketSharp/RequestMono.cs(+2 -4)📝
Jellyfin.Server/SocketSharp/SharpWebSocket.cs(+4 -4)📝
Jellyfin.Server/SocketSharp/WebSocketSharpListener.cs(+7 -9)📝
Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs(+2 -4)📝
Jellyfin.Server/SocketSharp/WebSocketSharpResponse.cs(+4 -3)📝
MediaBrowser.Api/System/SystemService.cs(+5 -5)➖
MediaBrowser.Model/System/Architecture.cs(+0 -10)📝
MediaBrowser.Model/System/IEnvironmentInfo.cs(+2 -1)📝
MediaBrowser.Model/System/SystemInfo.cs(+1 -2)...and 8 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.