Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [statistics] Fix handling POST for sub-pages | Simon Rettberg | 2020-05-07 | 1 | -17/+18 |
| | | | | Fixes machine replace etc. | ||||
* | [statistics] Make sort order in client list match the location tree | Simon Rettberg | 2020-05-07 | 2 | -2/+15 |
| | | | | | | It's still not showing the actual tree, but sorting is the same as the location list now, but obviously skipping locations where no clients match the display filter. | ||||
* | [statistics] Show current user in client list | Simon Rettberg | 2020-05-07 | 2 | -1/+10 |
| | |||||
* | [statistics] Add hook for client machine events | Simon Rettberg | 2020-05-07 | 1 | -0/+3 |
| | | | | Now other modules can react to poweron/off etc. | ||||
* | [statistics] Little styling for machine-action dropdown | Steffen Ritter | 2020-01-10 | 1 | -0/+8 |
| | |||||
* | [statistics] Update translations | Simon Rettberg | 2019-12-17 | 2 | -1/+6 |
| | |||||
* | [statistics] Group remote actions in dropdown menu | Simon Rettberg | 2019-12-17 | 1 | -27/+39 |
| | |||||
* | [statistics] Add WOL/exec button to machine details | Simon Rettberg | 2019-12-17 | 2 | -14/+32 |
| | |||||
* | [statistics] Fix Steffens superpatch | Simon Rettberg | 2019-12-17 | 1 | -2/+2 |
| | |||||
* | [statistics] Add filter for runtime and lastboot | Steffen Ritter | 2019-12-17 | 1 | -0/+10 |
| | |||||
* | [statistics] Fix for shitty firefox | Steffen Ritter | 2019-12-17 | 1 | -0/+4 |
| | | | | | Firefox caches elements which results in untranslated filters when you reload the page | ||||
* | [statistics] Fix date range queries to match by day, not by second | Simon Rettberg | 2019-12-13 | 1 | -1/+11 |
| | |||||
* | [statistics/baseconfig] Redirect to machine details after editing | Simon Rettberg | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | [statistics] Add NVMe support | Simon Rettberg | 2019-12-13 | 2 | -2/+9 |
| | |||||
* | Merge branch 'master' into wol | Simon Rettberg | 2019-12-11 | 1 | -0/+1 |
|\ | |||||
| * | [statistics/roomplanner] Update translations | Simon Rettberg | 2019-12-11 | 1 | -0/+1 |
| | | |||||
* | | [statistics/rebootcontrol] Add remote exec UI | Simon Rettberg | 2019-12-10 | 3 | -0/+12 |
| | | |||||
* | | [statistics/rebootcontrol] Add WOL button to statistics module | Simon Rettberg | 2019-12-07 | 5 | -21/+51 |
| | | | | | | | | | | * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end | ||||
* | | [statistics/rebootcontrol] Implement editing subnet | Simon Rettberg | 2019-11-27 | 2 | -1/+25 |
|/ | |||||
* | [statistics] api: Update DB on client ipaddr change | Simon Rettberg | 2019-11-19 | 1 | -7/+12 |
| | | | | | Just logging and ignoring the event spams the event log, also it's more likely that the address actually legitimately changed. | ||||
* | [statistics] FIX STUFF | Simon Rettberg | 2019-11-08 | 1 | -9/+9 |
| | |||||
* | [statistics] Fix filtering by prefixing columns with table name | Simon Rettberg | 2019-11-08 | 1 | -4/+4 |
| | |||||
* | [statistics] Tag clients with overridden config.vars in list view | Simon Rettberg | 2019-11-08 | 5 | -6/+20 |
| | |||||
* | [statistics] Modularize | Simon Rettberg | 2019-11-07 | 8 | -1155/+1231 |
| | |||||
* | [baseconfig] Overhaul hook system | Simon Rettberg | 2019-11-05 | 3 | -6/+19 |
| | | | | | | This enables us to finally properly show the inheritance flow of all the config variables when editing the baseconfig for a certain location or machine. | ||||
* | [statistics] Silence notice about undefined array index | Simon Rettberg | 2019-10-31 | 1 | -6/+2 |
| | |||||
* | [statistics/baseconfig] Allow per-machine configvar overrides | Simon Rettberg | 2019-10-31 | 8 | -0/+95 |
| | |||||
* | [statistics] Don't try to show room plan for non-leaf rooms | Simon Rettberg | 2019-10-31 | 1 | -0/+3 |
| | |||||
* | [statistics] Show X for faulty room plan | Simon Rettberg | 2019-10-31 | 1 | -1/+1 |
| | |||||
* | [statistics] Update translations | Simon Rettberg | 2019-04-29 | 2 | -0/+4 |
| | |||||
* | [statistics] Copy-friendly list of uuid/mac/ip/hostname | Simon Rettberg | 2019-04-29 | 1 | -4/+60 |
| | |||||
* | [statistics] Add captions to RAM/swap bar | Simon Rettberg | 2019-04-29 | 2 | -4/+13 |
| | |||||
* | [statistics] dmidecode parser: Better handling of memory | Simon Rettberg | 2019-04-25 | 1 | -17/+42 |
| | |||||
* | [statistics] Show RAM manufacturer; add JEDEC DB & parser | Simon Rettberg | 2019-04-20 | 4 | -5/+36 |
| | |||||
* | [statistics] Handle system an mainboard model separately | Simon Rettberg | 2019-04-16 | 5 | -21/+44 |
| | | | | ...especially for BIOS updates checks... | ||||
* | [statistics] Don't center roomplan | Simon Rettberg | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | [statistics] Fix smartctl attribute parsing | Simon Rettberg | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | [statistics/locations] Add locationid constraints; update on delete | Simon Rettberg | 2019-04-03 | 1 | -0/+11 |
| | | | | | We didn't update subnetlocationid when deleting a location, leading to machines pointing to invalid locations. | ||||
* | [statistics] clientlist: Add (de)select all button | Simon Rettberg | 2019-03-25 | 1 | -2/+13 |
| | |||||
* | Introduce JS helper for bootstrap confirm dialogs on button-submit | Simon Rettberg | 2019-03-25 | 3 | -113/+33 |
| | |||||
* | [statistics] Add reboot/shutdown to list and details view | Simon Rettberg | 2019-03-22 | 5 | -49/+235 |
| | |||||
* | [statistics] Show error message if BIOS info fetching fails | Simon Rettberg | 2019-03-19 | 3 | -3/+16 |
| | |||||
* | [statistics] Feature: BIOS update info | Simon Rettberg | 2019-03-19 | 8 | -4/+150 |
| | | | | | Fetch list of known BIOS updates that fix issues wrt. bwLehrpool/OpenSLX/whatever it's called today. | ||||
* | [statistics/roomplanner] Add SVG roomplan generator | Simon Rettberg | 2019-03-15 | 4 | -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 list | Simon Rettberg | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | [statistics] Actually convert all old UUID fallback formats | Simon Rettberg | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | [statistics] Improve display of non-client runmode machines | Simon Rettberg | 2019-02-21 | 2 | -3/+6 |
| | |||||
* | Fix UUID handling; refactor constraints for machineuuid | Simon Rettberg | 2019-02-21 | 3 | -38/+32 |
| | |||||
* | [statistics] Fix RAM change warning to handle increase too | Simon Rettberg | 2019-02-19 | 1 | -1/+2 |
| | |||||
* | [statistics] Fix copypasta | Simon Rettberg | 2019-01-28 | 2 | -2/+2 |
| |