friendica/src/Worker
Michael 9191daf12f Fix commenting on public posts 2021-09-12 01:52:10 +00:00
..
APDelivery.php
AddContact.php Changed function name 2021-08-09 15:29:07 +00:00
CheckDeletedContacts.php
CheckVersion.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php Respect the postopts values for scheduled posts 2021-08-06 18:49:17 +00:00
Delivery.php Issue 10651: Improved logging 2021-09-04 04:51:20 +00:00
Directory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Expire.php Getter/Setter for queue 2021-07-24 22:08:33 +00:00
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php Some small performance tweaks 2021-07-22 15:35:30 +00:00
ForkHook.php
MergeContact.php
MoveStorage.php Refactor IStorage 2021-08-16 23:27:42 +02:00
NodeInfo.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Notifier.php Fix commenting on public posts 2021-09-12 01:52:10 +00:00
OnePoll.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
OptimizeTables.php Unneeded legacy DFRN table removed 2021-07-22 07:11:26 +00:00
PollContacts.php
PostUpdate.php
ProfileUpdate.php Getter/Setter for queue 2021-07-24 22:08:33 +00:00
PubSubPublish.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
PullDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
PushSubscription.php Meaningful notification message 2021-08-19 13:58:55 +00:00
README.md
RemoveContact.php
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUser.php
SearchDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php Simplified functionality to load the profile in the sidebar 2021-07-23 12:39:37 +00:00
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
UpdateServerPeers.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +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.