friendica/src/Worker
Michael 552fd98657 The "sign" table had been removed 2020-04-13 16:27:40 +00:00
..
APDelivery.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
AddContact.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
CheckVersion.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
CreateShadowEntry.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Cron.php "repair diaspora" fixed some problem long time ago. It is not needed anymore 2020-03-22 13:12:48 +00:00
CronJobs.php "repair diaspora" fixed some problem long time ago. It is not needed anymore 2020-03-22 13:12:48 +00:00
DBClean.php The "sign" table had been removed 2020-04-13 16:27:40 +00:00
DBUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Delivery.php Issue 8495: Only use "noreply" when no sender mail is defined 2020-04-04 20:26:09 +00:00
Directory.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Expire.php Switch all item deletion logging to info level 2020-03-04 15:59:19 -05: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 Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Notifier.php Support unlisted public posts 2020-03-02 07:57:23 +00:00
OnePoll.php Support unlisted public posts 2020-03-02 07:57:23 +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 Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
SpoolPost.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
TagUpdate.php Add license info at Friendica classes 2020-02-09 15:45:36 +01: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 Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateGServer.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
UpdateGServers.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01: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

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.