friendica/src/Worker
Michael e9393fb509 Fix warning when loading invalid html 2022-11-09 06:38:31 +00:00
..
Contact Detect and remove contact duplicates 2022-09-16 05:00:06 +00: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 The priority is now a class constant 2022-10-17 05:49:55 +00:00
CheckRelMeProfileLink.php Fix warning when loading invalid html 2022-11-09 06:38:31 +00: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 don't be pythonic 2022-11-07 11:19:33 +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 Changes: 2022-10-26 01:29:01 +02:00
Directory.php The priority is now a class constant 2022-10-17 05:49:55 +00: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 Merge branch 'develop' into rewrite/gravity-constants 2022-10-18 16:34:40 +02: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 Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
MoveStorage.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
NodeInfo.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
Notifier.php Simplified else case 2022-11-03 04:27:30 +00:00
OnePoll.php Changes: 2022-10-26 01:29:01 +02:00
OptimizeTables.php Update copyright 2022-01-02 08:27:47 +01:00
PollContacts.php The priority is now a class constant 2022-10-17 05:49:55 +00: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 Detect and remove contact duplicates 2022-09-16 05:00:06 +00:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveUnusedAvatars.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUnusedContacts.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUnusedTags.php (Hopefully) query performance improvements 2022-11-01 08:45:25 -04:00
RemoveUser.php The priority is now a class constant 2022-10-17 05:49:55 +00:00
SearchDirectory.php Introduce "accept_header" as specific argument to the http client 2022-04-02 21:16:53 +02:00
SpoolPost.php Loglevels are adjusted 2022-08-30 19:45:30 +00: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 The priority is now a class constant 2022-10-17 05:49:55 +00:00
UpdateFContact.php Worker for updating fcontact entries 2022-09-21 22:47:09 +02:00
UpdateGServer.php Changes: 2022-06-23 17:30:16 +02:00
UpdateGServers.php The priority is now a class constant 2022-10-17 05:49:55 +00: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 Fix error "Class 'Friendica\Worker\Worker' not found" 2022-09-24 17:29:00 +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.