| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | Add a cancelable redirect handoff and drop the transitional migration status | Joshua 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". | |||
| 10 days | Restyle the startup UI and add a generic startup activity line | Joshua 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-06 | Merge pull request #16319 from JPVenson/feat/MigrationStartupSwitch | Bond-009 | |
| Add startup mode to migrate or seed the database on cmd | |||
| 2026-04-13 | Fix in-process restart (#16482) | Tim Eisele | |
| Fix in-process restart | |||
| 2026-03-01 | Stop server immediately on migration only mode | JPVenson | |
| 2026-03-01 | Add startup mode to migrate or seed the database on cmd | JPVenson | |
| 2025-10-27 | Backport pull request #15194 from jellyfin/release-10.11.z | crobibero | |
| Initialize transcode marker during startup Original-merge: 81b8b0ca4a1e33ffd2aa2ddde1fa0561ee6a6c4a Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-06-08 | Rework startup topic handling and reenable output to logging framework (#14243) | JPVenson | |
| 2025-06-05 | Feature/version check in library migration (#14105) | JPVenson | |
| 2025-06-03 | Add declarative backups for migrations (#14135) | JPVenson | |
| 2025-05-18 | Add Full system backup feature (#13945) | JPVenson | |
| 2025-05-04 | fix #14034 Readd Context provider on Initialise (#14040) | JPVenson | |
| 2025-04-27 | Unified migration handling (#13950) | JPVenson | |
| 2025-04-26 | Check for path overlaps (#12832) | JPVenson | |
| 2025-04-20 | Add Api and startup check for sufficient storage capacity (#13888) | JPVenson | |
| 2025-04-19 | Add port awareness to startup server (#13913) | JPVenson | |
| 2025-03-26 | Feature/backup on migration (#13754) | JPVenson | |
| * Added generalised backup for migrations * Added backup strategy to MigrateLibraryDb * Added missing namespace * Fix merge issues * Fixed style issue * change fast backup key to timestamp * Update src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/SqliteDatabaseProvider.cs * Update Fields * applied review comments | |||
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-25 | Merge branch 'master' into feature/DatabaseRefactor | JPVenson | |
| 2025-03-24 | renamed SqLite to Sqlite | JPVenson | |
| 2025-02-21 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/10.10/DetachedMigration | |||
| 2025-02-21 | renaming of jfHost | JPVenson | |
| usings cleanup | |||
| 2025-02-21 | Fixed nullability on startupService | JPVenson | |
| 2025-02-02 | Fixed shutdown behavior | JPVenson | |
| 2025-01-27 | Fixed migration runner and added docs for adding migrations | JPVenson | |
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-11-11 | Fixed WAL lock on program exit | JPVenson | |
| 2024-10-26 | ATV requested endpoint mock | JPVenson | |
| 2024-10-26 | removed dbg timeout | JPVenson | |
| 2024-10-26 | Added Setup overlay app to communicate status of startup | JPVenson | |
| 2024-05-13 | Backport pull request #11539 from jellyfin/release-10.9.z | crobibero | |
| Add metrics collector to disposable parts Original-merge: c1907354e889011175446439a34b21d4ad260964 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-03-18 | IIS Hosting (#11120) | kimboslice99 | |
| 2023-11-14 | Revert "Use System.Net.IPNetwork" | Bond_009 | |
| This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae. | |||
| 2023-09-23 | Use IHostLifetime to handle restarting and shutting down | Patrick Barron | |
| 2023-09-22 | Don't log unhandled exceptions twice | Patrick Barron | |
| 2023-01-27 | Move LogEnvironmentInfo to StartupHelpers | Patrick Barron | |
| 2023-01-17 | Merge pull request #9108 from barronpm/efcore-cleanup | Bond-009 | |
| 2023-01-16 | Rename JellyfinDb to JellyfinDbContext | Patrick Barron | |
| 2023-01-15 | Enable in-process restarting | Patrick Barron | |
| 2023-01-15 | Move WebHostBuilder extension method to separate file | Patrick Barron | |
| 2023-01-15 | Move some startup methods to StartupHelpers | Patrick Barron | |
| 2023-01-14 | Fine tune DB settings | Bond_009 | |
| 2023-01-12 | Fix tests | Patrick Barron | |
| 2023-01-11 | Migrate from IWebHost to IHost | Patrick Barron | |
| 2022-12-14 | Use static methods StopWatch where it makes sense (#8898) | Bond-009 | |
| 2022-12-07 | Use File.SetUnixFileMode | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-26 | Add missing format providers (fix CA1305 errors) (#8745) | Terrance | |
| 2022-11-13 | Fix integration tests | Bond_009 | |
| Author: cvium | |||
