Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Show ID45 partition in green, like ID44 | Simon Rettberg | 2018-03-21 | 1 | -3/+23 |
| | | | | Closes #3325 | ||||
* | [statistics] Refine permissions, add some new ones | Simon Rettberg | 2018-03-04 | 2 | -15/+76 |
| | |||||
* | [statistics] Fix runtime filter (had math backwards) | Simon Rettberg | 2018-01-15 | 1 | -6/+6 |
| | |||||
* | [statistics] Add filters for uptime and hostname | Simon Rettberg | 2018-01-08 | 1 | -5/+39 |
| | | | | Closes #3278 | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -2/+1 |
| | | | | | 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] location filter: Support recursive matching by (ab)using ~ and !~ | Simon Rettberg | 2017-12-07 | 1 | -3/+10 |
| | |||||
* | [roomplanner] Refactor to use runmode | Simon Rettberg | 2017-11-30 | 2 | -9/+47 |
| | |||||
* | [statistics] Handle runmode and its isclient flag | Simon Rettberg | 2017-11-30 | 2 | -4/+32 |
| | |||||
* | [statistics] Introduce state column to get rid of complicated state ↵ | Simon Rettberg | 2017-11-28 | 1 | -10/+10 |
| | | | | | | determination This also adds support for the STANDBY state | ||||
* | [statistics] Helper for getting machine as object from DB (to be extended) | Simon Rettberg | 2017-06-23 | 2 | -0/+113 |
| | |||||
* | [statistics] Remove debug message | Simon Rettberg | 2017-05-17 | 1 | -1/+0 |
| | |||||
* | [statistics] Handle client screens, manage projectors | Simon Rettberg | 2017-04-06 | 1 | -0/+6 |
| | |||||
* | [statistics/locations/..] Cache calculated locationid of machine in machine ↵ | Simon Rettberg | 2016-12-06 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | 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] Add support for parsing GPT output from busybox fdisk | Simon Rettberg | 2016-11-18 | 1 | -4/+51 |
| | |||||
* | [statistics] Make static function static | Simon Rettberg | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | [statistics] Show red hdd icon in client list when filtering by ID44 == 0 ↵ | Simon Rettberg | 2016-11-14 | 1 | -0/+10 |
| | | | | and machine has no HDD installed at all | ||||
* | [statistics] Fix cache lookup of device pciid | Simon Rettberg | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | use INET_ATON() on `clientip` so fix #3000. | Christian Klinger | 2016-09-29 | 1 | -1/+7 |
| | |||||
* | [statistics/locations] Fix query for getting machines for a location | Simon Rettberg | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | [locations/statistics] Make machine counting more consistent | Simon Rettberg | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | [statistics] Escape % and _ in LIKE queries, translate user input * and ? to ↵ | Simon Rettberg | 2016-09-09 | 1 | -1/+6 |
| | | | | % and _ | ||||
* | [statistics] Handle lastboot = 0 as offline, fix hdd parsing, add raw display | Simon Rettberg | 2016-08-22 | 1 | -1/+3 |
| | |||||
* | [statistics] Fix list view and sorting | Simon Rettberg | 2016-08-15 | 1 | -4/+5 |
| | | | | Broken when moving JS snippets around | ||||
* | Add fallback feature to Dictionary functions | Simon Rettberg | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | [statistics] Make filtering more dynamic, remove hard cutoff from summary | Simon Rettberg | 2016-07-29 | 2 | -209/+243 |
| | |||||
* | Merging some refactoring + new filter functionality. | Christian Klinger | 2016-07-15 | 2 | -0/+306 |
| | |||||
* | [statistics] Change delimiter to something more unusual, add captions for ↵ | Simon Rettberg | 2016-07-13 | 1 | -5/+10 |
| | | | | filter options | ||||
* | Squashed commit of the following: | Christian Klinger | 2016-07-13 | 1 | -0/+205 |
commit af19d2aa593a4b4b068a5bc3707d74378625d774 Author: Christian Klinger <spam@klinch.de> Date: Wed Jul 13 12:32:17 2016 +0200 added sorting functionality. commit 0030ebebb49bad18fba8e74184d331be5485ed4e Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 16:09:16 2016 +0200 small improvements. commit 8dc5ee1173ffbc6e689f3197ad4d1ecf700a9374 Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:49:29 2016 +0200 added location fiter. commit 63a2da244a6def5cdd76c654bd5a6a0c108cc47b Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:25:15 2016 +0200 most filters should work. commit 847536b34cec0194c58cb41a17006a8bd88f748d Author: Christian Klinger <spam@klinch.de> Date: Tue Jul 5 15:57:38 2016 +0200 rudimentary filter options. |