summaryrefslogtreecommitdiffstats
path: root/inc/taskmanager.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix a few deprecation warnings on PHP 8.2Simon Rettberg2023-10-061-1/+1
|
* [inc/Taskmanager] Update phpdocSimon Rettberg2023-03-021-1/+1
|
* [inc/Util] Add types, move error printing functions to their own classSimon Rettberg2022-05-021-1/+1
|
* [inc/Taskmanager] waitComplete(): Better timeout handlingSimon Rettberg2020-09-221-3/+3
| | | | | | | Sleep before first query, since we assume that we either just obtained the status object and nothing much has changed since then, or we passed in a deserialized task id from much earlier, where 100ms don't matter that much.
* [inc/Taskmanager] Reset connection on errorSimon Rettberg2020-02-251-2/+23
|
* [inc/Taskmanager] Switch to new TCP interfaceSimon Rettberg2020-01-071-26/+85
|
* Fix some typos (found by codespell)Stefan Weil2019-12-141-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* [minilinux] Rewrite for multiple version/sources handlingSimon Rettberg2019-10-091-0/+16
| | | | | | | | | | | * 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
* api/taskman: Improve loggingSimon Rettberg2019-03-251-0/+1
|
* Introduce proper constants for taskmanager statusSimon Rettberg2018-05-241-12/+15
|
* [rebootcontrol] Fix NO_SUCH_INSTANCE handlingSimon Rettberg2018-04-251-3/+6
|
* [inc/Taskmanager] isTask() Only query if taskId is givenSimon Rettberg2018-04-251-3/+7
|
* [inc/*] Suppress warning, don't close statementsSimon Rettberg2018-03-211-1/+1
|
* Fix A LOT of type problems, logic flaws, uninitialized variables etc.Simon Rettberg2017-12-161-10/+12
| | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them.
* [inc/Taskmanager] Fix phpdocSimon Rettberg2017-11-131-1/+1
|
* [Taskmanager] Increase default timeout of waitComplete, also timeout of ↵Simon Rettberg2016-12-201-1/+1
| | | | RecompressArchive in CustomModule of sysconfig
* [Taskmanager] Add support for compressed repliesSimon Rettberg2016-12-011-2/+17
|
* Migrated messages to modulesSimon Rettberg2016-05-101-4/+4
|
* Add configtgz class. Fix dozens of bugsSimon Rettberg2015-01-261-1/+0Star
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-2/+2
|
* Tweaks and fixesSimon Rettberg2014-12-021-1/+2
|
* Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵Simon Rettberg2014-11-261-0/+14
| | | | updates, added masterpassword to pxe menu, ...
* Big load of changesSimon Rettberg2014-10-091-4/+19
| | | | | | | | | | | - 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
* Cleanup and minor fixSimon Rettberg2014-06-271-1/+1
|
* Added doxygen comments to Taskmanager classSimon Rettberg2014-06-231-7/+56
|
* Fix automatic error messages when Taskmanager::submit failsSimon Rettberg2014-06-121-1/+1
|
* 1) Improve Taskmanager error handling 2) add uptime display to status page, ↵Simon Rettberg2014-06-111-16/+5Star
| | | | finally closes #953
* Reboot functionality on system status pageSimon Rettberg2014-06-061-1/+1
|
* Variable timeout for Taskmanager::waitCompleteSimon Rettberg2014-06-061-3/+3
|
* Started "System Status" pageSimon Rettberg2014-06-051-5/+35
|
* WIPSimon Rettberg2014-05-261-13/+28
|
* Stuff (WIP)Simon Rettberg2014-05-231-1/+6
|
* Server Setup pageSimon Rettberg2014-05-211-1/+5
|
* JS Stuff for Taskmanager interactionSimon Rettberg2014-05-201-5/+24
| | | | More work on AD wizard
* Working on config.tgz composition through config modulesSimon Rettberg2014-05-151-0/+86