summaryrefslogtreecommitdiffstats
path: root/apis/cron.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/property] Add list-of-values interfaceSimon Rettberg2017-02-231-0/+3
| | | | | | This can be used to store multiple items per key and avoids the race conditions that manually (de)serializing a list and then using get()/set() would cause.
* Modularize cron apiSimon Rettberg2016-08-221-27/+15Star
| | | | | Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php
* [statistics] cron: log usageSimon Rettberg2016-02-191-0/+15
|
* [statistics] Add table definition, bump db versionSimon Rettberg2015-12-211-0/+6
|
* [cron] Trigger ldadp checks/launchSimon Rettberg2015-11-101-0/+1
|
* Big load of changesSimon Rettberg2014-10-091-0/+28
- 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