friendica/src/Worker
2020-10-30 20:26:16 +00:00
..
AddContact.php
APDelivery.php
CheckDeletedContacts.php Renamed classes 2020-09-01 13:40:37 +00:00
CheckVersion.php
CleanItemUri.php Avoid deleting newly create item-uri entries 2020-10-25 07:41:01 +00:00
CleanWorkerQueue.php Rename class for PSR-0 2020-09-11 19:24:40 +02:00
ClearCache.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
ContactDiscovery.php
Cron.php Define a maintenance window 2020-10-17 12:39:42 +00:00
DBUpdate.php
Delivery.php Issue 9094: Avoid DFRN announces 2020-08-31 02:46:24 +00:00
Directory.php
Expire.php
ExpireAndRemoveUsers.php Delete the photo entries when a user or contact is removed 2020-08-21 18:39:18 +00:00
ExpireConversations.php New database cleanup jobs 2020-08-26 05:33:37 +00:00
ExpirePosts.php Improve expiry query 2020-10-30 20:26:16 +00:00
ForkHook.php
MergeContact.php Added foreign key 2020-09-22 07:19:44 +00:00
MoveStorage.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
NodeInfo.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
Notifier.php Fix notive "Undefined index: author-network" 2020-09-29 20:12:19 +00:00
OnePoll.php Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3) 2020-10-18 20:56:31 +02:00
OptimizeTables.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
PollContacts.php Remove unneeded addon reload 2020-09-26 09:53:44 +00:00
PostUpdate.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
ProfileUpdate.php
PubSubPublish.php
PullDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
README.md
RemoveContact.php Delete the photo entries when a user or contact is removed 2020-08-21 18:39:18 +00:00
RemoveUser.php
RepairDatabase.php Fix DB Error "Column 'uri' in where clause is ambiguous" 2020-10-17 07:48:18 +00:00
SearchDirectory.php
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
UpdatePublicContacts.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
UpdateServerDirectories.php
UpdateServerDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
UpdateServerPeers.php Removed unused PoCo functionality 2020-08-31 12:40:23 +00: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.