Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [minilinux] Fix colspan | Simon Rettberg | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | [minilinux] Show which menu(entries) and locations use a version | Simon Rettberg | 2020-08-28 | 5 | -4/+128 |
| | |||||
* | [minilinux] Fix gpg key display | Simon Rettberg | 2020-08-05 | 1 | -2/+2 |
| | |||||
* | [minilinux] (bootentry-hook) Add entry for "latest from branch" | Simon Rettberg | 2020-07-10 | 5 | -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 Rettberg | 2020-07-10 | 1 | -1/+3 |
| | |||||
* | [minilinux] Lower update disable to 5 mins (was 10) | Simon Rettberg | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | [minilinux] dnbd3-check: Handle RID, support 32bit php | Simon Rettberg | 2020-02-27 | 1 | -5/+9 |
| | |||||
* | Update translations | Simon Rettberg | 2020-02-27 | 1 | -1/+1 |
| | |||||
* | [minilinux] Update translations | Simon Rettberg | 2020-02-27 | 2 | -0/+2 |
| | |||||
* | [minilinux] Show warning if stage4 cannot be replicated | Simon Rettberg | 2020-02-26 | 3 | -0/+81 |
| | |||||
* | Update translations | Simon Rettberg | 2020-01-16 | 5 | -16/+35 |
| | |||||
* | [minilinux] Set downloaded linux as default if it's the first/only one | Simon Rettberg | 2020-01-15 | 2 | -11/+22 |
| | |||||
* | [minilinux] Make branches collapsible | Simon Rettberg | 2020-01-15 | 2 | -2/+25 |
| | |||||
* | [minilinux] Remove duplicate DL button; hide it for orphaned versions | Simon Rettberg | 2020-01-14 | 3 | -9/+4 |
| | |||||
* | [minilinux] Check for updates on server bootup | Simon Rettberg | 2020-01-14 | 1 | -0/+3 |
| | |||||
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | [minilinux] Tweak design of version list | Simon Rettberg | 2019-12-11 | 2 | -4/+5 |
| | |||||
* | [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bug | Simon Rettberg | 2019-12-10 | 1 | -0/+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. | ||||
* | [minilinux] Remove debug output | Simon Rettberg | 2019-12-10 | 1 | -1/+0 |
| | |||||
* | [minilinux] Make Linux fast again | Simon Rettberg | 2019-12-10 | 2 | -2/+11 |
| | | | | | Add boot option that adds all the KCL options to disable CPU security flaw mitigations. | ||||
* | [minilinux] Fix deleting orphaned/empty branches | Simon Rettberg | 2019-12-07 | 1 | -5/+3 |
| | |||||
* | [minilinux] Add some tool-tips | Simon Rettberg | 2019-10-30 | 2 | -4/+7 |
| | |||||
* | [minilinux] Split version list and source list into separate sub-menus | Simon Rettberg | 2019-10-30 | 2 | -24/+34 |
| | |||||
* | [minilinux] Slightly better busy-wait for update check | Simon Rettberg | 2019-10-30 | 1 | -2/+5 |
| | |||||
* | [minilinux] Fix: Query description for minilinux branch on display | Simon Rettberg | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | [minilinux] Allow absolute paths for initrds | Simon Rettberg | 2019-10-29 | 1 | -1/+3 |
| | |||||
* | [minilinux] Move LinuxBootEntryHook to own file | Simon Rettberg | 2019-10-29 | 2 | -142/+150 |
| | | | | | | Under certain conditions the ipxe-bootentry hook would be executed multiple times, resuting in a fatal error because the class would be declared multiple times. | ||||
* | [minilinux] Fix main-warnings check (path) | Simon Rettberg | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | [minilinux] Show errors from minilinux download task | Simon Rettberg | 2019-10-29 | 2 | -0/+8 |
| | |||||
* | [adduser/minilinux] Take care of default/nondefault fields | Simon Rettberg | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | [minilinux] Create symlink for PXELINUX menu support | Simon Rettberg | 2019-10-24 | 1 | -0/+8 |
| | |||||
* | [minilinux] Add missing permissions checks | Simon Rettberg | 2019-10-21 | 1 | -0/+2 |
| | |||||
* | [serversetup-bwlp-ipxe/minilinux] Further improvements | Simon Rettberg | 2019-10-17 | 6 | -46/+70 |
| | | | | | | * 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 | 14 | -106/+419 |
| | |||||
* | [minilinux] Rewrite for multiple version/sources handling | Simon Rettberg | 2019-10-09 | 17 | -212/+764 |
| | | | | | | | | | | | * 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 | ||||
* | [minilinux] Visual feedback when loading ML version list | Simon Rettberg | 2019-03-06 | 3 | -26/+20 |
| | | | | Disable all the controls while loading... | ||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -2/+2 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | [minilinux] permission 'show' => 'view' | Simon Rettberg | 2018-03-27 | 6 | -8/+10 |
| | | | | Refs #3338 | ||||
* | [translation] Minor wording | Steffen Ritter | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | [minilinux] Use new permission helpers | Simon Rettberg | 2018-02-14 | 2 | -45/+41 |
| | |||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 1 | -4/+8 |
| | | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations. | ||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2018-02-09 | 1 | -1/+2 |
|\ | |||||
| * | [minilinux] Check md5 if filesize and mtime failed to hint at changed files | Simon Rettberg | 2018-01-17 | 1 | -1/+2 |
| | | |||||
* | | [minilinux] implemented permission-system. you can't see the side without ↵ | Christian Hofmaier | 2018-01-16 | 5 | -39/+59 |
|/ | | | | any permission. there are only 2 permissions: show the side and update content (which includes the show permission). | ||||
* | [minilinux] Actualized translation. | Udo Walter | 2017-12-22 | 4 | -5/+5 |
| | |||||
* | [baseconfig][baseconfig_partitions_cdn][eventlog][minilinux][permissionmanag ↵ | Christian Hofmaier | 2017-09-29 | 1 | -5/+2 |
| | | | | er][rebootcontrol][statisics_reporting][syslog] fixed inconsistencies | ||||
* | [minilinux] Fix link not showing in main-warning hook | Simon Rettberg | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | [install] Add/refine more module's install scripts | Simon Rettberg | 2016-06-09 | 1 | -2/+3 |
| | |||||
* | work work work work work | Simon Rettberg | 2016-05-19 | 1 | -2/+1 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 3 | -0/+12 |
| |