friendica-github/src/Worker
2024-12-23 10:18:56 +00:00
..
Contact Improved block behaviour 2024-10-20 08:33:16 +00: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 Fix errors in Worker namespace 2024-12-07 15:23:38 +00:00
Cron.php Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00:00
DBUpdate.php Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00: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 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +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 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00: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 Merge branch '2024.09-rc' into merge-2024.09-rc-into-develop 2024-12-23 10:18:56 +00:00
OnePoll.php fix more errors 2024-11-17 22:13:01 +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 Rename DI::apphelper() to DI::appHeler() 2024-11-17 20:00:34 +00: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 Fixes "foreach() argument must be of type array|object, string given" 2024-11-05 19:10:32 +00:00
UpdateServerPeers.php Fix errors in Worker namespace 2024-12-07 15:23:38 +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.