friendica/src/Worker
Philipp Holzer 5be9c9dbaf
Use optimized update statements
2023-05-13 22:14:52 +02:00
..
Contact spelling: revocation 2023-03-26 16:14:16 -04:00
APDelivery.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
AddContact.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
BulkDelivery.php Replace direct database calls and anonymous arrays by repository calls and entity objects 2023-01-01 18:50:21 -05:00
CheckDeletedContacts.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
CheckRelMeProfileLink.php spelling: checks 2023-03-26 16:03:22 -04:00
CheckVersion.php More configs moved to key values 2023-01-22 13:40:08 +00:00
ClearCache.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ContactDiscovery.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ContactDiscoveryForUser.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Cron.php Use optimized update statements 2023-05-13 22:14:52 +02:00
DBUpdate.php Refactor IManageConfigValues interface 2023-01-03 14:22:04 +01:00
DelayedPublish.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Delivery.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Directory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Expire.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
ExpireActivities.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ExpireAndRemoveUsers.php Issue 12876 again: Delete the public contact as well 2023-03-31 03:37:48 +00:00
ExpirePosts.php spelling: posts 2023-03-26 20:04:07 -04:00
FetchFeaturedPosts.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
FetchMissingActivity.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ForkHook.php Remove App dependency from Hook::callSingle 2023-01-14 10:38:37 -05:00
MergeContact.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
MoveStorage.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
NodeInfo.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
Notifier.php spelling: prioritize 2023-03-26 16:14:16 -04:00
OnePoll.php Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
OptimizeTables.php Use optimized update statements 2023-05-13 22:14:52 +02:00
PollContacts.php Avoid more local links and bad http requests 2023-01-28 14:57:04 +00:00
PostUpdate.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ProcessQueue.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ProcessReplyByUri.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
ProfileUpdate.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
PubSubPublish.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
PullDirectory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
PushSubscription.php Adapt BaseURL calls to new UriInterface 2023-02-18 21:12:21 +01:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveUnusedAvatars.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
RemoveUnusedContacts.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
RemoveUnusedTags.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
RemoveUser.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
SearchDirectory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
SpoolPost.php spelling: does 2023-03-26 16:03:23 -04:00
UpdateAllSuggestions.php spelling: active 2023-03-26 18:02:15 -04:00
UpdateBlockedServers.php Improved config description / use the delete command 2023-03-18 21:34:15 +00:00
UpdateContact.php Drop UpdateContact worker task if contact is blocked 2023-01-13 09:23:01 -05:00
UpdateContactBirthdays.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateContacts.php Merge pull request #12562 from MrPetovan/bug/notices 2023-01-02 00:34:21 +01:00
UpdateGServer.php Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
UpdateGServers.php Merge branch '2023.03-rc' into stable 2023-04-23 15:12:51 +02:00
UpdatePhotoAlbums.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateServerDirectories.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateServerDirectory.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
UpdateServerPeers.php Improved block check for redirects 2023-01-22 12:33:38 +00:00
UpdateSuggestions.php Happy New Year 2023! 2023-01-01 09:36:24 -05: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.