summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-38/+35Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-7/+6Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* Moderize Database handlingSimon Rettberg2021-05-111-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
* [serversetup-bwlp-ipxe] Disallow editing .special entriesSimon Rettberg2021-04-271-4/+14
|
* [serversetup-bwlp-ipxe] Add iPXE version selectorSimon Rettberg2021-04-201-12/+53
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-4/+4
|
* [serversetup-bwlp-ipxe] Location-override: Show default, label for=""Simon Rettberg2021-03-031-1/+3
| | | | | Make label clickable by adding id/for pairs. Show menu default entry below menu name.
* [serversetup-bwlp-ipxe] Fix invisible title in location menu selectorSimon Rettberg2021-03-031-3/+6
| | | | Closes #3839
* [serversetup-bwlp-ipxe] Fix redirect for invalid/no IP setSimon Rettberg2020-12-181-1/+1
|
* [serversetup-bwlp-ipxe] Empty menu item title = use bootentry titleSimon Rettberg2020-10-261-3/+8
| | | | | | | | | | We now leave the input box for the menu item title empty, which shows the matching bootentry's title as the placeholder. This will then also be what's displayed in the actual menu. This way, updating the boot entry's title will update the displayed menu item, if it wasn't overridden previously. Closes #3690
* [serversetup-bwlp-ipxe] stupidtable for bootentry listSimon Rettberg2020-10-261-2/+2
|
* [serversetup-bwlp-ipxe] Add "Edit" link for bootentries in menu editorSimon Rettberg2020-10-231-1/+1
| | | | | Add link to the popup where you select a boot entry for a menu entry in a menu.
* [serversetup-bwlp-ipxe] Use single quotes in SQLSimon Rettberg2020-08-131-2/+2
|
* [serversetup-bwlp-ipxe] Show all machines in Localboot override listSimon Rettberg2020-08-131-3/+1Star
| | | | | | It's a bad idea to hide machines that haven't been seen in a while, since they could have an override defined, which would get lost if you save the list again.
* [serversetup-bwlp-ipxe] Start refactoring ipxe script generatorSimon Rettberg2020-06-101-0/+1
| | | | | | | This is WIP. Mostly restored all the old functionality. Boot entries are fetched when selected, not embedded in the main script, so password protection is a bit stronger. Hopefully allows for other script generators in the future.
* [serversetup-bwlp-ipxe] Quick fix for hotkey defaultSteffen Ritter2020-01-311-2/+2
| | | | | Necessary at least on Debian 10 because of newer mariadb defaults STRICT_TRANS_TABLES fixes #3689
* [serversetup-ipxe] Properly init entry if mode is not StandardBootEntrySimon Rettberg2020-01-241-2/+2
| | | | Fixes #3687
* [serversetup-bwlp-ipxe] Make first menu being added the defaultSimon Rettberg2020-01-171-1/+3
|
* [serversetup-bwlp-ipxe] Show title of referenced menus in entry listSteffen Ritter2019-12-171-2/+4
|
* [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bugSimon Rettberg2019-12-101-3/+2Star
| | | | | | Saving a boot entry didn't properly check the validity of a hook's ID, which was broken anyways, so the invalid check didn't uncover that the actual cheking code didn't work either.
* [serversetup-bwlp-ipxe] UI/UX tweaksSimon Rettberg2019-10-171-1/+28
| | | | | | * Decluttered bootentry View in menu editor * Show details for hook bootentry in menu editor * Buttons for "save and reload" in menu/bootentry editor
* [serversetup-bwlp-ipxe/minilinux] Further improvementsSimon Rettberg2019-10-171-3/+3
| | | | | | * 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-18/+25
|
* [serversetup-bwlp-ipxe]Simon Rettberg2019-09-241-54/+86
|
* [serversetup-bwlp-ipxe] Show default selection of inherited menuSimon Rettberg2019-04-171-1/+1
|
* [serversetup-bwlp-ipxe] Make sure we always have a default entrySimon Rettberg2019-04-161-3/+8
|
* [serversetup-bwlp-ipxe] Fix permcheck for menu edit in menu listSimon Rettberg2019-04-161-1/+1
|
* [serversetup-bwlp-ipxe] Show parent menu in location assign dialogSimon Rettberg2019-04-161-0/+2
|
* [serversetup-bwlp-ipxe] Fix submenu permission handlingSimon Rettberg2019-04-101-2/+4
|
* [serversetup-bwlp-ipxe] Fix duplicating builtin bootentrySimon Rettberg2019-03-281-1/+1
|
* [serversetup-bwlp-ipxe] Escape model names for form field namesSimon Rettberg2019-03-271-1/+2
|
* [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFISimon Rettberg2019-03-271-24/+36
|
* [serversetup-bwlp-ipxe] Check for valid IP address before importSimon Rettberg2019-03-261-0/+4
|
* [serversetup-bwlp-ipxe] Don't show compile progress on every subpageSimon Rettberg2019-03-261-8/+12
| | | | Only show on menulist, address-config and download
* [serversetup-bwlp-ipxe] Redirect to serveraddr page if invalidSimon Rettberg2019-03-251-0/+4
|
* [serversetup-bwlp-ipxe] On empty bootentry list, import subnets tooSimon Rettberg2019-03-251-0/+6
|
* [serversetup-bwlp-ipxe] Fix stdbootentry edit; fix duplicate id in htmlSimon Rettberg2019-03-211-2/+8
|
* [serversetup-bwlp-ipxe] Much better dup detection on importSimon Rettberg2019-03-211-2/+1Star
|
* [serversetup-bwlp-ipxe] Bootentry: add copy button & allow view onlySimon Rettberg2019-03-201-5/+11
|
* [serversetup-bwlp-ipxe] Fix editing menuchain entries, tweak scriptSimon Rettberg2019-03-201-2/+5
|
* [serversetup-bwlp-ipxe] Implement cascaded menusSimon Rettberg2019-03-191-42/+53
|
* [serversetup-bwlp-ipxe] Fix incomplete bootentries, hide arch selectSimon Rettberg2019-03-191-0/+9
| | | | For type "script", the architecture options do nothing. Hide.
* [serversetup-bwlp-ipxe/locations] Minor fixesSimon Rettberg2019-03-091-0/+5
|
* [serversetup-bwlp-ipxe] Fix bugs, add import featureSimon Rettberg2019-03-081-16/+74
|
* [serversetup-bwlp-ipxe] Fix boot entry managementSimon Rettberg2019-02-281-5/+6
|
* Update translationsSimon Rettberg2019-02-181-1/+1
|
* [serversetup*] PXELinux and iPXE side-by-sideSimon Rettberg2019-02-121-0/+829