friendica/src/Worker
Hypolite Petovan 6a1f9a7fa3 Move unfollow protocol to worker task
- Add uid parameter to unfollow hook
- Rework and unify Contact::unfollow, Contact::removeSharer and Contact::terminateFriendship
- Add missing twitterUser property to Twitter\Friendships\Destroy module
2022-02-24 09:35:54 -05:00
..
Contact Move unfollow protocol to worker task 2022-02-24 09:35:54 -05:00
APDelivery.php Update copyright 2022-01-02 08:27:47 +01:00
AddContact.php Update copyright 2022-01-02 08:27:47 +01:00
CheckDeletedContacts.php Update copyright 2022-01-02 08:27:47 +01:00
CheckVersion.php Update copyright 2022-01-02 08:27:47 +01:00
CleanWorkerQueue.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ClearCache.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ContactDiscovery.php Update copyright 2022-01-02 08:27:47 +01:00
Cron.php Update copyright 2022-01-02 08:27:47 +01:00
DBUpdate.php Update copyright 2022-01-02 08:27:47 +01:00
DelayedPublish.php Update copyright 2022-01-02 08:27:47 +01:00
Delivery.php Private forums are now working via ActivityPub 2022-02-12 18:38:36 +00:00
Directory.php Update copyright 2022-01-02 08:27:47 +01:00
Expire.php Update copyright 2022-01-02 08:27:47 +01:00
ExpireAndRemoveUsers.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ExpireConversations.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ExpirePosts.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ForkHook.php Update copyright 2022-01-02 08:27:47 +01:00
MergeContact.php Update copyright 2022-01-02 08:27:47 +01:00
MoveStorage.php Update copyright 2022-01-02 08:27:47 +01:00
NodeInfo.php Update copyright 2022-01-02 08:27:47 +01:00
Notifier.php Move unfollow protocol to worker task 2022-02-24 09:35:54 -05:00
OnePoll.php Update copyright 2022-01-02 08:27:47 +01:00
OptimizeTables.php Update copyright 2022-01-02 08:27:47 +01:00
PollContacts.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
PostUpdate.php Update copyright 2022-01-02 08:27:47 +01:00
ProfileUpdate.php Update copyright 2022-01-02 08:27:47 +01:00
PubSubPublish.php Update copyright 2022-01-02 08:27:47 +01:00
PullDirectory.php Update copyright 2022-01-02 08:27:47 +01:00
PushSubscription.php Update copyright 2022-01-02 08:27:47 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveUnusedAvatars.php Update copyright 2022-01-02 08:27:47 +01:00
RemoveUnusedContacts.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
RemoveUser.php Update copyright 2022-01-02 08:27:47 +01:00
SearchDirectory.php Update copyright 2022-01-02 08:27:47 +01:00
SpoolPost.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateContact.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateContactBirthdays.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateContacts.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateGServer.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateGServers.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
UpdatePhotoAlbums.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateServerDirectories.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateServerDirectory.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateServerPeers.php Update copyright 2022-01-02 08:27:47 +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.