friendica/src/Worker
Michael b761760d65 Fix missing attached links in posts 2023-03-04 19:04:37 +00:00
..
Contact
APDelivery.php
AddContact.php
BulkDelivery.php
CheckDeletedContacts.php
CheckRelMeProfileLink.php
CheckVersion.php More configs moved to key values 2023-01-22 13:40:08 +00:00
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php
Expire.php
ExpireActivities.php
ExpireAndRemoveUsers.php
ExpirePosts.php
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Notifier.php Fix missing attached links in posts 2023-03-04 19:04:37 +00:00
OnePoll.php Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
OptimizeTables.php Config to enable the optimizing of all tables 2023-02-20 14:46:58 +00:00
PollContacts.php Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
PostUpdate.php
ProcessQueue.php
ProcessReplyByUri.php
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php
PushSubscription.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUnusedTags.php
RemoveUser.php
SearchDirectory.php
SpoolPost.php
UpdateAllSuggestions.php
UpdateBlockedServers.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php
UpdateServerPeers.php Improved block check for redirects 2023-01-22 12:33:38 +00:00
UpdateSuggestions.php

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.