friendica/src/Worker
2023-09-08 15:01:51 +00:00
..
Contact
AddContact.php
APDelivery.php
BulkDelivery.php
CheckDeletedContacts.php
CheckRelMeProfileLink.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php
Cron.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
ExpirePosts.php spelling: posts 2023-03-26 20:04:07 -04:00
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Replace "forum" by "group" in the rest of the code 2023-06-02 13:52:41 -04:00
OnePoll.php
OptimizeTables.php Channels are a new way to see different content 2023-09-01 21:56:59 +00:00
PollContacts.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
PostUpdate.php
ProcessQueue.php
ProcessReplyByUri.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php
UpdateAllSuggestions.php Calculate the interaction score 2023-08-30 19:17:42 +00:00
UpdateBlockedServers.php
UpdateContact.php Improve the fetching of the contact's baseurl 2023-08-28 04:09:49 +00:00
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
UpdateGServers.php Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
UpdatePhotoAlbums.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
UpdateScores.php The query condition for active users are unified 2023-09-08 15:01:51 +00:00
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php
UpdateSuggestions.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.