friendica/src/Worker
Michael 63da4a75e9 The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
..
Contact Move contact deleted check from RemoveContent to Remove task 2021-11-03 16:02:20 -04:00
APDelivery.php Update copyright 2021-03-29 08:40:20 +02:00
AddContact.php Changed function name 2021-08-09 15:29:07 +00:00
CheckDeletedContacts.php Move Worker task RemoveContact to Contact\Remove 2021-10-16 19:22:24 -04:00
CheckVersion.php Replace deprecated `log` calls 2021-10-20 18:53:52 +00:00
CleanWorkerQueue.php Update copyright 2021-03-29 08:40:20 +02:00
ClearCache.php Unneeded "ProxyUtils" renamed to "Proxy" 2021-10-05 20:18:19 +00:00
ContactDiscovery.php Update copyright 2021-03-29 08:40:20 +02:00
Cron.php Update copyright 2021-03-29 08:40:20 +02:00
DBUpdate.php Update copyright 2021-03-29 08:40:20 +02:00
DelayedPublish.php Respect the postopts values for scheduled posts 2021-08-06 18:49:17 +00:00
Delivery.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
Directory.php Replace deprecated `log` calls 2021-10-20 18:53:52 +00:00
Expire.php New photo field "photo-type" as preparation for banners 2021-10-11 14:21:10 +00:00
ExpireAndRemoveUsers.php Update copyright 2021-03-29 08:40:20 +02:00
ExpireConversations.php replace "p" with higher level database functions 2021-10-12 05:53:29 +00:00
ExpirePosts.php Insert a `user-contact` for every contact 2021-09-10 13:05:16 +00:00
ForkHook.php Update copyright 2021-03-29 08:40:20 +02:00
MergeContact.php Update copyright 2021-03-29 08:40:20 +02:00
MoveStorage.php Refactor IStorage 2021-08-16 23:27:42 +02:00
NodeInfo.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Notifier.php Replaced deprecated "log" function call 2021-11-03 23:19:24 +00:00
OnePoll.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
OptimizeTables.php Unneeded legacy DFRN table removed 2021-07-22 07:11:26 +00:00
PollContacts.php Update copyright 2021-03-29 08:40:20 +02:00
PostUpdate.php Update copyright 2021-03-29 08:40:20 +02:00
ProfileUpdate.php Replace deprecated `log` calls 2021-10-20 18:53:52 +00:00
PubSubPublish.php Fix notice "Array to string conversion" 2021-10-25 20:54:36 +00:00
PullDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
PushSubscription.php Create new DI shorthands for notification-related factories 2021-10-02 18:15:45 -04:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveUnusedAvatars.php Speed up query for unused contacts 2021-10-26 20:06:18 +00:00
RemoveUnusedContacts.php Use post-type for the item container 2021-04-01 04:58:53 +00:00
RemoveUser.php Update copyright 2021-03-29 08:40:20 +02:00
SearchDirectory.php Restructure Cache to follow new paradigm 2021-10-26 22:11:06 +02:00
SpoolPost.php The boot.php had been cleared of most functions 2021-11-04 20:29:59 +00:00
UpdateContact.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateContactBirthdays.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateContacts.php Simplified functionality to load the profile in the sidebar 2021-07-23 12:39:37 +00:00
UpdateGServer.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateGServers.php Update copyright 2021-03-29 08:40:20 +02:00
UpdatePhotoAlbums.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateServerDirectories.php Update copyright 2021-03-29 08:40:20 +02:00
UpdateServerDirectory.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
UpdateServerPeers.php Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00

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.