summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Handle system an mainboard model separatelySimon Rettberg2019-04-161-15/+23
| | | | ...especially for BIOS updates checks...
* [statistics] Add reboot/shutdown to list and details viewSimon Rettberg2019-03-221-3/+81
|
* [statistics] Feature: BIOS update infoSimon Rettberg2019-03-191-0/+90
| | | | | 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-151-1/+1
| | | | 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] Improve display of non-client runmode machinesSimon Rettberg2019-02-211-2/+5
|
* [statistics] Track and display memory/tmp usage of clientsSimon Rettberg2019-01-281-9/+28
|
* [statistics] Minor refactoring (PHP >= 5.6)Simon Rettberg2019-01-241-30/+28Star
|
* [statistics] Handling of standby state in statistics, log crashesSimon Rettberg2019-01-241-3/+26
| | | | | | | 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.
* [statistics] Add location column in clientlistSteffen Ritter2018-06-061-0/+1
|
* [statistics] Fix select items in filterbox, tweak ID44 size groupingSimon Rettberg2018-04-191-1/+1
|
* [statistics] Use assertPermission instead of manual error + redirectSimon Rettberg2018-03-311-2/+1Star
|
* [statistics] Fix infinite redirect loopSimon Rettberg2018-03-271-2/+2
| | | | Closes #3339
* Update translationsSimon Rettberg2018-03-211-1/+1
|
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-041-62/+77
|
* [statistics] Rename permissions a bitSimon Rettberg2018-02-121-4/+4
|
* [statistics] Properly display runmode name in client listSimon Rettberg2018-01-151-0/+7
|
* [statistics] Fix display of machine usage history barSimon Rettberg2018-01-121-2/+2
|
* [statistics] Add "replace machines" feature (not linked to anywhere yet)Simon Rettberg2018-01-111-1/+5
|
* [statistics] Add filters for uptime and hostnameSimon Rettberg2018-01-081-1/+11
| | | | Closes #3278
* [statistics] added permissions to view client statistics, delete clients and ↵Udo Walter2017-12-281-23/+49
| | | | edit notes of clients
* [statistics] Properly mark disconnected sceens as such if the output name ↵Simon Rettberg2017-12-211-68/+45Star
| | | | changed
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-4/+3Star
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [statistics] Load stupidtable when displaying listSimon Rettberg2017-12-071-0/+1
|
* [statistics] location filter: Support recursive matching by (ab)using ~ and !~Simon Rettberg2017-12-071-1/+1
|
* [statistics] Add delete functionalitySimon Rettberg2017-12-041-1/+31
|
* [statistics] Add missing filter values to "state"Simon Rettberg2017-12-031-1/+1
|
* [syslog, statistics] Pretty print time, shorten CPU model in listSimon Rettberg2017-12-011-14/+7Star
|
* Merge branch 'master' into permission-managerSimon Rettberg2017-12-011-30/+63
|\
| * [statistics] Handle runmode and its isclient flagSimon Rettberg2017-11-301-10/+50
| |
| * [statistics] Introduce state column to get rid of complicated state ↵Simon Rettberg2017-11-281-21/+9Star
| | | | | | | | | | | | determination This also adds support for the STANDBY state
| * [statistics] Filter 'state' was missing in the client statistics filterJannik Schönartz2017-11-231-1/+6
| |
| * [statistics&syslog] Changed ip to machine-uuid for filtering. Fixed a bug ↵Jannik Schönartz2017-11-201-1/+1
| | | | | | | | where the client-log was losing the specific client when a filter was added.
* | Merge remote-tracking branch 'origin/master' into permission-managerUdo Walter2017-11-211-0/+21
|\| | | | | | | | | | | # Conflicts: # modules-available/backup/templates/_page.html # style/default.css
| * [statistics] Show client details if filter has exactly one resultSimon Rettberg2017-11-131-0/+21
| |
* | [statistics] changed coloring of naviation buttons from blue to 'pressed down';Udo Walter2017-10-131-4/+4
| | | | | | | | added scroll to top button; removed space between filter and 'add filter button'
* | [statistics] fixed inconsistenciesUdo Walter2017-09-281-0/+2
|/
* [statistics] Float cannot be array indexSimon Rettberg2017-06-071-2/+2
|
* [statistics] Handle client screens, manage projectorsSimon Rettberg2017-04-061-0/+70
|
* [statistics] Fetch client log by UUID, not IPSimon Rettberg2017-03-291-1/+1
|
* [statistics/locations/..] Cache calculated locationid of machine in machine ↵Simon Rettberg2016-12-061-3/+0Star
| | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger.
* [statistics] Check if module 'syslog' is active before showing client logSimon Rettberg2016-12-061-25/+27
|
* [statistics] Use new decollapser on front pageSimon Rettberg2016-12-021-7/+10
|
* [statistics] Add support for parsing GPT output from busybox fdiskSimon Rettberg2016-11-181-0/+3
|
* [statistics] Show red hdd icon in client list when filtering by ID44 == 0 ↵Simon Rettberg2016-11-141-1/+11
| | | | and machine has no HDD installed at all
* [statistics] queryFirst -> simpleQuery -.-Simon Rettberg2016-09-091-1/+1
| | | | That's why I felt I fixed it two times; one time was the wrong line :(
* [locations/statistics] Make machine counting more consistentSimon Rettberg2016-09-091-0/+1
|
* [statistics] Used simpleQuery instead of queryFirstSimon Rettberg2016-09-091-1/+1
|
* [statistics] Fix currentuser filterSimon Rettberg2016-09-091-1/+1
|
* [statistics] Show current lecture, use new logging format/columns if possibleSimon Rettberg2016-09-011-2/+20
|