Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [eventlog] Improve sample data displaying when editing a filter rule | Simon Rettberg | 2022-09-12 | 2 | -20/+39 |
| | |||||
* | [eventlog] Add more empty rows to filter rule edit page | Simon Rettberg | 2022-09-12 | 1 | -1/+2 |
| | |||||
* | [eventlog] Remove serialized machine data from filtering logic | Simon Rettberg | 2022-09-12 | 1 | -0/+5 |
| | | | | This is "internal data subject to change", so don't tempt anybody. | ||||
* | [eventlog] Keep sample log data a little longer | Simon Rettberg | 2022-09-12 | 1 | -5/+7 |
| | |||||
* | [eventlog] Add machine data to collected notification samples | Simon Rettberg | 2022-09-12 | 3 | -13/+69 |
| | |||||
* | [eventlog] Add nic speed and duplex to filtering options | Simon Rettberg | 2022-09-12 | 1 | -0/+4 |
| | |||||
* | [eventlog] Fix permission name | Simon Rettberg | 2022-09-09 | 1 | -3/+3 |
| | |||||
* | [statistics_reporting] Fallback for IP and hostname | Steffen Ritter | 2022-08-22 | 1 | -2/+2 |
| | | | | | The php '$_SERVER' variables are not populated when executed by a cron job. As fallback use the server adress from ipxe-module. | ||||
* | [statistics] Simplify SPD value interpretation now that I get it | Simon Rettberg | 2022-08-01 | 1 | -39/+26 |
| | |||||
* | [remoteaccess] Don't uncheck currently disabled locations in group edit | Simon Rettberg | 2022-07-25 | 2 | -3/+12 |
| | |||||
* | [vmstore] Benchmark: Put server list first, add fixed buttonbar at bottom | Simon Rettberg | 2022-07-20 | 1 | -20/+22 |
| | |||||
* | [statistics] hints: Sort all tables by hostname | Simon Rettberg | 2022-07-20 | 1 | -7/+9 |
| | |||||
* | [statistics] chart: Fix table highlight not resetting on mouseout | Simon Rettberg | 2022-07-20 | 1 | -0/+6 |
| | | | | | | | Apparently, Chart.js doesn't fire a new onHover event if the mouse leaves a piece of the pie chart without moving over the blank area withing the canvas first. So we need an additional event for when the mouse cursor leaves the canvas. | ||||
* | Update translations | Simon Rettberg | 2022-07-11 | 14 | -2/+52 |
| | |||||
* | [statistics] Add support for yet another JEDEC encoding scheme | Simon Rettberg | 2022-07-07 | 1 | -1/+3 |
| | |||||
* | [statistics] Decode SPD JEDEC manufacturer IDs | Simon Rettberg | 2022-07-07 | 1 | -0/+36 |
| | |||||
* | [dnbd3] Set default sort order for numeric columns to DESC | Simon Rettberg | 2022-07-07 | 1 | -2/+2 |
| | |||||
* | [statistics] Allow '*' in "any" search filter | Simon Rettberg | 2022-07-07 | 1 | -2/+2 |
| | |||||
* | [passthrough] Adapt to query builder changes | Simon Rettberg | 2022-07-06 | 1 | -1/+1 |
| | |||||
* | [vmstore] Benchmark: Print all output in timeout | Simon Rettberg | 2022-07-06 | 1 | -1/+8 |
| | |||||
* | [vmstore] Fix NFS speed test | Simon Rettberg | 2022-07-06 | 1 | -2/+2 |
| | |||||
* | [statistics] Fix problems with unusual column names in query builder | Simon Rettberg | 2022-07-06 | 2 | -4/+9 |
| | |||||
* | [permissionmanager] Shorten permissionid to 100 chars | Simon Rettberg | 2022-07-06 | 1 | -1/+9 |
| | | | | | | | Upgrading to utf8mb4 fails on older InnoDB setups with a key length limited to 768 bytes. While we could/should probably upgrade these some time, limit the column length for now, as even 100 characters is excessive for a permission id. | ||||
* | [statistics] Fix Chart.js for HDD view | Simon Rettberg | 2022-07-06 | 6 | -96/+110 |
| | |||||
* | [dnbd3/vmstore] Add selection for DNBD3 server, or NFS mode, show any errors | Simon Rettberg | 2022-07-05 | 5 | -33/+114 |
| | |||||
* | [js_chart] Update to Chart.js 3.0.8 | Simon Rettberg | 2022-07-04 | 10 | -159/+121 |
| | |||||
* | [statistics] Add a few more RAM/HDD size groups, future is catching up.. | Simon Rettberg | 2022-07-04 | 1 | -2/+4 |
| | |||||
* | [statistics] Increase RAM size warning limits | Simon Rettberg | 2022-07-04 | 1 | -2/+2 |
| | |||||
* | [vmstore/main] Use property list for results so they work cross-session | Simon Rettberg | 2022-07-04 | 4 | -42/+81 |
| | |||||
* | [rebootcontrol/main] Add subkey column to property_list table | Simon Rettberg | 2022-07-04 | 2 | -4/+20 |
| | | | | | This makes it easier to reference to list entries that have non-trivial data values, e.g. long json data. | ||||
* | [dnbd3/vmstore] Add first version of speedtest/benchmark GUI | Simon Rettberg | 2022-07-01 | 8 | -3/+425 |
| | |||||
* | [rebootcontrol] Fix permission check | Simon Rettberg | 2022-07-01 | 1 | -3/+3 |
| | |||||
* | [dnbd3] Rename/refactor RPC methods/constants | Simon Rettberg | 2022-06-24 | 4 | -56/+54 |
| | |||||
* | [statistics] Fix standby crash filter | Simon Rettberg | 2022-06-23 | 1 | -12/+18 |
| | |||||
* | [statistics] Filter bogus memory speed hints | Simon Rettberg | 2022-06-22 | 1 | -2/+8 |
| | | | | | Sometimes (rounding) configured speed is 2666 while maximum is 2667. Consider those equal. | ||||
* | [statistics] Update translations | Simon Rettberg | 2022-06-17 | 2 | -2/+2 |
| | |||||
* | [statistics] Hide clients with isclient==false from low RAM list | Simon Rettberg | 2022-06-17 | 1 | -0/+15 |
| | |||||
* | [statistics] Show clients with < gigabit ethernet in hints | Simon Rettberg | 2022-06-15 | 8 | -54/+135 |
| | |||||
* | [statistics] Make CPU and system model clickable in machine details | Simon Rettberg | 2022-06-13 | 1 | -2/+10 |
| | |||||
* | [runmode] Show error if no permissions | Simon Rettberg | 2022-06-10 | 1 | -0/+7 |
| | | | | Closes #3909 | ||||
* | [rebootcontrol] Add dedicated permission to view wol/reboot/exec jobs | Simon Rettberg | 2022-06-10 | 4 | -1/+8 |
| | | | | Closes #3909 | ||||
* | [rebootcontrol] Show error message if user has no action.* permission | Simon Rettberg | 2022-06-10 | 2 | -1/+10 |
| | |||||
* | [minilinux] Add option to force another DHCP request in initramfs | Simon Rettberg | 2022-06-09 | 3 | -0/+9 |
| | |||||
* | [dnbd3] Allow overriding dnbd3.sparseFiles | Simon Rettberg | 2022-06-09 | 2 | -2/+3 |
| | |||||
* | [remoteaccess] Track unwakable machines, ignore restricted locations | Simon Rettberg | 2022-06-09 | 4 | -23/+59 |
| | | | | | | | | - Locations that are set to "never" or "only outside business hours" will not be considered during WOL, and not delivered to the guacamole proxy. - If we cannot wake as much machines per remote group as configured, we'll display a little number next to the WOL count setting. | ||||
* | [rebootcontrol] Don't word-wrap in last seen column of subnet table | Simon Rettberg | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Better explanation of "interactive mode" (URL panel) | Simon Rettberg | 2022-06-03 | 2 | -4/+4 |
| | |||||
* | [statistics] Use hostname/ip as page title in client details | Simon Rettberg | 2022-06-03 | 1 | -0/+1 |
| | |||||
* | Revert "[remoteaccess] Avoid waking too many machines" | Simon Rettberg | 2022-06-01 | 1 | -39/+11 |
| | | | | | | | This doesn't make any sense; we already account for this by looking at the woltime column. This reverts commit 0c561cd07c82d09ec5f6f1aa0a92ead403d0952b. | ||||
* | [remoteaccess] Avoid waking too many machines | Simon Rettberg | 2022-05-31 | 1 | -11/+39 |
| | | | | | | | | If a location is assigned to multiple groups, we potentially wake too many machines, as the number of clients that received a WOL in that location when processing group A is not accounted for when peocessing arrives at location B. Keep track of the number of WOLed machines per location to be able to avoid this situation. |