]> git.proxmox.com Git - pve-installer.git/history - proxmox-tui-installer/src/main.rs
tui: install progress: use ok/cancel as button text for installer prompt
[pve-installer.git] / proxmox-tui-installer / src / main.rs
2023-11-17 Christoph Heisstui: install progress: use ok/cancel as button text...
2023-11-11 Christoph Heisstui: move install progress dialog into own view module
2023-11-07 Christoph Heisstui: bootdisk: expose `arc_max` ZFS option for PVE...
2023-11-07 Christoph Heisstui: fix same "Administrator" typo in password and...
2023-11-03 Christoph Heisstui: fix clippy warning
2023-11-02 Aaron Lauterertui: use installer_setup from common cate
2023-11-02 Aaron Lauterertui: switch to common crate
2023-10-25 Christoph Heisstui: remove obsolete, global `SetupInfo` state
2023-10-25 Christoph Heisstui: refactor `NetworkOptions` to have a `defaults_from...
2023-10-19 Thomas Lamprechttui: fix interface sorting
2023-10-19 Thomas Lamprechttui: show interface UP state as filled circle
2023-09-20 Christoph Heisstui: honor test mode flag when starting low-level insta...
2023-08-23 Christoph Heisstui: disallow legacy BIOS boot from 4Kn disks for all...
2023-08-23 Christoph Heisstui: network: select matching NIC for IP configuration
2023-08-23 Christoph Heisstui: password: include minimum password length in error...
2023-08-23 Christoph Heisstui: drop some leftover, commented-out code
2023-07-21 Christoph Heisstui: fix FQDN validation
2023-07-15 Christoph Heisstui: use EULA path from ISO info instead of hard-coding
2023-07-13 Noel Ullreichtui: don't abort install if min ram requirement is...
2023-07-13 Christoph Heisstui: check hvm support through runtime env info instead...
2023-06-27 Thomas Lamprechttui: only show warning for missing hyper-visor CPU...
2023-06-26 Wolfgang Bumillertui: use product for default hostname
2023-06-26 Wolfgang Bumillertui: add global 'setup_info'
2023-06-22 Maximiliano Sandovaltui: do not auto reboot on failures
2023-06-22 Thomas Lamprechttui: add some info to uknown UI messages
2023-06-21 Thomas Lamprechttui: avoid actively focusing start-install button on...
2023-06-21 Dominik Csapaktui: focus next button by default
2023-06-21 Dominik Csapaktui: verify email with basic regex
2023-06-21 Dominik Csapaktui: always use mail@example.invalid as default email...
2023-06-21 Christoph Heisstui: forward stray messages from low-level installer...
2023-06-21 Christoph Heisstui: implement auto-reboot after installation
2023-06-21 Christoph Heisstui: implement auto-reboot after installation
2023-06-21 Christoph Heisstui: rename `reboot` option to `autoreboot`, to better...
2023-06-21 Christoph Heisstui: use non-slanted logo
2023-06-21 Christoph Heisstui: make reboot-after-install checkbox default to...
2023-06-21 Christoph Heisstui: use correct index when retrieving DNS server addre...
2023-06-21 Christoph Heisstui: refresh summary view if it is switched back to
2023-06-21 Christoph Heisstui: make HVM extension not being present a non-fatal...
2023-06-21 Christoph Heisstui: assume that the installer is run from the repo...
2023-06-21 Christoph Heisstui: set detected keyboard layout at installer launch
2023-06-21 Christoph Heisstui: run rustfmt
2023-06-21 Christoph Heisstui: simplify test-mode evaluation
2023-06-21 Christoph Heisstui: drop unneeded parameter from InstallerBackgroundVi...
2023-06-20 Thomas Lamprechtadd Finished UIĀ² message
2023-06-20 Thomas Lamprechttui: use plain Proxmox ascii figlet in header
2023-06-20 Christoph Heisstui: add initial implementation of low-level installer...
2023-06-20 Christoph Heisstui: make yes_no_dialog() accept a callback for negativ...
2023-06-20 Christoph Heisstui: add back disk sorting
2023-06-20 Christoph Heisstui: add "abort" button to installation progress screen
2023-06-20 Christoph Heisstui: use total memory info from runtime env
2023-06-20 Christoph Heisstui: use network domain as default administrator email...
2023-06-20 Christoph Heisstui: add better error handling to BootdiskOptions:...
2023-06-20 Christoph Heisstui: use country from runtime env info for default...
2023-06-20 Christoph Heisstui: use available network interfaces from runtime...
2023-06-20 Christoph Heisstui: directly parse disks from runtime env info
2023-06-20 Christoph Heisstui: move installer logo into background and to the top
2023-06-19 Christoph Heisstui: error out if no harddisks were detected
2023-06-19 Wolfgang Bumillertui: use network info
2023-06-19 Christoph Heisstui: simplify installer data path construction
2023-06-19 Wolfgang Bumillertui: load runtime info, use disks
2023-06-16 Wolfgang Bumillertui: no need to have './' fallible
2023-06-16 Wolfgang Bumillertui: only count exact example email address as invalid
2023-06-16 Wolfgang Bumillertui: properly group imports
2023-06-16 Wolfgang BumillerMerge remote-tracking branch 'cheiss/tui-installer...
2023-06-15 Christoph Heisstui: read and save reboot-after-install checkbox into...
2023-06-15 Christoph Heisstui: rename `SetupInfo::product_cfg` -> `::config`
2023-06-15 Christoph Heisstui: add preliminary install progress dialog
2023-06-15 Christoph Heisstui: make test mode indicator into global installer...
2023-06-15 Christoph Heisstui: track previous screens so that that each is only...
2023-06-15 Christoph Heisstui: display proper keyboard layout name in summary
2023-06-15 Christoph Heisstui: move timezone dialog into custom view
2023-06-14 Christoph Heisstui: display correct logo & title depending on product...
2023-06-14 Christoph Heisstui: rename `InstallerData` -> `InstallerState`
2023-06-14 Christoph Heisstui: implement initial parsing for setup & locale info
2023-06-14 Christoph Heisstui: introduce proper type for handling FQDNs
2023-06-14 Christoph Heisstui: add simple system cpu/memory check, similar to...
2023-06-14 Christoph Heisstui: add some more field validation checks
2023-06-14 Christoph Heisstui: rewrite network dialog using new `FormView`
2023-06-14 Christoph Heisstui: rewrite password using new `FormView`
2023-06-14 Christoph Heisstui: rewrite timezone dialog using new `FormView`
2023-06-14 Christoph Heisstui: error out in network dialog if option retrieval...
2023-06-14 Christoph Heisstui: implement password dialog options retrieval and...
2023-06-14 Christoph Heisstui: refactor bootdisk dialog; advanced options into...
2023-06-14 Christoph Heisstui: move bootdisk dialog into own module
2023-06-14 Christoph Heisstui: add top content padding for all installer views
2023-06-14 Christoph Heisstui: introduce `CidrAddress` type for ip address +...
2023-06-14 Christoph Heisstui: move installer options defintions into separate...
2023-06-14 Christoph Heisstui: fix warning about unused function
2023-06-14 Christoph Heisstui: simplify add_next_screen() by taking a `siv` directly
2023-06-14 Christoph Heisstui: implement value retrieval for network options...
2023-06-14 Christoph Heisstui: add preliminary summary dialog
2023-06-14 Christoph Heisstui: avoid open-coding add_next_screen()
2023-06-14 Christoph Heisstui: fix typo in network dialog label
2023-06-14 Christoph Heisstui: separate CIDR input into own view
2023-06-14 Christoph Heisstui: add preliminary network dialog
2023-06-14 Christoph Heisstui: display error dialog on invalid values instead...
2023-06-14 Christoph Heisstui: add basic email/root password dialog
2023-06-14 Christoph Heisstui: add simple location/timezone dialog
2023-06-14 Christoph Heisstui: move abort/previous/next buttons into `InstallerView`
2023-06-14 Christoph Heisstui: add missing `FS_TYPES` definition
next