friendica/src/Worker
Hypolite Petovan fb131027fa Ensure author-link key has a value in Worker\Notifier
- Address https://github.com/friendica/friendica/issues/8875#issuecomment-691942457
2020-09-17 22:47:37 -04:00
..
APDelivery.php Fix "Uncaught TypeError: Argument 1 passed to :incrementQueueDone()" 2020-05-11 18:28:41 +00:00
AddContact.php Synchronize contacts with the directory server 2020-07-31 09:08:51 +00:00
CheckDeletedContacts.php Renamed classes 2020-09-01 13:40:37 +00:00
CheckVersion.php Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull" 2020-07-21 03:15:53 -04:00
CleanItemUri.php New database cleanup jobs 2020-08-26 05:33:37 +00:00
CleanWorkerQueue.php Rename class for PSR-0 2020-09-11 19:24:40 +02:00
ClearCache.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
ContactDiscovery.php Move ContactRelation class to Contact\Relation 2020-08-03 13:38:26 -04:00
CreateShadowEntry.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Cron.php Renamed classes 2020-09-01 13:40:37 +00:00
DBClean.php New database cleanup jobs 2020-08-26 05:33:37 +00:00
DBUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
Delivery.php Issue 9094: Avoid DFRN announces 2020-08-31 02:46:24 +00:00
Directory.php Rename "fetchUrl" and "fetchUrlFull" to "fetch" and "fetchFull" 2020-07-21 03:15:53 -04:00
Expire.php The "item-activity" is removed 2020-05-26 05:18:50 +00:00
ExpireAndRemoveUsers.php Delete the photo entries when a user or contact is removed 2020-08-21 18:39:18 +00:00
ExpireConversations.php New database cleanup jobs 2020-08-26 05:33:37 +00:00
ForkHook.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
MergeContact.php Issue 8958: Ensure to have no foreign key violation 2020-09-17 19:10:45 +00:00
MoveStorage.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
NodeInfo.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
Notifier.php Ensure author-link key has a value in Worker\Notifier 2020-09-17 22:47:37 -04:00
OnePoll.php Fix: Feeds and mail accounts hadn't been fetched reliably 2020-08-20 08:37:56 +00:00
OptimizeTables.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
PollContacts.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
PostUpdate.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
ProfileUpdate.php Add license info at Friendica PHP files 2020-02-09 16:18:46 +01:00
PubSubPublish.php Make "HTTPRequest::post" dynamic 2020-07-21 03:02:51 -04:00
PullDirectory.php Renamed function 2020-08-02 13:37:43 +00:00
README.md Adding REAMDEs to directories 2019-03-22 22:56:57 -04:00
RemoveContact.php Delete the photo entries when a user or contact is removed 2020-08-21 18:39:18 +00:00
RemoveUser.php Rename Item::delete* methods to Item::markForDeletion* 2020-03-03 01:48:29 -05:00
RepairDatabase.php Another foreign key added 2020-08-24 21:03:00 +00:00
SearchDirectory.php Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
SpoolPost.php Add some logging to SpoolPost.php 2020-07-19 03:34:19 +02:00
UpdateContact.php Remove url caching, locking cleanup 2020-08-06 18:53:45 +00:00
UpdateContactBirthdays.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
UpdateGServer.php Issue 8663: Prevent abusive behaviour when probing servers 2020-05-20 06:57:46 +00:00
UpdateGServers.php Some more forgotten DBA::close 2020-04-28 07:10:18 +00:00
UpdatePhotoAlbums.php Split the CXronjobs class into separate classes 2020-08-16 08:39:04 +00:00
UpdatePublicContacts.php Split cron tasks in several worker tasks 2020-09-01 08:09:16 +00:00
UpdateServerDirectories.php Poco and gcontact (mostly) removed 2020-08-01 16:15:18 +00:00
UpdateServerDirectory.php Fiy fatal error 2020-08-04 03:18:34 +00:00
UpdateServerPeers.php Removed unused PoCo functionality 2020-08-31 12:40:23 +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.