summaryrefslogtreecommitdiffstats
path: root/inc/taskmanagercallback.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/TMCallback] Release task when finishedSimon Rettberg2023-12-191-0/+1
|
* [systemstatus] Add notice about security updates to main pageSimon Rettberg2023-12-191-0/+9
|
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-0/+2
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-15/+15
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-1/+0Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* Moderize Database handlingSimon Rettberg2021-05-111-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 selectorSimon Rettberg2021-04-201-1/+19
|
* [sysconfig] Display duplicate files for generated system configSimon Rettberg2020-11-031-1/+1
| | | | Implements #3670
* [rebootcontrol] Start adding WOL functionalitySimon Rettberg2019-11-221-1/+10
|
* [inc/Taskmanagercallback] Remove unused functionSimon Rettberg2019-11-221-17/+1Star
|
* [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxeSimon Rettberg2019-10-161-1/+10
|
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-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 callSimon Rettberg2018-04-201-2/+2
|
* [vmstore] Add fields to specify mount optionsSimon Rettberg2018-03-211-1/+2
|
* [inc/TaskmanagerCallback] More details on error loggingSimon Rettberg2018-03-051-1/+1
|
* Silence some warningsSimon Rettberg2016-09-091-1/+5
|
* Fix minor issues in exams install hook, taskmanager callback logicSimon Rettberg2016-08-121-1/+5
|
* Remove remaining references to schema versionSimon Rettberg2016-06-091-9/+10
|
* [taskmanagercallback] Add imgupload callbackSimon Rettberg2016-05-211-0/+16
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-0/+8
|
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-7/+0Star
|
* [ipxe] Add error to eventlog if compile process failedSimon Rettberg2016-03-211-0/+7
|
* [vmstore] Only save config if mounting succeededSimon Rettberg2015-09-291-0/+20
|
* Various fixesSimon Rettberg2015-02-241-2/+2
|
* Config.tgz improvements, automatic rebuilds etc.Simon Rettberg2015-01-291-0/+15
|
* Fix stupid bug in update query, check DB version before handling callbacksSimon Rettberg2015-01-211-7/+13
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-9/+40
|
* Tweaks and fixesSimon Rettberg2014-12-021-1/+55
|
* Big load of changesSimon Rettberg2014-10-091-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