friendica/src/Worker
2019-09-22 10:51:34 +00:00
..
APDelivery.php Fix delivery counter / archive relay contacts 2019-09-02 03:25:05 +00:00
CheckVersion.php
CreateShadowEntry.php
Cron.php Check the root directory is writable before copying .htaccess in Worker\Cron 2019-09-14 06:30:41 -04:00
CronJobs.php Get rid of zombie introductions that reappear automatically 2019-09-22 10:51:34 +00:00
DBClean.php
DBUpdate.php Added Update checks 2019-03-24 22:51:30 +01:00
Delivery.php Type hints 2019-09-03 03:59:46 +00:00
Directory.php
DiscoverPoCo.php Add PortableContact constants 2019-02-08 08:38:13 -05:00
Expire.php
ForkHook.php
GProbe.php
MergeContact.php Issue 7559: Merge contact duplicates 2019-08-26 15:51:56 +00:00
Notifier.php Avoid a notice 2019-09-21 13:00:53 +00:00
OnePoll.php Fix a notice because of invalid return data 2019-09-13 18:59:33 +00:00
ProfileUpdate.php
PubSubPublish.php
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php
RemoveUser.php
SpoolPost.php
TagUpdate.php
UpdateContact.php Moving functionality to the contact model 2019-06-24 03:25:01 +00:00
UpdateGContact.php Update gcontact when public contact is updated 2019-07-03 05:46:35 +00:00

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.