]> git.mxchange.org Git - friendica.git/commit
Split the CXronjobs class into separate classes
authorMichael <heluecht@pirati.ca>
Sun, 16 Aug 2020 08:39:04 +0000 (08:39 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 16 Aug 2020 08:39:04 +0000 (08:39 +0000)
commitb136c5f32bcadda873bbe14791dc7cce3d2d9833
treedb4d8eb1ed0d5eb2ea0139b5c87ea47865af5058
parent977e4fe5d9895d88dd84f4dbc34aac299e409985
Split the CXronjobs class into separate classes
src/Model/User.php
src/Worker/ClearCache.php [new file with mode: 0644]
src/Worker/Cron.php
src/Worker/CronJobs.php [deleted file]
src/Worker/ExpireAndRemoveUsers.php [new file with mode: 0644]
src/Worker/MoveStorage.php [new file with mode: 0644]
src/Worker/NodeInfo.php [new file with mode: 0644]
src/Worker/PostUpdate.php [new file with mode: 0644]
src/Worker/RepairDatabase.php [new file with mode: 0644]
src/Worker/UpdateContactBirthdays.php [new file with mode: 0644]
src/Worker/UpdatePhotoAlbums.php [new file with mode: 0644]