friendica/src/Worker
Michael bca1dc1ca4 Moving functionality to the contact model 2019-06-24 03:25:01 +00:00
..
APDelivery.php Fix delivery counter for poking / unify delivery commands 2019-06-10 14:19:24 +00:00
CheckVersion.php Logger Levels 2018-10-30 09:58:45 -04:00
CreateShadowEntry.php Transfer all item shadow functions to the item class 2018-01-16 22:23:19 +00:00
Cron.php Moving functionality to the contact model 2019-06-24 03:25:01 +00:00
CronJobs.php Remove failing require to non-existent file in Worker\CronJobs 2019-04-24 18:30:51 -04:00
DBClean.php Remove unused code 2019-01-21 10:48:40 -05:00
DBUpdate.php Added Update checks 2019-03-24 22:51:30 +01:00
Delivery.php Issue 7264: Count local delivery as well 2019-06-13 20:24:49 +00:00
Directory.php Replace deprecated Addon::callHooks with Hook::callAll 2019-01-21 09:50:56 -05:00
DiscoverPoCo.php Add PortableContact constants 2019-02-08 08:38:13 -05:00
Expire.php Remove include/ requires that are now done directly from Composer 2018-12-24 09:56:25 -05:00
ForkHook.php Move hook-related methods from Core\Addon to Core\Hook 2018-10-22 16:50:54 -04:00
GProbe.php Fix various notices 2018-12-15 04:32:47 -05:00
Notifier.php Fix pixture posts to connectors / fix delivery counter for connector posts 2019-06-11 19:35:03 +00:00
OnePoll.php Moving functionality to the contact model 2019-06-24 03:25:01 +00:00
ProfileUpdate.php Logger Levels 2018-10-30 09:58:45 -04:00
PubSubPublish.php Remove unused code in mod/ 2019-01-21 10:53:32 -05:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Partly Reverted #6583 2019-02-06 07:31:29 +00:00
RemoveUser.php Remove include/ requires that are now done directly from Composer 2018-12-24 09:56:25 -05:00
SpoolPost.php Refactor namespaces 2019-01-21 10:43:42 -05:00
TagUpdate.php Fix missing $ in front of variable names 2019-01-21 11:12:49 -05:00
UpdateContact.php Moving functionality to the contact model 2019-06-24 03:25:01 +00:00
UpdateGContact.php normalise_link calls 2018-11-08 11:28:29 -05:00

README.md

Friendica\Worker

The Worker namespace contains all asynchronous workers of Friendica. The all have to implement the function public static function execute().

They are all executed by the Worker.