summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Update translationsSimon Rettberg2019-05-232-0/+4
|
* [statistics] Add captions to RAM/swap barSimon Rettberg2019-05-232-4/+13
|
* [statistics] Handle system an mainboard model separatelySimon Rettberg2019-04-165-21/+44
| | | | ...especially for BIOS updates checks...
* [statistics] Don't center roomplanSimon Rettberg2019-04-091-1/+1
|
* [statistics] Fix smartctl attribute parsingSimon Rettberg2019-04-041-1/+1
|
* [statistics/locations] Add locationid constraints; update on deleteSimon Rettberg2019-04-031-0/+11
| | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations.
* [statistics] clientlist: Add (de)select all buttonSimon Rettberg2019-03-251-2/+13
|
* Introduce JS helper for bootstrap confirm dialogs on button-submitSimon Rettberg2019-03-253-113/+33Star
|
* [statistics] Add reboot/shutdown to list and details viewSimon Rettberg2019-03-225-49/+235
|
* [statistics] Show error message if BIOS info fetching failsSimon Rettberg2019-03-193-3/+16
|
* [statistics] Feature: BIOS update infoSimon Rettberg2019-03-198-4/+150
| | | | | 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-154-2/+17
| | | | 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] Actually convert all old UUID fallback formatsSimon Rettberg2019-03-061-1/+1
|
* [statistics] Improve display of non-client runmode machinesSimon Rettberg2019-02-212-3/+6
|
* Fix UUID handling; refactor constraints for machineuuidSimon Rettberg2019-02-213-38/+32Star
|
* [statistics] Fix RAM change warning to handle increase tooSimon Rettberg2019-02-191-1/+2
|
* [statistics] Fix copypastaSimon Rettberg2019-01-282-2/+2
|
* [statistics] Cleanup templateSimon Rettberg2019-01-281-1/+0Star
|
* [statistics] Track and display memory/tmp usage of clientsSimon Rettberg2019-01-289-19/+135
|
* [statistics] Minor refactoring (PHP >= 5.6)Simon Rettberg2019-01-242-36/+38
|
* [statistics] Handling of standby state in statistics, log crashesSimon Rettberg2019-01-245-71/+107
| | | | | | | 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] Log if client seems to have crashedSimon Rettberg2019-01-212-0/+30
| | | | | | Log when we reset a client's state in the cron job, as well as if we receive a poweron event even though the state in the DB is still IDLE or OCCUPIED.
* [statistics] Improve ID44 filter matchingSimon Rettberg2019-01-211-10/+14
|
* [statistics] Filter malformed screen namesSimon Rettberg2018-12-041-0/+4
|
* [statistics] Add location column in clientlistSteffen Ritter2018-06-062-0/+8
|
* [statistics] Fix select items in filterbox, tweak ID44 size groupingSimon Rettberg2018-04-192-4/+4
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-4/+8
| | | | This is supposed to prevent unneeded js/css from being pulled in
* [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
* [statistics] Don't error out when adding already existent projectorSimon Rettberg2018-03-221-1/+1
|
* [statistics] Show ID45 partition in green, like ID44Simon Rettberg2018-03-212-6/+26
| | | | Closes #3325
* Update translationsSimon Rettberg2018-03-211-1/+1
|
* Update permission translationsSimon Rettberg2018-03-212-8/+22
|
* [statistics] Refine permissions, add some new onesSimon Rettberg2018-03-0414-101/+207
|
* [statistics] Rename permissions a bitSimon Rettberg2018-02-124-13/+13
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-5/+11
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [statistics] Move replace-hook to statistics subdirSimon Rettberg2018-01-181-1/+1
|
* [statistics] Properly display runmode name in client listSimon Rettberg2018-01-152-1/+12
|
* [statistics] Fix runtime filter (had math backwards)Simon Rettberg2018-01-151-6/+6
|
* [statistics] Fix typo in last commitSimon Rettberg2018-01-151-1/+1
|
* [statistics] Fix "filter by cores" button in client listSimon Rettberg2018-01-151-6/+6
| | | | Closes #3284
* [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-117-3/+150
|
* [statistics] Add filters for uptime and hostnameSimon Rettberg2018-01-085-7/+55
| | | | Closes #3278
* [statistics] added permissions to view client statistics, delete clients and ↵Udo Walter2017-12-287-34/+105
| | | | edit notes of clients
* [statistics] Cleaner version for screen connection state handling by using ↵Simon Rettberg2017-12-211-16/+6Star
| | | | nested array feature for queries
* [statistics] Properly mark disconnected sceens as such if the output name ↵Simon Rettberg2017-12-216-88/+239
| | | | changed
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-163-9/+8Star
| | | | | 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
|