Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [remoteaccess] Add support for remote edit (reservation and scp task trigger)remote-edit-vm | Jannik Schönartz | 2021-11-29 | 2 | -0/+74 |
| | |||||
* | [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. | ||||
* | [serversetup-bwlp-ipxe] Add iPXE version selector | Simon Rettberg | 2021-04-20 | 10 | -79/+267 |
| | |||||
* | [sysconfig] Enforce proper ldadp services running on reboot/install | Simon Rettberg | 2021-04-20 | 2 | -0/+6 |
| | |||||
* | [remoteaccess] Make plugin version display prettier | Simon Rettberg | 2021-04-15 | 1 | -2/+9 |
| | |||||
* | [baseconfig_bwlp] Add SLX_PRINT_REUSE_PASSWORD | Simon Rettberg | 2021-04-09 | 3 | -0/+8 |
| | |||||
* | [baseconfig_bwlp] Add SLX_NTFSFREE | Simon Rettberg | 2021-03-31 | 3 | -0/+8 |
| | |||||
* | Fix deprecated curly braces string indexing (PHP 7.4) | Simon Rettberg | 2021-03-25 | 14 | -31/+31 |
| | |||||
* | [remoteaccess] Show plugin version | Simon Rettberg | 2021-03-22 | 6 | -0/+23 |
| | |||||
* | [rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabled | Simon Rettberg | 2021-03-19 | 1 | -0/+4 |
| | |||||
* | [locations/rebootcontrol] Inherit openingtimes for WOL/shutdown | Simon Rettberg | 2021-03-19 | 8 | -96/+272 |
| | | | | | | | | | | The opening times schedule is now inherited to child locations, so it's easy to toggle WOL or shutdown for individual rooms in a building, where you only have to set the opening times once for the entire building. As of now, WOL and shutdown settings are *not* inherited to child locations, as I'm not sure if you always want to inherit those by default. Closes #3710 | ||||
* | [locations] Add permission for openingtimes | Simon Rettberg | 2021-03-17 | 3 | -1/+3 |
| | |||||
* | [locations/rebootcontrol] Change ENUM constants; display next event | Simon Rettberg | 2021-03-17 | 8 | -24/+55 |
| | |||||
* | [rebootcontrol] Simplify some logic, improve scheduler | Simon Rettberg | 2021-03-17 | 3 | -96/+83 |
| | |||||
* | [locations/rebootcontrol] Formatting | Simon Rettberg | 2021-03-17 | 3 | -45/+76 |
| | |||||
* | [rebootcontrol] Handle scheduler overlaps | Christian Hofmaier | 2021-03-16 | 5 | -67/+102 |
| | | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2 | ||||
* | [sysconfig] yes -> true | Simon Rettberg | 2021-03-15 | 1 | -1/+1 |
| |