friendica/src/Worker
Michael 99a145f7cf Fixes several database errors, removes "relation" handling 2021-02-25 05:13:49 +00:00
..
APDelivery.php The item table is now completely removed 2021-02-19 06:30:38 +00:00
AddContact.php Synchronize contacts with the directory server 2020-07-31 09:08:51 +00:00
CheckDeletedContacts.php Renamed classes 2020-09-01 13:40:37 +00:00
CheckVersion.php Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull" 2020-07-21 03:15:53 -04:00
CleanItemUri.php Queries without indexes 2021-02-21 10:37:15 +00:00
CleanWorkerQueue.php Rename class for PSR-0 2020-09-11 19:24:40 +02:00
ClearCache.php Add native media types and expiration to getSiteInfo 2021-02-18 09:06:11 -05:00
ContactDiscovery.php Move ContactRelation class to Contact\Relation 2020-08-03 13:38:26 -04:00
Cron.php More "item" traces removed 2021-02-14 09:43:27 +00:00
DBUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
DelayedPublish.php Fix notices 2020-12-17 18:08:07 +00:00
Delivery.php Fixes several database errors, removes "relation" handling 2021-02-25 05:13:49 +00:00
Directory.php Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull" 2020-07-21 03:15:53 -04:00
Expire.php post/thread views are renamed, search bugs fixed 2021-02-22 19:47:08 +00:00
ExpireAndRemoveUsers.php We now don't store in the "item" table anymore 2021-02-14 20:27:31 +00:00
ExpireConversations.php New database cleanup jobs 2020-08-26 05:33:37 +00:00
ExpirePosts.php Rever item reshare handling, fixed database 2021-02-15 10:29:58 +00:00
ForkHook.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
MergeContact.php Fixes several database errors, removes "relation" handling 2021-02-25 05:13:49 +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 The item table is now completely removed 2021-02-19 06:30:38 +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 Make "HTTPRequest::post" dynamic 2020-07-21 03:02:51 -04:00
PullDirectory.php Reduce the amount of contact updates 2020-10-03 10:52:34 +00:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Fixes several database errors, removes "relation" handling 2021-02-25 05:13:49 +00:00
RemoveUnusedAvatars.php More "item" traces removed 2021-02-14 09:43:27 +00:00
RemoveUnusedContacts.php More "item" traces removed 2021-02-14 09:43:27 +00:00
RemoveUser.php New post class in protocol and worker classes 2021-01-16 04:14:58 +00:00
SearchDirectory.php Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
SpoolPost.php Add some logging to SpoolPost.php 2020-07-19 03:34:19 +02:00
UpdateContact.php Remove url caching, locking cleanup 2020-08-06 18:53:45 +00:00
UpdateContactBirthdays.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
UpdateContacts.php More "item" traces removed 2021-02-14 09:43:27 +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 Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
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.