Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [rebootcontrol] Make subnet deletion timoeut match that of machines | Simon Rettberg | 2023-09-21 | 1 | -1/+1 | |
| | | | | Closes #3941 | |||||
* | [eventlog] Add example filter rules | Simon Rettberg | 2023-08-03 | 3 | -5/+38 | |
| | ||||||
* | [statistics] Add more manufacturer name fixes | Simon Rettberg | 2023-08-03 | 1 | -5/+12 | |
| | ||||||
* | [statistics] Add even more more weird JEDEC encodings | Simon Rettberg | 2023-08-03 | 1 | -22/+39 | |
| | ||||||
* | [statistics] Move function | Simon Rettberg | 2023-08-03 | 1 | -14/+14 | |
| | ||||||
* | [statistics] Support yet another weird JEDEC encoding | Simon Rettberg | 2023-08-02 | 1 | -2/+10 | |
| | ||||||
* | [serversetup-bwlp-ipxe] Rewording, add "new tab" icon to links | Simon Rettberg | 2023-08-02 | 2 | -4/+11 | |
| | ||||||
* | [statistics] Add button to copy existing rule | Simon Rettberg | 2023-08-02 | 7 | -35/+64 | |
| | ||||||
* | [minilinux] Only create new branch if it contains any versions | Simon Rettberg | 2023-07-28 | 1 | -9/+20 | |
| | ||||||
* | [minilinux] Better error handling if list download fails | Simon Rettberg | 2023-07-25 | 1 | -4/+5 | |
| | ||||||
* | [inc/Eventlog] Make sure data fits in columns | Simon Rettberg | 2023-07-25 | 1 | -0/+6 | |
| | ||||||
* | [eventlog] Add 'L' suffix to formatting, try to improve help text | Simon Rettberg | 2023-07-18 | 3 | -4/+9 | |
| | ||||||
* | [statistics] Don't duplicate user in .vmchooser-session event | Simon Rettberg | 2023-07-18 | 1 | -2/+0 | |
| | | | | It's already there from the machine table data as currentuser | |||||
* | [systemstatus] Improve coloring of disk space indicator, js tweaks | Simon Rettberg | 2023-07-18 | 2 | -84/+116 | |
| | ||||||
* | [news] Fix install: Falsely reported UPDATE_DONE every time | Simon Rettberg | 2023-07-18 | 2 | -3/+9 | |
| | ||||||
* | [systemstatus] Show "reboot required" message on update-tab too | Simon Rettberg | 2023-07-17 | 6 | -8/+32 | |
| | ||||||
* | [minilinux] Make title db columns longer | Simon Rettberg | 2023-07-17 | 3 | -8/+15 | |
| | ||||||
* | [eventlog] Add help text to rule regarding example values | Simon Rettberg | 2023-07-06 | 3 | -0/+4 | |
| | ||||||
* | [baseconfig_bwlp] Add SLX_ID44_CRYPT option | Simon Rettberg | 2023-07-06 | 3 | -0/+8 | |
| | ||||||
* | [systemstatus] Show (estimate) of last time updates were installed | Simon Rettberg | 2023-07-04 | 13 | -22/+77 | |
| | | | | Plus other minor tweaks, like message on main page. | |||||
* | Update phpStorm: Disable "accidental + instead of ." warning | Simon Rettberg | 2023-07-03 | 1 | -2/+2 | |
| | ||||||
* | [systemstatus] Add page to update/upgrade the server OS | Simon Rettberg | 2023-07-03 | 10 | -4/+278 | |
| | | | | Some simple UI/buttons to run apt-get update, upgrade etc. | |||||
* | [remoteaccess] Make sure we get the right client when updating pw | Simon Rettberg | 2023-07-03 | 1 | -1/+4 | |
| | | | | | | | | | | | When a client sends its current VNC password, we look up the client's uuid via the remote IP address. This would return any random client that last had this IP address when it booted. This is mostly not a problem with clients that have a static assignment, but can easily go wrong with clients in dynamic pools, as it's likely we have a few entries with the same address in the DB. We now get the client that was seen active most recently, which–unless we have address collisions–should always be the proper one. | |||||
* | [statistics] Fix invalid array access | Simon Rettberg | 2023-06-28 | 1 | -1/+1 | |
| | ||||||
* | [statistics_reporting] Fix phpstorm complaints | Simon Rettberg | 2023-06-20 | 1 | -7/+8 | |
| | ||||||
* | [minilinux] Stricter check for stage 4 availability | Simon Rettberg | 2023-06-13 | 1 | -4/+14 | |
| | ||||||
* | [permissionmanager] Update default permissions | Simon Rettberg | 2023-06-13 | 1 | -7/+11 | |
| | ||||||
* | [dnbd3] Add option to prefer satellite server for initial connection | Simon Rettberg | 2023-06-13 | 6 | -4/+23 | |
| | ||||||
* | [minilinux] Minor design tweaks to list | Simon Rettberg | 2023-06-12 | 4 | -6/+16 | |
| | | | | | | - Hackish way to hide sort-order inlined in title - Border for change-log - Shorten cooldown for list update to 3 minutes (was 10) | |||||
* | [vmstore] Continuously drop caches while benchmarking | Simon Rettberg | 2023-06-05 | 1 | -3/+9 | |
| | ||||||
* | [vmstore] Add usage hint when directly navigating to benchmark subpage | Simon Rettberg | 2023-05-25 | 4 | -0/+12 | |
| | ||||||
* | [sysconfig] Increase tar handling timeouts | Simon Rettberg | 2023-05-25 | 1 | -2/+2 | |
| | ||||||
* | [dozmod] Cleanup of api.inc.php | Simon Rettberg | 2023-05-24 | 1 | -6/+8 | |
| | ||||||
* | [inc/Mailer] Add comments | Simon Rettberg | 2023-05-24 | 1 | -1/+3 | |
| | ||||||
* | [statistics] hints: Only show machines active in recent past (60 days) | Simon Rettberg | 2023-05-24 | 1 | -0/+5 | |
| | ||||||
* | Type annotations, better RNG | Simon Rettberg | 2023-05-22 | 2 | -9/+9 | |
| | ||||||
* | [backup] Lang | Steffen Ritter | 2023-05-17 | 1 | -3/+3 | |
| | ||||||
* | [eventlog] Fix php notice about undefined array index | Simon Rettberg | 2023-05-12 | 1 | -1/+1 | |
| | ||||||
* | [inc/Mailer] Remove repeated Expire spam from error log | Simon Rettberg | 2023-05-12 | 1 | -1/+2 | |
| | ||||||
* | [inc/Mailer] Allow Somename <some@example.com> format as FROM | Simon Rettberg | 2023-05-12 | 1 | -1/+8 | |
| | ||||||
* | [locations] cleanup: Hide/disable move button if action not available | Simon Rettberg | 2023-05-12 | 3 | -7/+25 | |
| | | | | | | Hide the button entirely if there are no movable machines in the displayed list. Disable the button as long as the user selected at least one unmovable machine. | |||||
* | [eventlog] Remove stray line (c&p error) | Simon Rettberg | 2023-05-12 | 1 | -2/+0 | |
| | ||||||
* | [backup] Don't error out if backup file is not readable by www-data | Simon Rettberg | 2023-05-12 | 1 | -5/+6 | |
| | ||||||
* | [statistics] Add filter for HDD rpm | Simon Rettberg | 2023-05-11 | 4 | -3/+24 | |
| | ||||||
* | [statistics] Fix system model filter | Simon Rettberg | 2023-05-10 | 2 | -1/+38 | |
| | ||||||
* | [statistics] Fix typo | Simon Rettberg | 2023-05-10 | 2 | -2/+2 | |
| | ||||||
* | [statistics] Fix spelling error | Steffen Ritter | 2023-05-08 | 1 | -1/+1 | |
| | ||||||
* | [inc/Download] Clean up code | Simon Rettberg | 2023-05-08 | 1 | -40/+7 | |
| | ||||||
* | [backup] i18n: Fix typo | Simon Rettberg | 2023-04-26 | 1 | -1/+1 | |
| | ||||||
* | [statistics] Fix lang: Old and new were swapped | Simon Rettberg | 2023-04-24 | 2 | -4/+4 | |
| |