friendica/src/Worker
Michael 06f7244280 New option to disable the fetching of parents 2022-08-04 19:32:36 +00:00
..
Contact Move follow revoke protocol to worker task 2022-02-24 09:35:55 -05:00
APDelivery.php Support dropping delivery for single message transfer as well 2022-05-24 12:32:04 +00:00
AddContact.php Catch exceptions for Worker::AddContact() 2022-05-18 22:37:17 +02:00
CheckDeletedContacts.php Update copyright 2022-01-02 08:27:47 +01:00
CheckVersion.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02: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 Hopefully fixes loops during message processing 2022-08-03 03:38:03 +00: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 Update return value type-hint of GServer::getProtocol 2022-06-25 05:06:22 -04:00
Directory.php Added more type-hints 2022-06-17 17:18:31 +02:00
Expire.php Update copyright 2022-01-02 08:27:47 +01:00
ExpireActivities.php Improved message handling / new activity relay handling 2022-07-27 17:39:00 +00:00
ExpireAndRemoveUsers.php Merge pull request #11129 from urbalazs/copyright-2022 2022-01-02 09:45:35 +01:00
ExpirePosts.php Conversation/context is now stored 2022-07-23 06:52:43 +00:00
FetchFeaturedPosts.php Fetch featured posts through a worker 2022-05-15 09:08:35 +00:00
FetchMissingActivity.php Standards 2022-07-24 13:11:52 +00:00
ForkHook.php Update copyright 2022-01-02 08:27:47 +01:00
MergeContact.php Changes: 2022-06-19 02:11:12 +02:00
MoveStorage.php Update copyright 2022-01-02 08:27:47 +01:00
NodeInfo.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
Notifier.php New option to disable the fetching of parents 2022-08-04 19:32:36 +00:00
OnePoll.php The post-reason / protocol is now filled in most cases 2022-07-31 15:54:35 +00: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
ProcessQueue.php Decouple the processor from the receiver 2022-07-27 20:59:42 +00:00
ProcessReplyByUri.php Issue 11776 - process replies via a worker task 2022-07-27 20:03:28 +00:00
ProfileUpdate.php Changes: 2022-06-23 17:30:16 +02:00
PubSubPublish.php Changes: 2022-06-23 17:30:16 +02:00
PullDirectory.php Use central function to fetch the global directory 2022-04-26 18:33:58 +00:00
PushSubscription.php Superfluous todo removed 2022-07-18 03:32:49 +00: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 Avatar handling is moved to a separate class 2022-05-09 06:27:46 +00:00
RemoveUnusedTags.php Removed unused tag entries 2022-04-24 15:27:20 +00:00
RemoveUser.php Changes: 2022-06-23 17:30:16 +02:00
SearchDirectory.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
SpoolPost.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateContact.php Changes: 2022-06-23 17:30:16 +02:00
UpdateContactBirthdays.php Update copyright 2022-01-02 08:27:47 +01:00
UpdateContacts.php Changes: 2022-06-23 17:30:16 +02:00
UpdateGServer.php Changes: 2022-06-23 17:30:16 +02: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 Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
UpdateServerPeers.php Changes: 2022-06-23 17:30:16 +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.