summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Little styling for machine-action dropdownSteffen Ritter2020-01-101-0/+8
|
* [statistics] Update translationsSimon Rettberg2019-12-172-1/+6
|
* [statistics] Group remote actions in dropdown menuSimon Rettberg2019-12-171-27/+39
|
* [statistics] Add WOL/exec button to machine detailsSimon Rettberg2019-12-172-14/+32
|
* [statistics] Fix Steffens superpatchSimon Rettberg2019-12-171-2/+2
|
* [statistics] Add filter for runtime and lastbootSteffen Ritter2019-12-171-0/+10
|
* [statistics] Fix for shitty firefoxSteffen Ritter2019-12-171-0/+4
| | | | | Firefox caches elements which results in untranslated filters when you reload the page
* [statistics] Fix date range queries to match by day, not by secondSimon Rettberg2019-12-131-1/+11
|
* [statistics/baseconfig] Redirect to machine details after editingSimon Rettberg2019-12-131-1/+1
|
* [statistics] Add NVMe supportSimon Rettberg2019-12-132-2/+9
|
* Merge branch 'master' into wolSimon Rettberg2019-12-111-0/+1
|\
| * [statistics/roomplanner] Update translationsSimon Rettberg2019-12-111-0/+1
| |
* | [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-103-0/+12
| |
* | [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-075-21/+51
| | | | | | | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end
* | [statistics/rebootcontrol] Implement editing subnetSimon Rettberg2019-11-272-1/+25
|/
* [statistics] api: Update DB on client ipaddr changeSimon Rettberg2019-11-191-7/+12
| | | | | Just logging and ignoring the event spams the event log, also it's more likely that the address actually legitimately changed.
* [statistics] FIX STUFFSimon Rettberg2019-11-081-9/+9
|
* [statistics] Fix filtering by prefixing columns with table nameSimon Rettberg2019-11-081-4/+4
|
* [statistics] Tag clients with overridden config.vars in list viewSimon Rettberg2019-11-085-6/+20
|
* [statistics] ModularizeSimon Rettberg2019-11-078-1155/+1231
|
* [baseconfig] Overhaul hook systemSimon Rettberg2019-11-053-6/+19
| | | | | | This enables us to finally properly show the inheritance flow of all the config variables when editing the baseconfig for a certain location or machine.
* [statistics] Silence notice about undefined array indexSimon Rettberg2019-10-311-6/+2Star
|
* [statistics/baseconfig] Allow per-machine configvar overridesSimon Rettberg2019-10-318-0/+95
|
* [statistics] Don't try to show room plan for non-leaf roomsSimon Rettberg2019-10-311-0/+3
|
* [statistics] Show X for faulty room planSimon Rettberg2019-10-311-1/+1
|
* [statistics] Update translationsSimon Rettberg2019-04-292-0/+4
|
* [statistics] Copy-friendly list of uuid/mac/ip/hostnameSimon Rettberg2019-04-291-4/+60
|
* [statistics] Add captions to RAM/swap barSimon Rettberg2019-04-292-4/+13
|
* [statistics] dmidecode parser: Better handling of memorySimon Rettberg2019-04-251-17/+42
|
* [statistics] Show RAM manufacturer; add JEDEC DB & parserSimon Rettberg2019-04-204-5/+36
|
* [statistics] Handle system an mainboard model separatelySimon Rettberg2019-04-165-21/+44
| | | | ...especially for BIOS updates checks...
* [statistics] Don't center roomplanSimon Rettberg2019-04-101-1/+1
|
* [statistics] Fix smartctl attribute parsingSimon Rettberg2019-04-041-1/+1
|
* [statistics/locations] Add locationid constraints; update on deleteSimon Rettberg2019-04-031-0/+11
| | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations.
* [statistics] clientlist: Add (de)select all buttonSimon Rettberg2019-03-251-2/+13
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-253-113/+33Star
|
* [statistics] Add reboot/shutdown to list and details viewSimon Rettberg2019-03-225-49/+235
|
* [statistics] Show error message if BIOS info fetching failsSimon Rettberg2019-03-193-3/+16
|
* [statistics] Feature: BIOS update infoSimon Rettberg2019-03-198-4/+150
| | | | | Fetch list of known BIOS updates that fix issues wrt. bwLehrpool/OpenSLX/whatever it's called today.
* [statistics/roomplanner] Add SVG roomplan generatorSimon Rettberg2019-03-154-2/+17
| | | | Show in machine details if machine is part of some location's room plan.
* [statistics] Fix: runmode-nonclient always showing as occupied in listSimon Rettberg2019-03-091-1/+1
|
* [statistics] Actually convert all old UUID fallback formatsSimon Rettberg2019-03-061-1/+1
|
* [statistics] Improve display of non-client runmode machinesSimon Rettberg2019-02-212-3/+6
|
* Fix UUID handling; refactor constraints for machineuuidSimon Rettberg2019-02-213-38/+32Star
|
* [statistics] Fix RAM change warning to handle increase tooSimon Rettberg2019-02-191-1/+2
|
* [statistics] Fix copypastaSimon Rettberg2019-01-282-2/+2
|
* [statistics] Cleanup templateSimon Rettberg2019-01-281-1/+0Star
|
* [statistics] Track and display memory/tmp usage of clientsSimon Rettberg2019-01-289-19/+135
|
* [statistics] Minor refactoring (PHP >= 5.6)Simon Rettberg2019-01-242-36/+38
|
* [statistics] Handling of standby state in statistics, log crashesSimon Rettberg2019-01-245-71/+107
| | | | | | | Or rather, not really crashes, but log whenever a client reports a poweron event without reporting a proper shutdown first. This isn't neccessarily a crash but could also be due to power loss, hard poweroff, or network failures.