Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Also adapt MAC-UUID fixing code to mltk changes | Simon Rettberg | 2017-11-21 | 1 | -1/+1 |
| | | | | Refs #3227 | ||||
* | [statistics&syslog] Fix possible cron delete query overflow | Simon Rettberg | 2017-11-15 | 1 | -3/+14 |
| | |||||
* | [statistics] Show client details if filter has exactly one result | Simon Rettberg | 2017-11-13 | 1 | -0/+21 |
| | |||||
* | [statistics] api: Allow specifying client type | Simon Rettberg | 2017-11-03 | 1 | -27/+42 |
| | |||||
* | [translation] Added translation for 'subnet' filter | Steffen Ritter | 2017-09-05 | 3 | -3/+6 |
| | |||||
* | [statistics] Helper for getting machine as object from DB (to be extended) | Simon Rettberg | 2017-06-23 | 2 | -0/+113 |
| | |||||
* | [statistics] Float cannot be array index | Simon Rettberg | 2017-06-07 | 1 | -2/+2 |
| | |||||
* | [statistics] Remove debug message | Simon Rettberg | 2017-05-17 | 1 | -1/+0 |
| | |||||
* | [statistics] Compat to old DB in conftgz hook | Simon Rettberg | 2017-05-10 | 1 | -19/+21 |
| | |||||
* | [statistics] Fix typo in install.inc.php | Simon Rettberg | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | [statistics] Hide "add beamer" for screens with no EDID | Simon Rettberg | 2017-05-10 | 3 | -2/+6 |
| | |||||
* | Update translations | Simon Rettberg | 2017-04-07 | 2 | -0/+10 |
| | |||||
* | [statistics] Better errormsg in install, link to projectors added | Simon Rettberg | 2017-04-07 | 2 | -6/+11 |
| | |||||
* | [statistics] Handle client screens, manage projectors | Simon Rettberg | 2017-04-06 | 7 | -3/+284 |
| | |||||
* | [statistics] Fetch client log by UUID, not IP | Simon Rettberg | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵ | Simon Rettberg | 2017-01-11 | 1 | -0/+8 |
| | | | | been updated | ||||
* | [statistics/locations/..] Cache calculated locationid of machine in machine ↵ | Simon Rettberg | 2016-12-06 | 4 | -13/+69 |
| | | | | | | | | | | | | | | | 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 log | Simon Rettberg | 2016-12-06 | 1 | -25/+27 |
| | |||||
* | [statistics] Use new decollapser on front page | Simon Rettberg | 2016-12-02 | 5 | -23/+45 |
| | |||||
* | [statistics] Add support for parsing GPT output from busybox fdisk | Simon Rettberg | 2016-11-18 | 2 | -4/+54 |
| | |||||
* | [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 | 3 | -1/+24 |
| | | | | 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 |
| | |||||
* | [statistics] queryFirst -> simpleQuery -.- | Simon Rettberg | 2016-09-09 | 1 | -1/+1 |
| | | | | That's why I felt I fixed it two times; one time was the wrong line :( | ||||
* | [locations/statistics] Make machine counting more consistent | Simon Rettberg | 2016-09-09 | 3 | -2/+3 |
| | |||||
* | [statistics] Used simpleQuery instead of queryFirst | 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] Fix currentuser filter | Simon Rettberg | 2016-09-09 | 4 | -2/+5 |
| | |||||
* | [statistics] Fix pressing return in "add filter" dialog | Simon Rettberg | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | [statistics] Fix list sorting once again | Simon Rettberg | 2016-09-09 | 1 | -0/+1 |
| | |||||
* | [statistics] Show current lecture, use new logging format/columns if possible | Simon Rettberg | 2016-09-01 | 3 | -16/+59 |
| | |||||
* | [statistics] Enlarge position column as json might get a little longer | Simon Rettberg | 2016-09-01 | 1 | -1/+25 |
| | |||||
* | [statistics] Fix toggle between list and stats | Simon Rettberg | 2016-09-01 | 1 | -1/+0 |
| | |||||
* | minor improvements including #2970. | Christian Klinger | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | [statistics] Handle lastboot = 0 as offline, fix hdd parsing, add raw display | Simon Rettberg | 2016-08-22 | 2 | -10/+22 |
| | |||||
* | Modularize cron api | Simon Rettberg | 2016-08-22 | 1 | -0/+18 |
| | | | | | Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php | ||||
* | Clean up css a bit | Simon Rettberg | 2016-08-17 | 4 | -4/+4 |
| | |||||
* | [statistics] Fix list view and sorting | Simon Rettberg | 2016-08-15 | 3 | -43/+46 |
| | | | | Broken when moving JS snippets around | ||||
* | Add fallback feature to Dictionary functions | Simon Rettberg | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | [statistics] Tweak layout, ellipsis in table without ruining layout (super ↵ | Simon Rettberg | 2016-08-02 | 5 | -29/+34 |
| | | | | awesome solution) | ||||
* | [statistics] Fix class name typo | Simon Rettberg | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | [statistics] Fix minor layout issues | Simon Rettberg | 2016-07-29 | 2 | -36/+40 |
| | |||||
* | [statistics] Make filtering more dynamic, remove hard cutoff from summary | Simon Rettberg | 2016-07-29 | 8 | -228/+310 |
| | |||||
* | use ellipsis via CSS to prevent long systemmodels to break the layout. | Christian Klinger | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Merging some refactoring + new filter functionality. | Christian Klinger | 2016-07-15 | 12 | -667/+679 |
| | |||||
* | [statistics] Allow larger RAM... | Simon Rettberg | 2016-07-14 | 1 | -2/+2 |
| | |||||
* | Update translations | Simon Rettberg | 2016-07-14 | 4 | -4/+14 |
| | |||||
* | [statistics] Add location to filter dropdown list | Simon Rettberg | 2016-07-13 | 3 | -9/+37 |
| |