friendica/src/Worker
2021-11-05 19:59:18 +00:00
..
Contact Move contact deleted check from RemoveContent to Remove task 2021-11-03 16:02:20 -04:00
AddContact.php
APDelivery.php
CheckDeletedContacts.php
CheckVersion.php Replace deprecated log calls 2021-10-20 18:53:52 +00:00
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
Directory.php Replace deprecated log calls 2021-10-20 18:53:52 +00:00
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
OnePoll.php Some removed escapeTags calls 2021-11-05 19:59:18 +00:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProfileUpdate.php Replace deprecated log calls 2021-10-20 18:53:52 +00:00
PubSubPublish.php Fix notice "Array to string conversion" 2021-10-25 20:54:36 +00:00
PullDirectory.php
PushSubscription.php
README.md
RemoveUnusedAvatars.php Speed up query for unused contacts 2021-10-26 20:06:18 +00:00
RemoveUnusedContacts.php
RemoveUser.php
SearchDirectory.php Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
SpoolPost.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php

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.