friendica/src/Worker
Philipp Holzer aa7be41728
Fix ACLFormatterTest
- Add nullable to expand() function again
- Add angle bracket support to toString()
2019-11-01 14:13:29 +01: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 Replace obsolete functionality in "PortableContact" 2019-10-05 23:30:47 +00:00
DBClean.php
DBUpdate.php
Delivery.php Remove remaining Logger log level in explicit Logger::debug call 2019-10-16 22:39:31 -04:00
Directory.php
DiscoverPoCo.php Replace obsolete functionality in "PortableContact" 2019-10-05 23:30:47 +00:00
Expire.php
ForkHook.php
GProbe.php Replace deprecated calls to defaults() by ?? and ?: in src/ 2019-10-16 08:38:52 -04:00
MergeContact.php Issue 7559: Merge contact duplicates 2019-08-26 15:51:56 +00:00
Notifier.php Fix ACLFormatterTest 2019-11-01 14:13:29 +01:00
OnePoll.php Add docs 2019-10-25 00:10:20 +02:00
ProfileUpdate.php
PubSubPublish.php Code transitioning from PortableContacts.php to GServer.php 2019-10-03 23:33:41 +00:00
README.md
RemoveContact.php
RemoveUser.php
SpoolPost.php
TagUpdate.php
UpdateContact.php
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.