Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [passthrough] Add location assignment page | Simon Rettberg | 2022-03-09 | 4 | -2/+81 |
| | |||||
* | [statistics/passthrough] Consider group<->location mapping for KCL | Simon Rettberg | 2022-03-09 | 6 | -3/+102 |
| | |||||
* | [eventlog] install: Fix SQL | Simon Rettberg | 2022-03-09 | 2 | -3/+3 |
| | |||||
* | [locations] Modularize additional column handling | Simon Rettberg | 2022-03-09 | 18 | -236/+467 |
| | | | | | Additional columns are now added through a hook, moving specialized code where it belongs. | ||||
* | [permissionmanager] Fix for PHP 8 | Simon Rettberg | 2022-03-09 | 1 | -1/+3 |
| | |||||
* | [statistics] Remove debug spam | Simon Rettberg | 2022-03-09 | 1 | -2/+2 |
| | |||||
* | [statistics] Add lookup table for GPT type UUIDs | Simon Rettberg | 2022-03-09 | 3 | -3/+162 |
| | |||||
* | [eventlog] Allow filtering by select hardware info (to be extended) | Simon Rettberg | 2022-03-09 | 3 | -14/+65 |
| | |||||
* | [statistics] Support IOMMU for AMD | Simon Rettberg | 2022-03-09 | 1 | -2/+9 |
| | |||||
* | [eventlog] Add id45mb, add comment | Simon Rettberg | 2022-03-09 | 1 | -1/+2 |
| | |||||
* | [passthrough] Make buttonbar fixed at bottom of screen | Simon Rettberg | 2022-03-09 | 1 | -9/+11 |
| | |||||
* | [passthrough] Show+Highlight device from URL hash (link in statistics) | Simon Rettberg | 2022-03-09 | 2 | -2/+14 |
| | |||||
* | [statistics] Adapt hw-data parsing to new json format for display | Simon Rettberg | 2022-03-09 | 21 | -528/+891 |
| | |||||
* | [passthrough] New module for managing hardware passthrough for QEMU | Simon Rettberg | 2022-03-09 | 17 | -105/+793 |
| | |||||
* | [statistics] Support new json-format of hardware info from client | Simon Rettberg | 2022-03-09 | 7 | -424/+1151 |
| | | | | | | We now try to use JSON output mode from any tool on the client to supply information, for easier parsability and hopefully, a more stable format. | ||||
* | [statistics_reporting] Gather some more os infos | Steffen Ritter | 2022-01-31 | 1 | -0/+9 |
| | | | | | | * IP address * Hostname by reverse lookup on IP * OS name/version | ||||
* | [statistics_reporting] Always send a minimal report | Steffen Ritter | 2021-11-05 | 2 | -41/+41 |
| | | | | | | | Even if reporting is disabled send an absolute minimal report which includes at least the satellite version but nothing more. This is just for tracking how many servers are in use. | ||||
* | [dozmod] new resource to request image details | ralph isenmann | 2021-10-29 | 1 | -1/+21 |
| | | | | Updates: #3838 | ||||
* | [baseconfig] Don't reenable shadowed config var | Steffen Ritter | 2021-10-21 | 1 | -0/+5 |
| | | | | Fixes: #3595 | ||||
* | [sysconfig] Urge users to upload only svg images... | Steffen Ritter | 2021-10-18 | 1 | -1/+1 |
| | | | | | | | as branding. You can still change the file format in the browser dialog and hope that other file extensions work. Partly fixes #2861 | ||||
* | [statistics] Add additional option to show sysinfos | Steffen Ritter | 2021-10-15 | 1 | -5/+15 |
| | | | | fixes: #3657 | ||||
* | [eventlog] Check permissions; add synamic suggestions for keys | Simon Rettberg | 2021-06-28 | 5 | -19/+120 |
| | |||||
* | [eventlog] Add event filtering and notification system | Simon Rettberg | 2021-06-25 | 30 | -101/+1862 |
| | |||||
* | [locations/minilinux] Minor cleanups and fixes | Simon Rettberg | 2021-06-24 | 2 | -1/+2 |
| | |||||
* | [dnbd3] Update translations | Simon Rettberg | 2021-06-24 | 2 | -5/+5 |
| | |||||
* | [statistics] Remove dead code | Simon Rettberg | 2021-06-08 | 1 | -20/+0 |
| | |||||
* | Moderize Database handling | Simon Rettberg | 2021-05-11 | 73 | -145/+147 |
| | | | | | | | * Auto-convert to utf8mb4_unicode_520_ci * Use foreach instead of while to loop over results * Drop useless statement caching * Keep emulated prepares, as we sometimes loop over nested queries | ||||
* | [session] Add simple session overview table | Simon Rettberg | 2021-05-11 | 4 | -4/+50 |
| | |||||
* | [session] Add option to bind session to IP address | Simon Rettberg | 2021-05-11 | 4 | -5/+12 |
| | |||||
* | [main+Session] Move session from /tmp/ to session table | Simon Rettberg | 2021-05-11 | 9 | -15/+29 |
| | |||||
* | [systemstatus] Fix displaying VM store usage if using internal storagev3.10v3.10 | Simon Rettberg | 2021-05-11 | 1 | -4/+4 |
| | |||||
* | [minilinux] Fix: List of used menus was incomplete | Simon Rettberg | 2021-05-07 | 1 | -6/+3 |
| | |||||
* | [baseconfig] Fix AIOOB warning | Simon Rettberg | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Add missing default keys for panels | Simon Rettberg | 2021-05-06 | 1 | -0/+2 |
| | |||||
* | [remoteaccess] Add VNC port to client config | Simon Rettberg | 2021-05-05 | 1 | -1/+2 |
| | |||||
* | [vmstore] Fix displaying mount task output | Simon Rettberg | 2021-05-04 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Add message when exiting from iPXE | Simon Rettberg | 2021-05-03 | 2 | -2/+4 |
| | |||||
* | [minilinux] Remove debug log | Steffen Ritter | 2021-05-03 | 1 | -1/+0 |
| | |||||
* | [statistics] Remove useless line | Steffen Ritter | 2021-05-03 | 1 | -1/+0 |
| | |||||
* | [sysconfig] Layout clearfix | Steffen Ritter | 2021-04-30 | 1 | -0/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Disallow editing .special entries | Simon Rettberg | 2021-04-27 | 3 | -4/+18 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix localboot via exit | Simon Rettberg | 2021-04-27 | 2 | -2/+6 |
| | |||||
* | [rebootcontrol] Simple support for displaying SVG from stdout | Simon Rettberg | 2021-04-26 | 1 | -0/+7 |
| | |||||
* | [vmstore] Fix display of mount task status | Simon Rettberg | 2021-04-23 | 1 | -1/+4 |
| | |||||
* | [minilinux] Prevent overflow | Simon Rettberg | 2021-04-21 | 1 | -1/+2 |
| | |||||
* | [dozmod] Always render expired/orphaned images template | Simon Rettberg | 2021-04-21 | 1 | -8/+3 |
| | | | | | | Now that the orphaned image scan exists, it doesn't make sense to hide the whole page if there are no expired images, preventing the user from scanning for orphaned files. | ||||
* | [dozmod] Add checkbox for "allow student download" | Simon Rettberg | 2021-04-21 | 4 | -1/+17 |
| | |||||
* | [dozmod] Update translations | Steffen Ritter | 2021-04-21 | 1 | -5/+5 |
| | |||||
* | [permissionmanager] Add remoteaccess to default roles | Steffen Ritter | 2021-04-21 | 1 | -0/+2 |
| | |||||
* | [inc/Trigger] Remember ::ipxe() result and return it on subsequent calls | Simon Rettberg | 2021-04-20 | 1 | -1/+3 |
| | | | | | | | This fixes triggering two or more compile runs in one request, which is most likely pointless as it would generate the same result. Just remember the return value (task id) from the first onvication and return it right away. |