friendica/src/Worker
2020-12-13 12:47:49 +00:00
..
AddContact.php
APDelivery.php Archive/Unarchive at ActivityPub delivery 2020-12-12 16:45:23 +00:00
CheckDeletedContacts.php
CheckVersion.php
CleanItemUri.php
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php Remove unused contacts 2020-12-05 21:07:48 +00:00
DBUpdate.php
DelayedPublish.php Delay unprepared posts 2020-12-13 12:47:49 +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
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Archive/Unarchive at ActivityPub delivery 2020-12-12 16:45: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
PubSubPublish.php
PullDirectory.php
README.md
RemoveContact.php
RemoveUnusedContacts.php Code standards 2020-12-05 21:58:15 +00:00
RemoveUser.php
RepairDatabase.php
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
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.