| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implicitly nullable types are deprecated in PHP 8.3, make explicit | Simon Rettberg | 2025-08-01 | 1 | -1/+1 |
| | | |||||
| * | [webinterface] Add event log messages for cert changes | Simon Rettberg | 2024-10-11 | 1 | -2/+11 |
| | | |||||
| * | [webinterface] Add support for ACME, add option to redirect to cert domain | Simon Rettberg | 2024-10-08 | 1 | -0/+9 |
| | | |||||
| * | [inc/TMCallback] Release task when finished | Simon Rettberg | 2023-12-19 | 1 | -0/+1 |
| | | |||||
| * | [systemstatus] Add notice about security updates to main page | Simon Rettberg | 2023-12-19 | 1 | -0/+9 |
| | | |||||
| * | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -0/+2 |
| | | |||||
| * | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -15/+15 |
| | | |||||
| * | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -1/+0![]() |
| | | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
| * | Moderize Database handling | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| | | | | | | | | * 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 | ||||
| * | [serversetup-bwlp-ipxe] Add iPXE version selector | Simon Rettberg | 2021-04-20 | 1 | -1/+19 |
| | | |||||
| * | [sysconfig] Display duplicate files for generated system config | Simon Rettberg | 2020-11-03 | 1 | -1/+1 |
| | | | | | Implements #3670 | ||||
| * | [rebootcontrol] Start adding WOL functionality | Simon Rettberg | 2019-11-22 | 1 | -1/+10 |
| | | |||||
| * | [inc/Taskmanagercallback] Remove unused function | Simon Rettberg | 2019-11-22 | 1 | -17/+1![]() |
| | | |||||
| * | [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxe | Simon Rettberg | 2019-10-16 | 1 | -1/+10 |
| | | |||||
| * | [minilinux] Rewrite for multiple version/sources handling | Simon Rettberg | 2019-10-09 | 1 | -0/+9 |
| | | | | | | | | | | | | * You can supply multiple sources for updates (URLs) * Sources can provide multiple branches * Each branch can supply multiple versions (eg. updates) TODO: Set global default version TODO: Supply hook to serversetup-ipxe to add specific boot entries TODO: UX polish TODO: phpdoc/polish | ||||
| * | [inc/Taskmanagercallback] Fix function call | Simon Rettberg | 2018-04-20 | 1 | -2/+2 |
| | | |||||
| * | [vmstore] Add fields to specify mount options | Simon Rettberg | 2018-03-21 | 1 | -1/+2 |
| | | |||||
| * | [inc/TaskmanagerCallback] More details on error logging | Simon Rettberg | 2018-03-05 | 1 | -1/+1 |
| | | |||||
| * | Silence some warnings | Simon Rettberg | 2016-09-09 | 1 | -1/+5 |
| | | |||||
| * | Fix minor issues in exams install hook, taskmanager callback logic | Simon Rettberg | 2016-08-12 | 1 | -1/+5 |
| | | |||||
| * | Remove remaining references to schema version | Simon Rettberg | 2016-06-09 | 1 | -9/+10 |
| | | |||||
| * | [taskmanagercallback] Add imgupload callback | Simon Rettberg | 2016-05-21 | 1 | -0/+16 |
| | | |||||
| * | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -0/+8 |
| | | |||||
| * | [merge] merging c3sl / fr - initial commit | Jonathan Bauer | 2016-04-01 | 1 | -7/+0![]() |
| | | |||||
| * | [ipxe] Add error to eventlog if compile process failed | Simon Rettberg | 2016-03-21 | 1 | -0/+7 |
| | | |||||
| * | [vmstore] Only save config if mounting succeeded | Simon Rettberg | 2015-09-29 | 1 | -0/+20 |
| | | |||||
| * | Various fixes | Simon Rettberg | 2015-02-24 | 1 | -2/+2 |
| | | |||||
| * | Config.tgz improvements, automatic rebuilds etc. | Simon Rettberg | 2015-01-29 | 1 | -0/+15 |
| | | |||||
| * | Fix stupid bug in update query, check DB version before handling callbacks | Simon Rettberg | 2015-01-21 | 1 | -7/+13 |
| | | |||||
| * | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 1 | -9/+40 |
| | | |||||
| * | Tweaks and fixes | Simon Rettberg | 2014-12-02 | 1 | -1/+55 |
| | | |||||
| * | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -0/+43 |
| - 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 | |||||

