summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Handle invalid parameterSimon Rettberg2024-11-051-0/+2
|
* [minilinux] Fix copy & paste errorSimon Rettberg2024-10-231-1/+1
|
* [minilinux] Cleanup/ModernizeSimon Rettberg2024-10-221-10/+2Star
|
* [minilinux] Don't hide delete button if all files are missingSimon Rettberg2024-10-221-0/+3
| | | | | | If the version is still marked as downloaded in the database, not showing the button means we can never fix (i.e. re-download) the version... ;-)
* [minilinux] Add event for newly available netboot/minilinux versionSimon Rettberg2024-10-211-0/+21
|
* [minilinux] Remove debug spamSimon Rettberg2024-10-161-1/+0Star
|
* [statistics] Make ML-version a linkSimon Rettberg2024-10-163-2/+14
|
* [minilinux] Harmonize wording some more :)Simon Rettberg2024-02-166-16/+16
|
* [minilinux] Harmonize wording a bitSteffen Ritter2024-02-156-14/+14
|
* [minilinux] Introduce new "installed" state: brokenSimon Rettberg2024-02-073-28/+35
| | | | | | | | Avoid marking broken (i.e. missing/corrupted files) versions as "not installed", which could in turn lead to complete deletions of versions from the database without removing the according (broken) files from the filesystem. Instead, properly mark them as broken in the DB so we keep them but can handle them differently (UI: to be done).
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-2/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-143-47/+43Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+1
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [minilinux] Some more 8.x warningsSimon Rettberg2023-10-091-2/+2
|
* [minilinux] Fix deprecation warning on PHP 8.xSimon Rettberg2023-10-061-2/+2
|
* [minilinux] Only create new branch if it contains any versionsSimon Rettberg2023-07-281-9/+20
|
* [minilinux] Better error handling if list download failsSimon Rettberg2023-07-251-4/+5
|
* [minilinux] Make title db columns longerSimon Rettberg2023-07-172-7/+14
|
* [minilinux] Stricter check for stage 4 availabilitySimon Rettberg2023-06-131-4/+14
|
* [minilinux] Minor design tweaks to listSimon Rettberg2023-06-124-6/+16
| | | | | | - Hackish way to hide sort-order inlined in title - Border for change-log - Shorten cooldown for list update to 3 minutes (was 10)
* [minilinux] Add support for branch colors and changelogsSimon Rettberg2022-11-037-16/+52
|
* [minilinux] Update KCL flagsSimon Rettberg2022-09-122-4/+4
|
* [minilinux] Add option to force another DHCP request in initramfsSimon Rettberg2022-06-093-0/+9
|
* [minilinux] Add quicknav at top of version listSimon Rettberg2022-05-273-11/+43
|
* [serversetup-bwlp-ipxe] Force default boot entry to MiniLinux for dedicated ↵Simon Rettberg2022-05-021-1/+1
| | | | PVSmgr
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-091-7/+13
|
* [locations/minilinux] Minor cleanups and fixesSimon Rettberg2021-06-241-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-112-4/+4
| | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries
* [minilinux] Fix: List of used menus was incompleteSimon Rettberg2021-05-071-6/+3Star
|
* [minilinux] Remove debug logSteffen Ritter2021-05-031-1/+0Star
|
* [minilinux] Prevent overflowSimon Rettberg2021-04-211-1/+2
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-1/+1
|
* [minilinux] Make dropdown headers boldSimon Rettberg2021-03-101-3/+3
|
* [minilinux] Remove unused local varSimon Rettberg2020-10-291-1/+0Star
|
* [minilinux] Fix colspanSimon Rettberg2020-09-031-1/+1
|
* [minilinux] Show which menu(entries) and locations use a versionSimon Rettberg2020-08-285-4/+128
|
* [minilinux] Fix gpg key displaySimon Rettberg2020-08-051-2/+2
|
* [minilinux] (bootentry-hook) Add entry for "latest from branch"Simon Rettberg2020-07-105-9/+32
| | | | | The iPXE menu item of type "minilinux" will now show an option to automatically use the latest locally installed version for each branch.
* [serversetup-bwlp-ipxe] Progress on new structure (+bash)Simon Rettberg2020-07-101-1/+3
|
* [minilinux] Lower update disable to 5 mins (was 10)Simon Rettberg2020-07-101-1/+1
|
* [minilinux] dnbd3-check: Handle RID, support 32bit phpSimon Rettberg2020-02-271-5/+9
|
* Update translationsSimon Rettberg2020-02-271-1/+1
|
* [minilinux] Update translationsSimon Rettberg2020-02-272-0/+2
|
* [minilinux] Show warning if stage4 cannot be replicatedSimon Rettberg2020-02-263-0/+81
|
* Update translationsSimon Rettberg2020-01-165-16/+35
|
* [minilinux] Set downloaded linux as default if it's the first/only oneSimon Rettberg2020-01-152-11/+22
|
* [minilinux] Make branches collapsibleSimon Rettberg2020-01-152-2/+25
|
* [minilinux] Remove duplicate DL button; hide it for orphaned versionsSimon Rettberg2020-01-143-9/+4Star
|
* [minilinux] Check for updates on server bootupSimon Rettberg2020-01-141-0/+3
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>