Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [sysconfig] Minor code cleanup/fixes | Simon Rettberg | 2024-07-02 | 9 | -23/+23 | |
| | ||||||
* | [sysconfig] New module type: ShibAuth | Simon Rettberg | 2024-07-02 | 15 | -16/+601 | |
| | | | | | This creates a config module for out lightdm greeter that will enable login via shibboleth; either browser-based or QR code. | |||||
* | [translation] Make smarter, find ::translateFile calls etc. | Simon Rettberg | 2024-07-02 | 5 | -32/+126 | |
| | ||||||
* | [locationinfo] Handle invalid UTF8 by sanitizing through iconv | Simon Rettberg | 2024-06-26 | 1 | -0/+1 | |
| | ||||||
* | [sysconfig] Fix parentTask dependency for Taskmanager calls | Simon Rettberg | 2024-06-21 | 3 | -2/+3 | |
| | ||||||
* | [sysconfig] screensaver: Minor refactor | Simon Rettberg | 2024-06-20 | 1 | -9/+15 | |
| | ||||||
* | [dozmod] Add support for CoW API | Simon Rettberg | 2024-06-17 | 1 | -9/+25 | |
| | ||||||
* | [dnbd3] Fix 0.0.0.0 check | Simon Rettberg | 2024-06-17 | 1 | -2/+2 | |
| | ||||||
* | [dnbd3] Ignore servers with 0.0.0.0 | Simon Rettberg | 2024-06-04 | 2 | -0/+6 | |
| | | | | | | This happens if you reset a client in the statistics module. Until the according client reboots and gets a proper IP assigned again, ignore it for polling and delivery in client config. | |||||
* | [dnbd3] No such slx variable :) | Simon Rettberg | 2024-06-03 | 1 | -1/+0 | |
| | ||||||
* | [inc/Util] filesize: Fix calculating number of decimals to display | Simon Rettberg | 2024-05-29 | 1 | -3/+3 | |
| | ||||||
* | [rebootcontrol] Fix the "bogus" array to string warning | Simon Rettberg | 2024-03-04 | 1 | -4/+6 | |
| | | | | | | | After all it wasn't bogus, but caused by array_unique internally casting everything to string by default, which causes a warning for arrays. Thankfully we have an elephant for figuring out things like this. | |||||
* | [backup] Checking file existence is stupid if we write to /root/ | Simon Rettberg | 2024-02-28 | 1 | -5/+1 | |
| | | | | php doesn't run as root and doesn't have access to that location. | |||||
* | [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 | |
| | ||||||
* | [minilinux] Harmonize wording some more :) | Simon Rettberg | 2024-02-16 | 6 | -16/+16 | |
| | ||||||
* | [minilinux] Harmonize wording a bit | Steffen Ritter | 2024-02-15 | 6 | -14/+14 | |
| | ||||||
* | [dnbd3] Fix type error | Simon Rettberg | 2024-02-15 | 1 | -2/+2 | |
| | | | | Uncaught TypeError: Dnbd3Util::runmodeConfigHook(): Argument #3 ($modeData) must be of type string, null given | |||||
* | [roomplanner] Fix passed type to runmode | Simon Rettberg | 2024-02-07 | 1 | -4/+4 | |
| | ||||||
* | Revert "[statistics_reporting] Consider all machines in DB" | Simon Rettberg | 2024-02-07 | 1 | -6/+3 | |
| | | | | | | | | | | Revert these changes that would result in different results. We're still not entirely clear how to handle the case of missing machines vs. machines that just haven't been used for quite some time. So instead of changing this now and possibly again in the near future, leave it as is for now and then do something more clever in the near future. This reverts commit 5dd6473d2f78d74c005ed20fb2a968f9bcae6ade. | |||||
* | [minilinux] Introduce new "installed" state: broken | Simon Rettberg | 2024-02-07 | 3 | -28/+35 | |
| | | | | | | | | 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). | |||||
* | [statistics_reporting] Consider all machines in DB | Steffen Ritter | 2024-01-25 | 1 | -3/+6 | |
| | | | | | | | | | | Don't limit on machines which booted at least once in the last 30 days. Otherwise the number of machines in statistics_reporting doesn't match the number of clients in rooms/locations or client-statistics which is kinda irritating. We still have the problem, that we don't know which clients still exist in the real world. But that' another story. | |||||
* | [statistics] Keep statistics longer for analysis | Steffen Ritter | 2024-01-25 | 1 | -1/+1 | |
| | ||||||
* | [systemstatus] Better detection for latest updates timestamp | Simon Rettberg | 2024-01-19 | 1 | -1/+1 | |
| | ||||||
* | [dnbd3] Add warning if proxy servers exist but DNBD3 is disabled for VMs | Simon Rettberg | 2024-01-18 | 4 | -2/+10 | |
| | ||||||
* | [locations/statistics] More type safety, array key checks | Simon Rettberg | 2024-01-18 | 4 | -11/+17 | |
| | ||||||
* | Fix type errors | Simon Rettberg | 2024-01-17 | 2 | -2/+2 | |
| | ||||||
* | [vmstore] Restore warning on unconfigured vmstore | Simon Rettberg | 2024-01-15 | 1 | -1/+1 | |
| | ||||||
* | [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 | |
| | ||||||
* | [inc/Property] Add type checks now that we use strict_types=1 | Simon Rettberg | 2024-01-15 | 1 | -2/+8 | |
| | ||||||
* | [dozmod] Wording Klausurmodus -> Prüfungsmodus | Steffen Ritter | 2024-01-11 | 1 | -2/+2 | |
| | ||||||
* | [rebootcontrol] Check for null-location | Simon Rettberg | 2024-01-11 | 1 | -1/+1 | |
| | ||||||
* | Update translations | Steffen Ritter | 2023-12-22 | 2 | -3/+3 | |
| | ||||||
* | [inc/TMCallback] Release task when finished | Simon Rettberg | 2023-12-19 | 1 | -0/+1 | |
| | ||||||
* | [systemstatus] Add notice about security updates to main page | Simon Rettberg | 2023-12-19 | 8 | -3/+85 | |
| | ||||||
* | [rebootcontrol] Hide client2client subnets in details view if disabled | Simon Rettberg | 2023-12-14 | 2 | -6/+12 | |
| | ||||||
* | [statistics] Sanitize live values from client | Simon Rettberg | 2023-12-14 | 1 | -1/+5 | |
| | ||||||
* | [locationinfo] Fix machine state updating | Simon Rettberg | 2023-12-14 | 1 | -2/+2 | |
| | ||||||
* | [eventlog] Fix permissions names | Simon Rettberg | 2023-12-13 | 1 | -3/+3 | |
| | ||||||
* | [sysconfig] Fix invalid array key access | Simon Rettberg | 2023-12-13 | 1 | -1/+1 | |
| | ||||||
* | [adduser] Fix typo | Simon Rettberg | 2023-12-13 | 1 | -1/+1 | |
| | ||||||
* | [roomplanner] Fix invalid array key access | Simon Rettberg | 2023-12-04 | 1 | -3/+5 | |
| | ||||||
* | [locations] Fix wrong variable type error | Simon Rettberg | 2023-12-04 | 1 | -4/+4 | |
| | ||||||
* | Update translations | Simon Rettberg | 2023-11-20 | 5 | -7/+7 | |
| | ||||||
* | [session] Show username in session table, link to editor | Simon Rettberg | 2023-11-20 | 2 | -4/+16 | |
| | ||||||
* | [vmstore] Fix invalid array access | Simon Rettberg | 2023-11-20 | 1 | -1/+1 | |
| | ||||||
* | [inc/Property] Fix return type | Simon Rettberg | 2023-11-20 | 1 | -2/+2 | |
| | ||||||
* | [sysconfig] Update Wikipedia extraction logic | Simon Rettberg | 2023-11-17 | 1 | -7/+24 | |
| |