| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [serversetup-bwlp-ipxe] Fix: Don't clear screen between menus | Simon Rettberg | 2026-01-28 | 1 | -2/+4 |
| | | |||||
| * | A few more HTTP code audit log fixups | Simon Rettberg | 2025-08-04 | 1 | -0/+2 |
| | | |||||
| * | Implicitly nullable types are deprecated in PHP 8.3, make explicit | Simon Rettberg | 2025-08-01 | 2 | -2/+2 |
| | | |||||
| * | [locations] Cleanup Location class | Simon Rettberg | 2025-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | There was a mess of functions which mostly, but not quite, did the same things. Get rid of a couple of them and fix call sites to use alternative ones that also fit the job. While at it, add phpdoc and comments to the remaining functions, trying to clarify what they were designed for. Lastly, the return type of functions that retrieve a location id has been changed from false|int to ?int (nullable types are just nicer). | ||||
| * | [serversetup-bwlp-ipxe] Remove unused function | Simon Rettberg | 2025-05-26 | 1 | -5/+0![]() |
| | | |||||
| * | [serversetup-bwlp-ipxe] Set menu timeout to 1 second in exam mode | Simon Rettberg | 2025-05-26 | 1 | -1/+6 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Open entry editor as popup from menu editor | Simon Rettberg | 2025-05-22 | 3 | -16/+54 |
| | | | | | | | ... so we don't lose any changes we made, which might or might not happen when navigating away from the page. We'd be at the mercy of the browser restoring the modified state when navigating back. | ||||
| * | Add audit logging of POST actions | Simon Rettberg | 2025-05-22 | 1 | -8/+13 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Fix display of referencing menu list | Simon Rettberg | 2024-11-06 | 1 | -1/+1 |
| | | |||||
| * | [serversetup-bwlp-ipxe] serversetup_bootentry.module must not be NULL | Simon Rettberg | 2024-07-23 | 2 | -10/+23 |
| | | | | | | | I'm not entirely sure how the column ended up being NULL in one instance, but this should not happen and makes no sense, so change the table definition accordingly to avoid script errors. | ||||
| * | [serversetup-bwlp-ipxe] Minor grub tweaks | Simon Rettberg | 2024-07-02 | 1 | -1/+3 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Add implementation of GRUB menu builder | Simon Rettberg | 2024-02-23 | 1 | -0/+330 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Add initial support for GRUB menus | Simon Rettberg | 2024-02-23 | 3 | -3/+17 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Add missing null check | Simon Rettberg | 2024-01-15 | 1 | -1/+3 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Call parent constructor IPxeMenu | Simon Rettberg | 2024-01-15 | 1 | -3/+6 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Move PXELinux classes to own files | Simon Rettberg | 2024-01-15 | 3 | -174/+176 |
| | | |||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 13 | -319/+292![]() |
| | | |||||
| * | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 3 | -10/+9![]() |
| | | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
| * | [serversetup-bwlp-ipxe] Fix missing column in query | Simon Rettberg | 2023-10-23 | 1 | -2/+2 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Rewording, add "new tab" icon to links | Simon Rettberg | 2023-08-02 | 2 | -4/+11 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Add error handling, remove dead code | Simon Rettberg | 2023-01-31 | 1 | -41/+7![]() |
| | | |||||
| * | [serversetup-bwlp-ipxe] Encode ipxe script depending on iPXE version | Simon Rettberg | 2022-10-27 | 2 | -7/+19 |
| | | | | | Newer iPXE versions require UTF-8 | ||||
| * | [serversetup-bwlp-ipxe] Fix pvsmgr hack (accessed wrong field) | Simon Rettberg | 2022-05-02 | 1 | -5/+9 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Remove dead code | Simon Rettberg | 2022-05-02 | 2 | -24/+0![]() |
| | | |||||
| * | [serversetup-bwlp-ipxe] Fix array access | Simon Rettberg | 2022-05-02 | 1 | -1/+1 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Force default boot entry to MiniLinux for dedicated ↵ | Simon Rettberg | 2022-05-02 | 3 | -10/+93 |
| | | | | | PVSmgr | ||||
| * | [serversetup-bwlp-ipxe] Add GRUB localboot method | Simon Rettberg | 2022-03-09 | 1 | -6/+4![]() |
| | | | | | | Requires new satellite server 3.11+ Got rid of EFI syslinux boot mode, it never worked properly. | ||||
| * | [serversetup-bwlp-ipxe] Fix "locations" module name -> create constraint | Simon Rettberg | 2022-03-09 | 1 | -1/+1 |
| | | |||||
| * | [locations] Modularize additional column handling | Simon Rettberg | 2022-03-09 | 3 | -0/+59 |
| | | | | | | Additional columns are now added through a hook, moving specialized code where it belongs. | ||||
| * | [statistics] Adapt hw-data parsing to new json format for display | Simon Rettberg | 2022-03-09 | 1 | -8/+16 |
| | | |||||
| * | Moderize Database handling | Simon Rettberg | 2021-05-11 | 5 | -10/+10 |
| | | | | | | | | * 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] Add message when exiting from iPXE | Simon Rettberg | 2021-05-03 | 2 | -2/+4 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Disallow editing .special entries | Simon Rettberg | 2021-04-27 | 3 | -4/+18 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Fix localboot via exit | Simon Rettberg | 2021-04-27 | 2 | -2/+6 |
| | | |||||
| * | [inc/Trigger] Remember ::ipxe() result and return it on subsequent calls | Simon Rettberg | 2021-04-20 | 1 | -1/+3 |
| | | | | | | | | This fixes triggering two or more compile runs in one request, which is most likely pointless as it would generate the same result. Just remember the return value (task id) from the first onvication and return it right away. | ||||
| * | [serversetup-bwlp-ipxe] Add iPXE version selector | Simon Rettberg | 2021-04-20 | 10 | -79/+267 |
| | | |||||
| * | Fix deprecated curly braces string indexing (PHP 7.4) | Simon Rettberg | 2021-03-25 | 4 | -8/+8 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Location-override: Show default, label for="" | Simon Rettberg | 2021-03-03 | 2 | -5/+8 |
| | | | | | | 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] Re-interoduce direct boot for one-item menus | Simon Rettberg | 2020-11-04 | 2 | -2/+12 |
| | | | | | | Menus with only one item and a timeout of 0 will directly boot the entry. | ||||
| * | [serversetup-bwlp-ipxe] Empty menu item title = use bootentry title | Simon Rettberg | 2020-10-26 | 4 | -17/+18 |
| | | | | | | | | | | | 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 | 2 | -6/+6 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Add "Edit" link for bootentries in menu editor | Simon Rettberg | 2020-10-23 | 2 | -2/+8 |
| | | | | | | Add link to the popup where you select a boot entry for a menu entry in a menu. | ||||
| * | [serversetup-bwlp-ipxe] Fix UUID validation | Simon Rettberg | 2020-10-21 | 1 | -1/+1 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Re-introduce support for menuid param | Simon Rettberg | 2020-09-22 | 2 | -2/+9 |
| | | |||||
| * | [serversetup-bwlp-ipxe/rebootcontrol] Fix translations | Simon Rettberg | 2020-09-03 | 1 | -1/+1 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Fix UTF-8 fix, fix gaps not being displayed | Simon Rettberg | 2020-08-28 | 2 | -3/+6 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Fix setting imgfree for boot entries | Simon Rettberg | 2020-08-13 | 1 | -1/+1 |
| | | |||||
| * | [serversetup-bwlp-ipxe] Use single quotes in SQL | Simon Rettberg | 2020-08-13 | 1 | -2/+2 |
| | | |||||

