summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Fix handling POST for sub-pagesSimon Rettberg2020-05-051-16/+20
| | | | Fixes machine replace etc.
* [statistics] New filter UISimon Rettberg2020-04-201-1/+23
|
* [statistics/rebootcontrol] Add remote exec UISimon Rettberg2019-12-101-0/+4
|
* [statistics/rebootcontrol] Add WOL button to statistics moduleSimon Rettberg2019-12-071-20/+40
| | | | | * 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-271-1/+1
|
* [statistics] ModularizeSimon Rettberg2019-11-071-1117/+59Star
|
* [statistics] Silence notice about undefined array indexSimon Rettberg2019-10-311-6/+2Star
|
* [statistics/baseconfig] Allow per-machine configvar overridesSimon Rettberg2019-10-311-0/+7
|
* [statistics] Don't try to show room plan for non-leaf roomsSimon Rettberg2019-10-311-0/+3
|
* [statistics] Show RAM manufacturer; add JEDEC DB & parserSimon Rettberg2019-04-201-1/+1
|
* [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
|