aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/ServerSetupApp/SetupServer.cs
AgeCommit message (Collapse)Author
8 daysAdd a cancelable redirect handoff and drop the transitional migration statusJoshua M. Boniface
When the server finishes starting, show "Jellyfin started successfully" with a 5-second "Redirecting in N…" countdown and a Cancel button instead of reloading immediately. Cancel stops the countdown and the background refresh so the startup output can be reviewed, and offers a "Continue to Jellyfin" button to reload manually. The buttons use the web client's emby-button styling. Also drop the transitional "Applying migrations" activity: it only showed briefly while the pending migration set was read, or for the whole step when nothing was pending, so startup now goes from "Preparing migrations" straight into "Running migration X of Y".
11 daysRestyle the startup UI and add a generic startup activity lineJoshua M. Boniface
Restyle the startup/migration holding page to match the Jellyfin dark theme, with the inline wordmark logo, a gradient spinner and a recolored startup log tree, and move the Morestachio template rendering into a reusable StartupUiRenderer. Add a curated, non-identifying "current activity" line to the always-visible header (for example "Initializing server" or "Running migration X of Y"), reported from the startup flow and the migration service so it never leaks server details to unauthenticated clients. Move the log download into a "Download logs" link in the log panel header, and show only the header, with no log hints, to non-local clients.
2026-05-21Modernize version display in UI (#16862)JPVenson
Modernize version display in UI
2026-04-13Fix in-process restart (#16482)Tim Eisele
Fix in-process restart
2025-12-21Warn server administrator when IPv6 is enabled but unsupported by OSjohn janzen
2025-11-25Merge pull request #15246 from JPVenson/feature/AddVersionDisplayStartupUiBond-009
Add version to StartupUI
2025-10-27Backport pull request #15055 from jellyfin/release-10.11.zgnattu
Log the message more clear when network manager is not ready Original-merge: a245605152c2871c413102a32c30230e6c603eae Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Add version to StartupUIJPVenson
2025-09-12Various cleanups (#14785)Bond-009
2025-06-16Fix startup logger, startup health checkCody Robibero
2025-06-13Remove appsettings.json loading component from startup server (#14275)JPVenson
2025-06-08util forward headers on startup api (#14246)JPVenson
2025-06-08Rework startup topic handling and reenable output to logging framework (#14243)JPVenson
2025-06-06Fix source directory for setup templateJPVenson
2025-06-05Feature/version check in library migration (#14105)JPVenson
2025-05-01Fix startup logger log file ordertheguymadmax
2025-04-19Add port awareness to startup server (#13913)JPVenson
2025-02-21simplified logfile pathJPVenson
2025-02-21renaming of jfHostJPVenson
usings cleanup
2024-10-26ATV requested endpoint mockJPVenson
2024-10-26removed double disposeJPVenson
2024-10-26Added Setup overlay app to communicate status of startupJPVenson