friendica/src/Worker
Hypolite Petovan 9885c1f128
Merge pull request #9890 from annando/post-content
New table "post-content"
2021-01-30 18:01:13 -05:00
..
APDelivery.php New post class in protocol and worker classes 2021-01-16 04:14:58 +00:00
AddContact.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 Increase wait time to 5 minutes 2021-01-06 23:24:00 +00:00
DBUpdate.php
DelayedPublish.php Fix notices 2020-12-17 18:08:07 +00:00
Delivery.php New post class in protocol and worker classes 2021-01-16 04:14:58 +00:00
Directory.php
Expire.php New table "post-content" 2021-01-30 22:03:53 +00:00
ExpireAndRemoveUsers.php Prevent permissionset foreign key constraint 2021-01-29 06:26:51 +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 Avoid non numeric parameter 2021-01-29 23:41:42 +00:00
OnePoll.php Set thr-parent when importing mails 2021-01-29 10:39:55 +00:00
OptimizeTables.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
PollContacts.php Moved updating personal contacts to updatecontact 2020-12-04 05:53:11 +00:00
PostUpdate.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
ProfileUpdate.php Clarify usage of ActivityPub\Transmitter::fetchTargetInboxes in Worker\APDelivery queuing 2020-12-14 23:33:14 -05:00
PubSubPublish.php
PullDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
README.md
RemoveContact.php New "post-user" structure, new update functionality 2021-01-28 22:45:54 +00:00
RemoveUnusedAvatars.php Remove unused cached avatar photo entries 2020-12-20 06:22:31 +00:00
RemoveUnusedContacts.php Code standards 2020-12-05 21:58:15 +00:00
RemoveUser.php New post class in protocol and worker classes 2021-01-16 04:14:58 +00:00
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
UpdateContacts.php Remove unused contacts 2020-12-05 21:07:48 +00:00
UpdateGServer.php Check and add a server 2020-12-03 22:32:51 +00:00
UpdateGServers.php Remove unused contacts 2020-12-05 21:07:48 +00:00
UpdatePhotoAlbums.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
UpdateServerDirectories.php
UpdateServerDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
UpdateServerPeers.php Check and add a server 2020-12-03 22:32:51 +00: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.