friendica/src/Worker
2020-07-19 16:45:21 +00:00
..
AddContact.php Remove dependency to App in Contact::createFromProbe 2020-06-10 10:36:42 -04:00
APDelivery.php Fix "Uncaught TypeError: Argument 1 passed to :incrementQueueDone()" 2020-05-11 18:28:41 +00:00
CheckVersion.php Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
CreateShadowEntry.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Cron.php Database performance updates 2020-07-18 17:49:10 +02:00
CronJobs.php Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
DBClean.php The "term" table is removed 2020-05-15 06:50:20 +00:00
DBUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Delivery.php Removed useless error handling 2020-05-12 09:05:37 +00:00
Directory.php More joins replaced by view calls 2020-04-24 11:55:46 +00:00
Expire.php The "item-activity" is removed 2020-05-26 05:18:50 +00:00
FetchPoCo.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
ForkHook.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
MergeContact.php Fix wrong variable names 2020-05-30 17:06:59 +00:00
Notifier.php Fix wrong variable 2020-07-19 16:45:21 +00:00
OnePoll.php Another placed replaced with "failed" 2020-07-19 11:55:42 +00:00
ProfileUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
PubSubPublish.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Switch all item deletion logging to info level 2020-03-04 15:59:19 -05:00
RemoveUser.php Rename Item::delete* methods to Item::markForDeletion* 2020-03-03 01:48:29 -05:00
SearchDirectory.php Use "failed" field 2020-07-19 11:42:23 +00:00
SpoolPost.php Add some logging to SpoolPost.php 2020-07-19 03:34:19 +02:00
UpdateContact.php Reduce the load of "gfollower" 2020-03-10 21:10:59 +00:00
UpdateGContact.php Prevent putting much stress on remote systems 2020-03-30 06:22:32 +00:00
UpdateGContacts.php Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
UpdateGServer.php Issue 8663: Prevent abusive behaviour when probing servers 2020-05-20 06:57:46 +00:00
UpdateGServers.php Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
UpdateServerDirectories.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateServerDirectory.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateSuggestions.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01: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.