friendica/src/Worker
Hypolite Petovan 4eecf733e1
Merge pull request #11389 from nupplaphil/feat/http_client_arg
Introduce explicit HttpClient "Accept" parameter
2022-04-08 15:05:40 -04:00
..
Contact
APDelivery.php
AddContact.php
CheckDeletedContacts.php
CheckVersion.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
CleanWorkerQueue.php
ClearCache.php
ContactDiscovery.php
Cron.php
DBUpdate.php
DelayedPublish.php
Delivery.php
Directory.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
Expire.php
ExpireAndRemoveUsers.php
ExpireConversations.php
ExpirePosts.php Display featured posts for contacts 2022-04-07 21:52:25 +00:00
ForkHook.php
MergeContact.php
MoveStorage.php
NodeInfo.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
Notifier.php
OnePoll.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
OptimizeTables.php
PollContacts.php
PostUpdate.php
ProfileUpdate.php
PubSubPublish.php Remove accept parameter for head/post again 2022-04-03 19:33:09 +02:00
PullDirectory.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
PushSubscription.php
README.md
RemoveUnusedAvatars.php
RemoveUnusedContacts.php
RemoveUser.php
SearchDirectory.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
SpoolPost.php
UpdateContact.php
UpdateContactBirthdays.php
UpdateContacts.php limit parameter was missing from docblock 2022-03-15 08:46:26 +01:00
UpdateGServer.php
UpdateGServers.php
UpdatePhotoAlbums.php
UpdateServerDirectories.php
UpdateServerDirectory.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
UpdateServerPeers.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02: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.