Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -38/+35 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -7/+6 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -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 entries | Simon Rettberg | 2021-04-27 | 1 | -4/+14 |
| | |||||
* | [serversetup-bwlp-ipxe] Add iPXE version selector | Simon Rettberg | 2021-04-20 | 1 | -12/+53 |
| | |||||
* | Fix deprecated curly braces string indexing (PHP 7.4) | Simon Rettberg | 2021-03-25 | 1 | -4/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Location-override: Show default, label for="" | Simon Rettberg | 2021-03-03 | 1 | -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 selector | Simon Rettberg | 2021-03-03 | 1 | -3/+6 |
| | | | | Closes #3839 | ||||
* | [serversetup-bwlp-ipxe] Fix redirect for invalid/no IP set | Simon Rettberg | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Empty menu item title = use bootentry title | Simon Rettberg | 2020-10-26 | 1 | -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 list | Simon Rettberg | 2020-10-26 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Add "Edit" link for bootentries in menu editor | Simon Rettberg | 2020-10-23 | 1 | -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 SQL | Simon Rettberg | 2020-08-13 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Show all machines in Localboot override list | Simon Rettberg | 2020-08-13 | 1 | -3/+1 |
| | | | | | | 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 generator | Simon Rettberg | 2020-06-10 | 1 | -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 default | Steffen Ritter | 2020-01-31 | 1 | -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 StandardBootEntry | Simon Rettberg | 2020-01-24 | 1 | -2/+2 |
| | | | | Fixes #3687 | ||||
* | [serversetup-bwlp-ipxe] Make first menu being added the default | Simon Rettberg | 2020-01-17 | 1 | -1/+3 |
| | |||||
* | [serversetup-bwlp-ipxe] Show title of referenced menus in entry list | Steffen Ritter | 2019-12-17 | 1 | -2/+4 |
| | |||||
* | [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bug | Simon Rettberg | 2019-12-10 | 1 | -3/+2 |
| | | | | | | 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 tweaks | Simon Rettberg | 2019-10-17 | 1 | -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 improvements | Simon Rettberg | 2019-10-17 | 1 | -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 ipxe | Simon Rettberg | 2019-10-16 | 1 | -18/+25 |
| | |||||
* | [serversetup-bwlp-ipxe] | Simon Rettberg | 2019-09-24 | 1 | -54/+86 |
| | |||||
* | [serversetup-bwlp-ipxe] Show default selection of inherited menu | Simon Rettberg | 2019-04-17 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Make sure we always have a default entry | Simon Rettberg | 2019-04-16 | 1 | -3/+8 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix permcheck for menu edit in menu list | Simon Rettberg | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Show parent menu in location assign dialog | Simon Rettberg | 2019-04-16 | 1 | -0/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix submenu permission handling | Simon Rettberg | 2019-04-10 | 1 | -2/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix duplicating builtin bootentry | Simon Rettberg | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Escape model names for form field names | Simon Rettberg | 2019-03-27 | 1 | -1/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFI | Simon Rettberg | 2019-03-27 | 1 | -24/+36 |
| | |||||
* | [serversetup-bwlp-ipxe] Check for valid IP address before import | Simon Rettberg | 2019-03-26 | 1 | -0/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Don't show compile progress on every subpage | Simon Rettberg | 2019-03-26 | 1 | -8/+12 |
| | | | | Only show on menulist, address-config and download | ||||
* | [serversetup-bwlp-ipxe] Redirect to serveraddr page if invalid | Simon Rettberg | 2019-03-25 | 1 | -0/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] On empty bootentry list, import subnets too | Simon Rettberg | 2019-03-25 | 1 | -0/+6 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix stdbootentry edit; fix duplicate id in html | Simon Rettberg | 2019-03-21 | 1 | -2/+8 |
| | |||||
* | [serversetup-bwlp-ipxe] Much better dup detection on import | Simon Rettberg | 2019-03-21 | 1 | -2/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Bootentry: add copy button & allow view only | Simon Rettberg | 2019-03-20 | 1 | -5/+11 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix editing menuchain entries, tweak script | Simon Rettberg | 2019-03-20 | 1 | -2/+5 |
| | |||||
* | [serversetup-bwlp-ipxe] Implement cascaded menus | Simon Rettberg | 2019-03-19 | 1 | -42/+53 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix incomplete bootentries, hide arch select | Simon Rettberg | 2019-03-19 | 1 | -0/+9 |
| | | | | For type "script", the architecture options do nothing. Hide. | ||||
* | [serversetup-bwlp-ipxe/locations] Minor fixes | Simon Rettberg | 2019-03-09 | 1 | -0/+5 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix bugs, add import feature | Simon Rettberg | 2019-03-08 | 1 | -16/+74 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix boot entry management | Simon Rettberg | 2019-02-28 | 1 | -5/+6 |
| | |||||
* | Update translations | Simon Rettberg | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | [serversetup*] PXELinux and iPXE side-by-side | Simon Rettberg | 2019-02-12 | 1 | -0/+829 |