aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/ServerSetupApp/index.mstemplate.html
AgeCommit message (Collapse)Author
5 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".
5 daysImprove UX to fully match Jellyfin dashboardsJoshua M. Boniface
8 daysRemove server version from page titleJoshua M. Boniface
This leaks additional information publicly, and is not really necessary/useful.
8 daysMake the startup log a bounded, soft-refreshing scrolling viewportJoshua M. Boniface
Order the startup log oldest-to-newest inside a height-bounded panel that scrolls internally and never extends past the bottom of the window. Refresh it with a background fetch that swaps the log list in place instead of reloading the whole page, preserving the user's scroll position and only following to the bottom when they are already there. A full page reload now happens only on the final transition to the running server or to the error state.
8 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
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-06-08Only show log in Local network (#14241)JPVenson
2025-06-05Feature/version check in library migration (#14105)JPVenson