Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Display/filter by firmware in client list | Simon Rettberg | 2024-12-18 | 1 | -1/+1 |
| | |||||
* | [locations/statistics] More type safety, array key checks | Simon Rettberg | 2024-01-18 | 1 | -2/+6 |
| | |||||
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -2/+2 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -15/+2 |
| | |||||
* | [statistics] Fix warning on empty list; add comments | Simon Rettberg | 2023-02-28 | 1 | -22/+29 |
| | |||||
* | [statistics] Listview: Display roomlayout and unique properties in a sidebar | Simon Rettberg | 2023-01-18 | 1 | -1/+46 |
| | | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list. | ||||
* | [statistics] Add NIC Speed to client list, switch to Dictionary::number() | Simon Rettberg | 2022-11-15 | 1 | -3/+17 |
| | |||||
* | [statistics] Add ID45 column to client list | Simon Rettberg | 2022-11-11 | 1 | -1/+2 |
| | |||||
* | [statistics] Fake one HDD if machine has old-style sysinfo data | Simon Rettberg | 2022-10-31 | 1 | -0/+4 |
| | | | | | | | | If the machine never booted with the new JSON-style HW info reporting, we don't have any information about the number of HDDs in that system. These machines would show up with a red "missing HDD" icon in the machine list, which is bad. For now, if we have no meta data but know the machine has an ID44 partition, just assume the machine has one HDD. | ||||
* | [js_chart] Update to Chart.js 3.0.8 | Simon Rettberg | 2022-07-04 | 1 | -0/+2 |
| | |||||
* | [statistics] Show HDD count in list view | Simon Rettberg | 2022-05-10 | 1 | -20/+26 |
| | |||||
* | [statistics] Add PCI device filter option | Simon Rettberg | 2022-04-13 | 1 | -2/+2 |
| | |||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| | | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries | ||||
* | [statistics] Remove trailing $ | Simon Rettberg | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | [statistics] Fix detection of machines with no HDD | Simon Rettberg | 2020-10-27 | 1 | -1/+1 |
| | | | | | | This was broken in two ways: The filters were renamed, but we still tried to match the old names (since these are strings :(), and then we need to ignore devicemapper devices reported on MaxiLinux. | ||||
* | [statistics] Show if current runmode is different from configured one | Simon Rettberg | 2020-09-21 | 1 | -1/+12 |
| | | | | | | This isn't accounting for fake runmodes like "remoteaccess" or "exams", which aren't stored in the database, but actually, this might be beneficial, as you want to actually see if the clients are in this mode. | ||||
* | Minor tweaks and cleanups | Simon Rettberg | 2020-04-25 | 1 | -3/+0 |
| | |||||
* | [statistics] Fix subnet filter link in client list | Simon Rettberg | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | [statistics] Refactor filter creation (Part 1) | Simon Rettberg | 2020-04-21 | 1 | -3/+2 |
| | | | | | | | | Filter classes are now instances of their respective classes, to move more logic into those classes. A bind method is used for assigning actual operator and argument values. renderFilterBox() is still a little too messy, maybe a clever class for mapping a (bound) filter to data for mustache will come in handy here. | ||||
* | [statistics] New filter UI | Simon Rettberg | 2020-04-20 | 1 | -9/+2 |
| | |||||
* | [statistics] Make sort order in client list match the location tree | Simon Rettberg | 2020-04-16 | 1 | -1/+14 |
| | | | | | | It's still not showing the actual tree, but sorting is the same as the location list now, but obviously skipping locations where no clients match the display filter. | ||||
* | [statistics] Show current user in client list | Simon Rettberg | 2020-04-16 | 1 | -1/+4 |
| | |||||
* | [statistics/rebootcontrol] Add remote exec UI | Simon Rettberg | 2019-12-10 | 1 | -0/+2 |
| | |||||
* | [statistics/rebootcontrol] Add WOL button to statistics module | Simon Rettberg | 2019-12-07 | 1 | -1/+3 |
| | | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end | ||||
* | [statistics] Tag clients with overridden config.vars in list view | Simon Rettberg | 2019-11-08 | 1 | -4/+5 |
| | |||||
* | [statistics] Modularize | Simon Rettberg | 2019-11-07 | 1 | -0/+129 |