summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [eventlog] Improve sample data displaying when editing a filter ruleSimon Rettberg2022-09-122-20/+39
|
* [eventlog] Add more empty rows to filter rule edit pageSimon Rettberg2022-09-121-1/+2
|
* [eventlog] Remove serialized machine data from filtering logicSimon Rettberg2022-09-121-0/+5
| | | | This is "internal data subject to change", so don't tempt anybody.
* [eventlog] Keep sample log data a little longerSimon Rettberg2022-09-121-5/+7
|
* [eventlog] Add machine data to collected notification samplesSimon Rettberg2022-09-123-13/+69
|
* [eventlog] Add nic speed and duplex to filtering optionsSimon Rettberg2022-09-121-0/+4
|
* [eventlog] Fix permission nameSimon Rettberg2022-09-091-3/+3
|
* [statistics_reporting] Fallback for IP and hostnameSteffen Ritter2022-08-221-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 itSimon Rettberg2022-08-011-39/+26Star
|
* [remoteaccess] Don't uncheck currently disabled locations in group editSimon Rettberg2022-07-252-3/+12
|
* [vmstore] Benchmark: Put server list first, add fixed buttonbar at bottomSimon Rettberg2022-07-201-20/+22
|
* [statistics] hints: Sort all tables by hostnameSimon Rettberg2022-07-201-7/+9
|
* [statistics] chart: Fix table highlight not resetting on mouseoutSimon Rettberg2022-07-201-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 translationsSimon Rettberg2022-07-1114-2/+52
|
* [statistics] Add support for yet another JEDEC encoding schemeSimon Rettberg2022-07-071-1/+3
|
* [statistics] Decode SPD JEDEC manufacturer IDsSimon Rettberg2022-07-071-0/+36
|
* [dnbd3] Set default sort order for numeric columns to DESCSimon Rettberg2022-07-071-2/+2
|
* [statistics] Allow '*' in "any" search filterSimon Rettberg2022-07-071-2/+2
|
* [passthrough] Adapt to query builder changesSimon Rettberg2022-07-061-1/+1
|
* [vmstore] Benchmark: Print all output in timeoutSimon Rettberg2022-07-061-1/+8
|
* [vmstore] Fix NFS speed testSimon Rettberg2022-07-061-2/+2
|
* [statistics] Fix problems with unusual column names in query builderSimon Rettberg2022-07-062-4/+9
|
* [permissionmanager] Shorten permissionid to 100 charsSimon Rettberg2022-07-061-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 viewSimon Rettberg2022-07-066-96/+110
|
* [dnbd3/vmstore] Add selection for DNBD3 server, or NFS mode, show any errorsSimon Rettberg2022-07-055-33/+114
|
* [js_chart] Update to Chart.js 3.0.8Simon Rettberg2022-07-0410-159/+121Star
|
* [statistics] Add a few more RAM/HDD size groups, future is catching up..Simon Rettberg2022-07-041-2/+4
|
* [statistics] Increase RAM size warning limitsSimon Rettberg2022-07-041-2/+2
|
* [vmstore/main] Use property list for results so they work cross-sessionSimon Rettberg2022-07-044-42/+81
|
* [rebootcontrol/main] Add subkey column to property_list tableSimon Rettberg2022-07-042-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 GUISimon Rettberg2022-07-018-3/+425
|
* [rebootcontrol] Fix permission checkSimon Rettberg2022-07-011-3/+3
|
* [dnbd3] Rename/refactor RPC methods/constantsSimon Rettberg2022-06-244-56/+54Star
|
* [statistics] Fix standby crash filterSimon Rettberg2022-06-231-12/+18
|
* [statistics] Filter bogus memory speed hintsSimon Rettberg2022-06-221-2/+8
| | | | | Sometimes (rounding) configured speed is 2666 while maximum is 2667. Consider those equal.
* [statistics] Update translationsSimon Rettberg2022-06-172-2/+2
|
* [statistics] Hide clients with isclient==false from low RAM listSimon Rettberg2022-06-171-0/+15
|
* [statistics] Show clients with < gigabit ethernet in hintsSimon Rettberg2022-06-158-54/+135
|
* [statistics] Make CPU and system model clickable in machine detailsSimon Rettberg2022-06-131-2/+10
|
* [runmode] Show error if no permissionsSimon Rettberg2022-06-101-0/+7
| | | | Closes #3909
* [rebootcontrol] Add dedicated permission to view wol/reboot/exec jobsSimon Rettberg2022-06-104-1/+8
| | | | Closes #3909
* [rebootcontrol] Show error message if user has no action.* permissionSimon Rettberg2022-06-102-1/+10
|
* [minilinux] Add option to force another DHCP request in initramfsSimon Rettberg2022-06-093-0/+9
|
* [dnbd3] Allow overriding dnbd3.sparseFilesSimon Rettberg2022-06-092-2/+3
|
* [remoteaccess] Track unwakable machines, ignore restricted locationsSimon Rettberg2022-06-094-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 tableSimon Rettberg2022-06-031-1/+1
|
* [locationinfo] Better explanation of "interactive mode" (URL panel)Simon Rettberg2022-06-032-4/+4
|
* [statistics] Use hostname/ip as page title in client detailsSimon Rettberg2022-06-031-0/+1
|
* Revert "[remoteaccess] Avoid waking too many machines"Simon Rettberg2022-06-011-39/+11Star
| | | | | | | 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 machinesSimon Rettberg2022-05-311-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.