friendica/src/Worker
Michael c975d0f799 Added documentation 2019-12-21 20:18:44 +00:00
..
APDelivery.php Fix delivery counter / archive relay contacts 2019-09-02 03:25:05 +00:00
CheckVersion.php Logger Levels 2018-10-30 09:58:45 -04:00
CreateShadowEntry.php Transfer all item shadow functions to the item class 2018-01-16 22:23:19 +00:00
Cron.php Renamed functions 2019-12-21 18:57:00 +00:00
CronJobs.php Replace obsolete functionality in "PortableContact" 2019-10-05 23:30:47 +00:00
DBClean.php Remove unused code 2019-01-21 10:48:40 -05:00
DBUpdate.php Added Update checks 2019-03-24 22:51:30 +01:00
Delivery.php Fixed warning 2019-12-14 06:42:40 +01:00
Directory.php Replace deprecated Addon::callHooks with Hook::callAll 2019-01-21 09:50:56 -05:00
Expire.php Remove include/ requires that are now done directly from Composer 2018-12-24 09:56:25 -05:00
FetchPoCo.php Added documentation 2019-12-21 20:18:44 +00:00
ForkHook.php Move hook-related methods from Core\Addon to Core\Hook 2018-10-22 16:50:54 -04:00
MergeContact.php Issue 7559: Merge contact duplicates 2019-08-26 15:51:56 +00:00
Notifier.php Relocate check for announce 2019-12-08 22:04:32 +00:00
OnePoll.php Fix notice because of a missing subject 2019-12-20 21:47:10 +00:00
ProfileUpdate.php Logger Levels 2018-10-30 09:58:45 -04:00
PubSubPublish.php Code transitioning from PortableContacts.php to GServer.php 2019-10-03 23:33:41 +00:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Partly Reverted #6583 2019-02-06 07:31:29 +00:00
RemoveUser.php Remove include/ requires that are now done directly from Composer 2018-12-24 09:56:25 -05:00
SearchDirectory.php Renamed function 2019-12-21 18:24:43 +00:00
SpoolPost.php Refactor namespaces 2019-01-21 10:43:42 -05:00
TagUpdate.php Fix missing $ in front of variable names 2019-01-21 11:12:49 -05:00
UpdateContact.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGContact.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGContacts.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGServer.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateGServers.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateServerDirectories.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateServerDirectory.php Added documentation 2019-12-21 20:18:44 +00:00
UpdateSuggestions.php Added documentation 2019-12-21 20:18:44 +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.