summaryrefslogtreecommitdiffstats
path: root/inc/event.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-4/+15
|
* [ipxe] Add error to eventlog if compile process failedSimon Rettberg2016-03-211-0/+3
|
* [event.inc] Remove debug outputSimon Rettberg2016-02-221-2/+0Star
|
* Various fixesSimon Rettberg2015-02-241-0/+1
|
* Add configtgz class. Fix dozens of bugsSimon Rettberg2015-01-261-2/+3
|
* Lots of small bugfixes, proxy config WIP, https config WIP, translation ↵Simon Rettberg2014-11-261-16/+6Star
| | | | updates, added masterpassword to pxe menu, ...
* Update AD proxy module generation, add config backupSimon Rettberg2014-10-271-0/+4
|
* Big load of changesSimon Rettberg2014-10-091-0/+96
- 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