summaryrefslogtreecommitdiffstats
path: root/modules-available/minilinux/inc/minilinux.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [minilinux] Introduce new "installed" state: brokenSimon Rettberg2024-02-071-11/+19
| | | | | | | | 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-141-25/+22Star
|
* [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-171-2/+2
|
* [minilinux] Stricter check for stage 4 availabilitySimon Rettberg2023-06-131-4/+14
|
* [minilinux] Minor design tweaks to listSimon Rettberg2023-06-121-3/+3
| | | | | | - 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-031-9/+15
|
* [locations/minilinux] Minor cleanups and fixesSimon Rettberg2021-06-241-1/+1
|
* Moderize Database handlingSimon Rettberg2021-05-111-3/+3
| | | | | | | * 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
|
* [minilinux] Remove unused local varSimon Rettberg2020-10-291-1/+0Star
|
* [minilinux] Show which menu(entries) and locations use a versionSimon Rettberg2020-08-281-0/+83
|
* [minilinux] dnbd3-check: Handle RID, support 32bit phpSimon Rettberg2020-02-271-5/+9
|
* [minilinux] Show warning if stage4 cannot be replicatedSimon Rettberg2020-02-261-0/+75
|
* [minilinux] Set downloaded linux as default if it's the first/only oneSimon Rettberg2020-01-151-2/+21
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [minilinux] Remove debug outputSimon Rettberg2019-12-101-1/+0Star
|
* [minilinux] Fix deleting orphaned/empty branchesSimon Rettberg2019-12-071-5/+3Star
|
* [serversetup-bwlp-ipxe/minilinux] Further improvementsSimon Rettberg2019-10-171-2/+8
| | | | | | * Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring...
* [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxeSimon Rettberg2019-10-161-4/+134
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-0/+228
* You can supply multiple sources for updates (URLs) * Sources can provide multiple branches * Each branch can supply multiple versions (eg. updates) TODO: Set global default version TODO: Supply hook to serversetup-ipxe to add specific boot entries TODO: UX polish TODO: phpdoc/polish