1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Worker
2020-12-28 06:49:23 +00:00
..
AddContact.php
APDelivery.php Clarify usage of ActivityPub\Transmitter::fetchTargetInboxes in Worker\APDelivery queuing 2020-12-14 23:33:14 -05:00
CheckDeletedContacts.php
CheckVersion.php
CleanItemUri.php Avoid deleting newly create item-uri entries 2020-10-25 07:41:01 +00:00
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php Remove unused cached avatar photo entries 2020-12-20 06:22:31 +00:00
DBUpdate.php
DelayedPublish.php Fix notices 2020-12-17 18:08:07 +00:00
Delivery.php Relay posts with the original protocol 2020-12-11 06:35:38 +00:00
Directory.php
Expire.php
ExpireAndRemoveUsers.php Ensure to never delete the "0" user 2020-11-18 05:24:04 +00:00
ExpireConversations.php
ExpirePosts.php Improve expiry query 2020-10-30 20:26:16 +00:00
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Comment to Twitter post is posted to AP instead 2020-12-28 06:49:23 +00:00
OnePoll.php Moved updating personal contacts to updatecontact 2020-12-04 05:53:11 +00:00
OptimizeTables.php
PollContacts.php Moved updating personal contacts to updatecontact 2020-12-04 05:53:11 +00:00
PostUpdate.php
ProfileUpdate.php Clarify usage of ActivityPub\Transmitter::fetchTargetInboxes in Worker\APDelivery queuing 2020-12-14 23:33:14 -05:00
PubSubPublish.php
PullDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
README.md
RemoveContact.php Delete removed contacts 2020-12-15 22:56:46 +00:00
RemoveUnusedAvatars.php Remove unused cached avatar photo entries 2020-12-20 06:22:31 +00:00
RemoveUnusedContacts.php Code standards 2020-12-05 21:58:15 +00:00
RemoveUser.php
RepairDatabase.php Fix DB Error "Column 'uri' in where clause is ambiguous" 2020-10-17 07:48:18 +00:00
SearchDirectory.php
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php Remove unused contacts 2020-12-05 21:07:48 +00:00
UpdateGServer.php Check and add a server 2020-12-03 22:32:51 +00:00
UpdateGServers.php Remove unused contacts 2020-12-05 21:07:48 +00:00
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
UpdateServerPeers.php Check and add a server 2020-12-03 22:32:51 +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.