summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
Commit message (Collapse)AuthorAgeFilesLines
...
* [statistics] Add typesSimon Rettberg2022-03-111-18/+19
|
* [statistics] Update translationsSimon Rettberg2022-03-104-0/+6
|
* [statistics] Add standby crash filterSimon Rettberg2022-03-101-0/+22
|
* [statistics] Add comments to the HardwareParser classSimon Rettberg2022-03-091-36/+114
|
* [statistics] Fold constantSimon Rettberg2022-03-091-6/+4Star
|
* [statistics] Make query builder a bit more OOPSimon Rettberg2022-03-099-115/+175
|
* [eventlog] Make more hw properties filterableSimon Rettberg2022-03-091-0/+2
|
* [statistics/passthrough] Consider group<->location mapping for KCLSimon Rettberg2022-03-092-3/+34
|
* [locations] Modularize additional column handlingSimon Rettberg2022-03-093-0/+154
| | | | | Additional columns are now added through a hook, moving specialized code where it belongs.
* [statistics] Remove debug spamSimon Rettberg2022-03-091-2/+2
|
* [statistics] Add lookup table for GPT type UUIDsSimon Rettberg2022-03-093-3/+162
|
* [statistics] Support IOMMU for AMDSimon Rettberg2022-03-091-2/+9
|
* [passthrough] Show+Highlight device from URL hash (link in statistics)Simon Rettberg2022-03-091-1/+1
|
* [statistics] Adapt hw-data parsing to new json format for displaySimon Rettberg2022-03-0918-495/+868
|
* [passthrough] New module for managing hardware passthrough for QEMUSimon Rettberg2022-03-0910-98/+455
|
* [statistics] Support new json-format of hardware info from clientSimon Rettberg2022-03-097-424/+1151
| | | | | | We now try to use JSON output mode from any tool on the client to supply information, for easier parsability and hopefully, a more stable format.
* [statistics] Add additional option to show sysinfosSteffen Ritter2021-10-151-5/+15
| | | | fixes: #3657
* [eventlog] Add event filtering and notification systemSimon Rettberg2021-06-256-45/+97
|
* [statistics] Remove dead codeSimon Rettberg2021-06-081-20/+0Star
|
* Moderize Database handlingSimon Rettberg2021-05-1111-20/+20
| | | | | | | * 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 useless lineSteffen Ritter2021-05-031-1/+0Star
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-253-6/+6
|
* [statistics] Remove logintime filterSimon Rettberg2021-03-121-3/+1Star
| | | | | | Would only work when a user is currently logged in, which is confusing. Remove. References #3842
* [statistics] Fix clientip != filterSimon Rettberg2021-03-121-1/+2
| | | | References #3842
* [statistics] Better check if locationid trigger existsSimon Rettberg2021-03-041-13/+4Star
|
* [statistics] Add soft-delete feature: Resets a client's IP and locationSimon Rettberg2021-02-187-10/+48
| | | | | | | | | Soft-deleting a client doesn't remove its entire data and usage history from the database, but just resets IP and location, so it doesn't appear in its former location anymore. In case a client is removed from a room, this declutters the client statistics. Once the client boots again, location and and IP address will be updated again.
* [statistics] Store ID45 live statsSimon Rettberg2021-02-181-1/+3
|
* [statistics] Show ID45 live statsSimon Rettberg2021-01-293-2/+20
| | | | Closes #3634
* [statistics_reporting/statistics] Include system/runmode total countsSimon Rettberg2020-12-031-0/+18
| | | | References #3781
* [statistics] Fix shift-click select for re-ordered tableSimon Rettberg2020-11-181-0/+1
| | | | Closes #3673
* [statistics] Add shift + click selection to the checkboxesJannik Schönartz2020-11-171-0/+16
|
* [statistics] Honor filters for clients with special modeSimon Rettberg2020-11-091-1/+2
| | | | Closes #3808
* [statistics] Remove trailing $Simon Rettberg2020-10-271-1/+1
|
* [statistics] Fix detection of machines with no HDDSimon Rettberg2020-10-272-3/+3
| | | | | | 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 oneSimon Rettberg2020-09-214-2/+27
| | | | | | 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.
* [statistics] Increase auto-delete timeout for old PCs from 1 to 2 yearsSimon Rettberg2020-08-281-1/+1
| | | | | We've had a manual delete function for quite some time now, so automatic deletion is not that important anymore. Set it to two years for now.
* [serversetup-bwlp-ipxe/statistics] Sanitize strings from clientsSimon Rettberg2020-07-311-10/+14
| | | | | | Some string from the clients might not be well suited for utf-8 representation. Add wrapper functions that clean utf-8 strings, or convert ANSI strings to UTF-8 while removing problematic chars.
* [statistics] Improve fdisk parsing for goofy fdisk variantsSimon Rettberg2020-07-101-0/+6
|
* [statistics] Keep track of client runmodeSimon Rettberg2020-07-072-0/+18
|
* [statistics] Fix system model list width in summary modeSimon Rettberg2020-07-071-3/+3
|
* [statistics] Fix querying location 0 (no location)Simon Rettberg2020-06-031-0/+2
|
* [statistics] Less strict IP address validationSimon Rettberg2020-06-021-6/+0Star
| | | | This didn't actually accept 1.2.3.*
* [statistics] Make ~ default for location filterSimon Rettberg2020-05-151-2/+1Star
|
* [statistics] Fix lastboot, uptime and status filtersSimon Rettberg2020-05-101-4/+4
|
* [statistics] Update translationsSimon Rettberg2020-05-074-0/+12
|
* [statistics] Stricter verification of IP addressesSimon Rettberg2020-05-071-3/+31
|
* [statistics] Re-introduce "with sublocations" for location filterSimon Rettberg2020-05-051-3/+4
|
* [statistics] Fix handling POST for sub-pagesSimon Rettberg2020-05-051-16/+20
| | | | Fixes machine replace etc.
* [rebootcontrol/statistics] Move subnet size handling to hookSimon Rettberg2020-04-271-24/+0Star
|
* [statistics] Track CPU temperature as wellSimon Rettberg2020-04-274-7/+19
|