friendica/src/Worker
2020-10-03 10:52:34 +00:00
..
AddContact.php
APDelivery.php
CheckDeletedContacts.php Renamed classes 2020-09-01 13:40:37 +00:00
CheckVersion.php
CleanItemUri.php New database cleanup jobs 2020-08-26 05:33:37 +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
CreateShadowEntry.php
Cron.php Issue 9344: Update trending tags hourly 2020-10-03 06:10:39 +00:00
DBClean.php New database cleanup jobs 2020-08-26 05:33:37 +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
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 Fix: Feeds and mail accounts hadn't been fetched reliably 2020-08-20 08:37:56 +00: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 Ensure that the uri-id is always set 2020-09-23 18:55:16 +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.