friendica-github/src/Worker
2024-09-12 12:41:23 +00:00
..
Contact REUSE src directory 2024-08-24 15:27:00 +02:00
AddContact.php REUSE src directory 2024-08-24 15:27:00 +02:00
APDelivery.php REUSE src directory 2024-08-24 15:27:00 +02:00
BulkDelivery.php REUSE src directory 2024-08-24 15:27:00 +02:00
CheckDeletedContacts.php REUSE src directory 2024-08-24 15:27:00 +02:00
CheckRelMeProfileLink.php Exception handling added at many places 2024-08-25 18:35:24 +00:00
CheckVersion.php REUSE src directory 2024-08-24 15:27:00 +02:00
ClearCache.php REUSE src directory 2024-08-24 15:27:00 +02:00
ContactDiscovery.php REUSE src directory 2024-08-24 15:27:00 +02:00
ContactDiscoveryForUser.php REUSE src directory 2024-08-24 15:27:00 +02:00
Cron.php Issue 14413: Ensure that the expiry is performed 2024-09-05 06:35:38 +00:00
DBUpdate.php REUSE src directory 2024-08-24 15:27:00 +02:00
DelayedPublish.php REUSE src directory 2024-08-24 15:27:00 +02:00
Delivery.php REUSE src directory 2024-08-24 15:27:00 +02:00
Directory.php REUSE src directory 2024-08-24 15:27:00 +02:00
Expire.php Issue 14413: Ensure that the expiry is performed 2024-09-05 06:35:38 +00:00
ExpireActivities.php REUSE src directory 2024-08-24 15:27:00 +02:00
ExpireAndRemoveUsers.php REUSE src directory 2024-08-24 15:27:00 +02:00
ExpirePosts.php The limit for the expiry can now be configured 2024-09-09 03:27:18 +00:00
ExpireSearchIndex.php REUSE src directory 2024-08-24 15:27:00 +02:00
FetchFeaturedPosts.php REUSE src directory 2024-08-24 15:27:00 +02:00
FetchMissingActivity.php REUSE src directory 2024-08-24 15:27:00 +02:00
ForkHook.php REUSE src directory 2024-08-24 15:27:00 +02:00
MergeContact.php OStatus support removed 2024-09-11 03:44:40 +00:00
MoveStorage.php REUSE src directory 2024-08-24 15:27:00 +02:00
NodeInfo.php REUSE src directory 2024-08-24 15:27:00 +02:00
Notifier.php OStatus support removed 2024-09-11 03:44:40 +00:00
OnePoll.php Fix polling of feeds 2024-09-12 12:41:23 +00:00
OptimizeTables.php REUSE src directory 2024-08-24 15:27:00 +02:00
PollContacts.php OStatus support removed 2024-09-11 03:44:40 +00:00
PostUpdate.php REUSE src directory 2024-08-24 15:27:00 +02:00
ProcessQueue.php REUSE src directory 2024-08-24 15:27:00 +02:00
ProcessReplyByUri.php REUSE src directory 2024-08-24 15:27:00 +02:00
ProcessUnprocessedEntries.php REUSE src directory 2024-08-24 15:27:00 +02:00
ProfileUpdate.php REUSE src directory 2024-08-24 15:27:00 +02:00
PullDirectory.php REUSE src directory 2024-08-24 15:27:00 +02:00
PushSubscription.php REUSE src directory 2024-08-24 15:27:00 +02:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveUnusedAvatars.php REUSE src directory 2024-08-24 15:27:00 +02:00
RemoveUnusedContacts.php REUSE src directory 2024-08-24 15:27:00 +02:00
RemoveUnusedTags.php REUSE src directory 2024-08-24 15:27:00 +02:00
RemoveUser.php REUSE src directory 2024-08-24 15:27:00 +02:00
SearchDirectory.php REUSE src directory 2024-08-24 15:27:00 +02:00
SetSeen.php REUSE src directory 2024-08-24 15:27:00 +02:00
SpoolPost.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateAllSuggestions.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateBlockedServers.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateContact.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateContactBirthdays.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateContacts.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateGServer.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateGServers.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdatePhotoAlbums.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateScores.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateServerDirectories.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateServerDirectory.php REUSE src directory 2024-08-24 15:27:00 +02:00
UpdateServerPeers.php Exception handling added at many places 2024-08-25 18:35:24 +00:00
UpdateSuggestions.php REUSE src directory 2024-08-24 15:27:00 +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.