summaryrefslogtreecommitdiffstats
path: root/inc/taskmanager.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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