friendica/src/Worker
Michael 76e6a71822 Setting the post reason 2021-05-26 14:29:50 +00:00
..
APDelivery.php Update copyright 2021-03-29 08:40:20 +02:00
AddContact.php Update copyright 2021-03-29 08:40:20 +02:00
CheckDeletedContacts.php Update copyright 2021-03-29 08:40:20 +02:00
CheckVersion.php Update copyright 2021-03-29 08:40:20 +02:00
CleanWorkerQueue.php Update copyright 2021-03-29 08:40:20 +02:00
ClearCache.php Update copyright 2021-03-29 08:40:20 +02:00
ContactDiscovery.php Update copyright 2021-03-29 08:40:20 +02:00
Cron.php Update copyright 2021-03-29 08:40:20 +02:00
DBUpdate.php Update copyright 2021-03-29 08:40:20 +02:00
DelayedPublish.php Update copyright 2021-03-29 08:40:20 +02:00
Delivery.php Issue 10306: Improve local delivery 2021-05-26 09:24:37 +00:00
Directory.php Update copyright 2021-03-29 08:40:20 +02:00
Expire.php Update copyright 2021-03-29 08:40:20 +02:00
ExpireAndRemoveUsers.php Update copyright 2021-03-29 08:40:20 +02:00
ExpireConversations.php Update copyright 2021-03-29 08:40:20 +02:00
ExpirePosts.php API: improved mail handling 2021-05-22 13:37:04 +00:00
ForkHook.php Update copyright 2021-03-29 08:40:20 +02:00
MergeContact.php Update copyright 2021-03-29 08:40:20 +02:00
MoveStorage.php Update copyright 2021-03-29 08:40:20 +02:00
NodeInfo.php Update copyright 2021-03-29 08:40:20 +02:00
Notifier.php Setting the post reason 2021-05-26 14:29:50 +00:00
OnePoll.php Update copyright 2021-03-29 08:40:20 +02:00
OptimizeTables.php Update copyright 2021-03-29 08:40:20 +02:00
PollContacts.php Update copyright 2021-03-29 08:40:20 +02:00
PostUpdate.php Update copyright 2021-03-29 08:40:20 +02:00
ProfileUpdate.php Update copyright 2021-03-29 08:40:20 +02:00
PubSubPublish.php Update copyright 2021-03-29 08:40:20 +02:00
PullDirectory.php Update copyright 2021-03-29 08:40:20 +02:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php API: improved mail handling 2021-05-22 13:37:04 +00:00
RemoveUnusedAvatars.php Update copyright 2021-03-29 08:40:20 +02:00
RemoveUnusedContacts.php Use post-type for the item container 2021-04-01 04:58:53 +00:00
RemoveUser.php Update copyright 2021-03-29 08:40:20 +02:00
SearchDirectory.php Update copyright 2021-03-29 08:40:20 +02:00
SpoolPost.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateContact.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateContactBirthdays.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateContacts.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateGServer.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateGServers.php Update copyright 2021-03-29 08:40:20 +02:00
UpdatePhotoAlbums.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateServerDirectories.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateServerDirectory.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateServerPeers.php Update copyright 2021-03-29 08:40:20 +02:00

README.md

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.