friendica/src/Worker
Tobias Diekershoff 4eec2804de Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
..
Contact spelling: revocation 2023-03-26 16:14:16 -04:00
APDelivery.php
AddContact.php
BulkDelivery.php Replace direct database calls and anonymous arrays by repository calls and entity objects 2023-01-01 18:50:21 -05:00
CheckDeletedContacts.php
CheckRelMeProfileLink.php spelling: checks 2023-03-26 16:03:22 -04:00
CheckVersion.php More configs moved to key values 2023-01-22 13:40:08 +00:00
ClearCache.php
ContactDiscovery.php
ContactDiscoveryForUser.php
Cron.php spelling: interval 2023-03-26 20:04:07 -04:00
DBUpdate.php Refactor IManageConfigValues interface 2023-01-03 14:22:04 +01:00
DelayedPublish.php
Delivery.php
Directory.php
Expire.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
ExpireActivities.php
ExpireAndRemoveUsers.php Issue 12876 again: Delete the public contact as well 2023-03-31 03:37:48 +00:00
ExpirePosts.php spelling: posts 2023-03-26 20:04:07 -04:00
FetchFeaturedPosts.php
FetchMissingActivity.php
ForkHook.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
MergeContact.php
MoveStorage.php
NodeInfo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Notifier.php spelling: prioritize 2023-03-26 16:14:16 -04: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 spelling: does 2023-03-26 16:03:23 -04:00
UpdateAllSuggestions.php spelling: active 2023-03-26 18:02:15 -04:00
UpdateBlockedServers.php Improved config description / use the delete command 2023-03-18 21:34:15 +00:00
UpdateContact.php Drop UpdateContact worker task if contact is blocked 2023-01-13 09:23:01 -05: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
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.