Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Trigger] Fix Trigger::ipxe() when called multiple times | Simon Rettberg | 2019-03-25 | 1 | -1/+1 |
| | | | | | | | If during one execution we end up in Trigger::ipxe multiple times, we wouldn't execute any hooks because of include_once. This should be OK however, so instead of changing it to include, just remember the $taskId and return it later. | ||||
* | [inc/Trigger] Wait for taskmanager on bootup | Simon Rettberg | 2019-03-25 | 1 | -1/+6 |
| | |||||
* | [inc/Trigger] PHP 5.6 compat | Simon Rettberg | 2019-01-18 | 1 | -2/+3 |
| | |||||
* | [serversetup-bwlp] Make ipxe trigger a hook for modularity | Simon Rettberg | 2019-01-17 | 1 | -7/+17 |
| | |||||
* | [serversetup-bwlp] Add log output to ipxe building task | Simon Rettberg | 2018-05-07 | 1 | -0/+1 |
| | |||||
* | [inc/Trigger] mount(): Set mount options to null if not given | Simon Rettberg | 2018-03-29 | 1 | -0/+2 |
| | |||||
* | [vmstore] Add fields to specify mount options | Simon Rettberg | 2018-03-21 | 1 | -0/+7 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -4/+15 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [sysconfig] Refactor ldapauth and adauth classes; show mainpage warning; ↵ | Simon Rettberg | 2016-07-06 | 1 | -8/+5 |
| | | | | improve config module handling | ||||
* | [merge] merging c3sl / fr - initial commit | Jonathan Bauer | 2016-04-01 | 1 | -0/+1 |
| | |||||
* | [trigger] detect server ip: Ignore IPv6 | Simon Rettberg | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | [vmstore] Only save config if mounting succeeded | Simon Rettberg | 2015-09-29 | 1 | -2/+5 |
| | |||||
* | Use systemctl to start/stop services | Simon Rettberg | 2015-09-18 | 1 | -1/+2 |
| | |||||
* | Change some wording, add deletion reminder to main page | Simon Rettberg | 2015-09-17 | 1 | -1/+5 |
| | |||||
* | [Trigger] Consider ldap config modules when launching ldadp instances | Simon Rettberg | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Many changes | Simon Rettberg | 2015-09-04 | 1 | -9/+0 |
| | |||||
* | Various fixes | Simon Rettberg | 2015-02-24 | 1 | -4/+8 |
| | |||||
* | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 1 | -0/+5 |
| | |||||
* | Rework config module class structure. Still some TODOs though.... | Simon Rettberg | 2014-12-12 | 1 | -30/+2 |
| | |||||
* | Tweaks and fixes | Simon Rettberg | 2014-12-02 | 1 | -24/+24 |
| | |||||
* | Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵ | Simon Rettberg | 2014-11-26 | 1 | -4/+4 |
| | | | | updates, added masterpassword to pxe menu, ... | ||||
* | Added proxy server settings | Simon Rettberg | 2014-11-18 | 1 | -0/+49 |
| | |||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -34/+59 |
| | | | | | | | | | | | - Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout | ||||
* | Use eventlog in init and update API, populate database with default values ↵ | Simon Rettberg | 2014-10-06 | 1 | -5/+9 |
| | | | | on init | ||||
* | Rebuild AD config modules if server IP changed... | Simon Rettberg | 2014-06-23 | 1 | -4/+39 |
| | | | | Also add vmchooser URL to getconfig, fix shell string escaping | ||||
* | Try to autpmatically detect server ip on init-api | Simon Rettberg | 2014-06-23 | 1 | -11/+45 |
| | |||||
* | Minor bug fixes and removal of dead code | Simon Rettberg | 2014-06-11 | 1 | -1/+1 |
| | |||||
* | Reboot functionality on system status page | Simon Rettberg | 2014-06-06 | 1 | -0/+4 |
| | |||||
* | Zeug | Simon Rettberg | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed some bugs from Sateserver v05 | Simon Rettberg | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | WIP | Simon Rettberg | 2014-05-26 | 1 | -1/+39 |
| | |||||
* | WIP | Simon Rettberg | 2014-05-24 | 1 | -4/+4 |
| | |||||
* | Stuff (WIP) | Simon Rettberg | 2014-05-23 | 1 | -0/+40 |