1
0
Fork 0
friendica_2020-09-1_sharedH.../src/Worker
2022-07-27 20:59:42 +00:00
..
Contact
AddContact.php
APDelivery.php
CheckDeletedContacts.php
CheckVersion.php
ClearCache.php
ContactDiscovery.php
Cron.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
DBUpdate.php
DelayedPublish.php
Delivery.php Update return value type-hint of GServer::getProtocol 2022-06-25 05:06:22 -04:00
Directory.php
Expire.php
ExpireActivities.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
ExpireAndRemoveUsers.php
ExpirePosts.php Conversation/context is now stored 2022-07-23 06:52:43 +00:00
FetchFeaturedPosts.php
FetchMissingActivity.php Standards 2022-07-24 13:11:52 +00:00
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php
Notifier.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
OnePoll.php Changes: 2022-06-25 16:48:36 +02:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProcessQueue.php Decouple the processor from the receiver 2022-07-27 20:59:42 +00:00
ProcessReplyByUri.php Issue 11776 - process replies via a worker task 2022-07-27 20:03:28 +00:00
ProfileUpdate.php Changes: 2022-06-23 17:30:16 +02:00
PubSubPublish.php Changes: 2022-06-23 17:30:16 +02:00
PullDirectory.php
PushSubscription.php Superfluous todo removed 2022-07-18 03:32:49 +00:00
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.php
RemoveUser.php Changes: 2022-06-23 17:30:16 +02:00
SearchDirectory.php
SpoolPost.php
UpdateContact.php Changes: 2022-06-23 17:30:16 +02:00
UpdateContactBirthdays.php
UpdateContacts.php Changes: 2022-06-23 17:30:16 +02:00
UpdateGServer.php Changes: 2022-06-23 17:30:16 +02:00
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php Changes: 2022-06-23 17:30:16 +02: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.