summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Keep statistics longer for analysisSteffen Ritter2024-01-251-1/+1
|
* [locations/statistics] More type safety, array key checksSimon Rettberg2024-01-183-10/+16
|
* Fix type errorsSimon Rettberg2024-01-171-1/+1
|
* [statistics] Sanitize live values from clientSimon Rettberg2023-12-141-1/+5
|
* Update translationsSimon Rettberg2023-11-201-1/+1
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-155-12/+19
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-1416-154/+103Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-023-11/+3Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* [statistics] Fix mysql regex to delete non-ASCII valuesSimon Rettberg2023-10-301-1/+4
| | | | | | | | | Before updating columns to ASCII only, make sure there are no entries that contain invalid characters. Unfortunately mysql took the stupid approach of treating a-z as "any alphabetic character" by default, so we'd retain Ä and ſ too. Also, stupid me for not verifying this every time I use a regex engine anywhere.
* Fix a few deprecation warnings on PHP 8.2Simon Rettberg2023-10-061-1/+3
|
* [statistics] Fix status-iconSimon Rettberg2023-09-251-1/+4
|
* [statistics] Add hints for old CPUs (to be implemented on client)Simon Rettberg2023-09-255-1/+63
|
* [statistics] Add more manufacturer name fixesSimon Rettberg2023-08-031-5/+12
|
* [statistics] Add even more more weird JEDEC encodingsSimon Rettberg2023-08-031-22/+39
|
* [statistics] Move functionSimon Rettberg2023-08-031-14/+14
|
* [statistics] Support yet another weird JEDEC encodingSimon Rettberg2023-08-021-2/+10
|
* [statistics] Add button to copy existing ruleSimon Rettberg2023-08-021-0/+5
|
* [statistics] Don't duplicate user in .vmchooser-session eventSimon Rettberg2023-07-181-2/+0Star
| | | | It's already there from the machine table data as currentuser
* [statistics] Fix invalid array accessSimon Rettberg2023-06-281-1/+1
|
* [statistics] hints: Only show machines active in recent past (60 days)Simon Rettberg2023-05-241-0/+5
|
* [statistics] Add filter for HDD rpmSimon Rettberg2023-05-114-3/+24
|
* [statistics] Fix system model filterSimon Rettberg2023-05-102-1/+38
|
* [statistics] Fix typoSimon Rettberg2023-05-102-2/+2
|
* [statistics] Fix spelling errorSteffen Ritter2023-05-081-1/+1
|
* [statistics] Fix lang: Old and new were swappedSimon Rettberg2023-04-242-4/+4
|
* [statistics] Remove anydev filterSimon Rettberg2023-04-241-1/+1
| | | | Doesn't make any sense if you don't know what it does :-)
* [statistics] Fix warning on empty list; add commentsSimon Rettberg2023-02-281-22/+29
|
* [statistics] Fix notice on invalid array key accessSimon Rettberg2023-02-061-1/+1
|
* [statistics] Modernize column handling in JS for filter and show/hideSimon Rettberg2023-01-201-54/+29Star
|
* [statistics] Expose proper id44/45 values in ~poweron event filteringSimon Rettberg2023-01-202-8/+15
|
* [statistics] Listview: Display roomlayout and unique properties in a sidebarSimon Rettberg2023-01-185-7/+89
| | | | | .... if viewport is wide enouh, it will be a sidebar, otherwise, it will be displayed above the actual list.
* [statistics] Remove debug messageSimon Rettberg2023-01-111-1/+0Star
|
* [statistics] Add hint regarding blue tint of usage graphSimon Rettberg2023-01-054-8/+10
|
* [statistics] Fix graph background if there are no lecturesSimon Rettberg2023-01-051-0/+1
|
* [statistics] Only show graph if no non-location filters are setSimon Rettberg2022-12-083-43/+83
| | | | Closes #3694
* [statistics] Add ID45 partition size filterSimon Rettberg2022-12-064-7/+10
| | | | Closes #3927
* [statistics] Per-location usage stats; include active lecture countSimon Rettberg2022-12-026-34/+181
|
* [statistics] Add NIC Speed to client list, switch to Dictionary::number()Simon Rettberg2022-11-152-7/+30
|
* [inc/Dictionary] Add locale-aware number formatting methodSimon Rettberg2022-11-151-3/+3
|
* [statistics] Fix potential invalid array accessSimon Rettberg2022-11-151-1/+1
|
* [statistics] Add ID45 column to client listSimon Rettberg2022-11-112-4/+10
|
* [statistics] Client list: Add option to hide columnsSimon Rettberg2022-11-116-3/+68
|
* [statistics] Add placeholder to filtersSimon Rettberg2022-11-111-2/+2
|
* [statistics] Fake one HDD if machine has old-style sysinfo dataSimon Rettberg2022-10-311-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.
* [statistics] Deal with broken HDDs that lead to incomplete dataSimon Rettberg2022-10-312-1/+4
| | | | | | | We had a machine with a broken HDD that showed up as /dev/sda but didn't do much else, confusing tools like lsblk and fdisk, and ultimately leading to incomplete data in our DB that would make PHP freak out too much about missing array indices and wrong types.
* [statistics] Add machine state icon to hints tablesSimon Rettberg2022-10-276-0/+35
|
* [statistics] Don't wrap partition name column in machine viewSimon Rettberg2022-10-271-1/+3
|
* [statistics] Force-override partiton name for 44/45 in machine viewSimon Rettberg2022-10-271-1/+1
|
* [statistics] Use partition numbers from kernelSimon Rettberg2022-10-262-10/+24
|
* [statistics] Remove test codeSimon Rettberg2022-09-281-10/+0Star
|