mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 17:44:27 +02:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -13,7 +13,7 @@ use Friendica\Util\HTTPSignature;
|
|||
class APDelivery
|
||||
{
|
||||
/**
|
||||
* @brief Delivers ActivityPub messages
|
||||
* Delivers ActivityPub messages
|
||||
*
|
||||
* @param string $cmd
|
||||
* @param integer $target_id
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* @file src/Worker/CheckVersion.php
|
||||
*
|
||||
* @brief save Friendica upstream version to the DB
|
||||
* save Friendica upstream version to the DB
|
||||
**/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
|
@ -13,7 +13,7 @@ use Friendica\Database\DBA;
|
|||
use Friendica\Util\Network;
|
||||
|
||||
/**
|
||||
* @brief check the git repository VERSION file and save the version to the DB
|
||||
* check the git repository VERSION file and save the version to the DB
|
||||
*
|
||||
* Checking the upstream version is optional (opt-in) and can be done to either
|
||||
* the master or the develop branch in the repository.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/CreateShadowEntry.php
|
||||
* @brief This script creates posts with UID = 0 for a given public post.
|
||||
* This script creates posts with UID = 0 for a given public post.
|
||||
*
|
||||
* This script is started from mod/item.php to save some time when doing a post.
|
||||
*/
|
||||
|
|
|
@ -137,7 +137,7 @@ class Cron
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Update public contacts
|
||||
* Update public contacts
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function updatePublicContacts() {
|
||||
|
@ -163,7 +163,7 @@ class Cron
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Poll contacts for unreceived messages
|
||||
* Poll contacts for unreceived messages
|
||||
*
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
|
|
|
@ -89,7 +89,7 @@ class CronJobs
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Update the cached values for the number of photo albums per user
|
||||
* Update the cached values for the number of photo albums per user
|
||||
*/
|
||||
private static function updatePhotoAlbums()
|
||||
{
|
||||
|
@ -104,7 +104,7 @@ class CronJobs
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Expire and remove user entries
|
||||
* Expire and remove user entries
|
||||
*/
|
||||
private static function expireAndRemoveUsers()
|
||||
{
|
||||
|
@ -132,7 +132,7 @@ class CronJobs
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Clear cache entries
|
||||
* Clear cache entries
|
||||
*
|
||||
* @param App $a
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
@ -230,7 +230,7 @@ class CronJobs
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Repair missing values in Diaspora contacts
|
||||
* Repair missing values in Diaspora contacts
|
||||
*
|
||||
* @param App $a
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
|
@ -270,7 +270,7 @@ class CronJobs
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Do some repairs in database entries
|
||||
* Do some repairs in database entries
|
||||
*
|
||||
*/
|
||||
private static function repairDatabase()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/DBClean.php
|
||||
* @brief The script is called from time to time to clean the database entries and remove orphaned data.
|
||||
* The script is called from time to time to clean the database entries and remove orphaned data.
|
||||
*/
|
||||
|
||||
namespace Friendica\Worker;
|
||||
|
@ -26,7 +26,7 @@ class DBClean {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Fork the different DBClean processes
|
||||
* Fork the different DBClean processes
|
||||
*/
|
||||
private static function forkCleanProcess() {
|
||||
// Get the expire days for step 8 and 9
|
||||
|
@ -42,7 +42,7 @@ class DBClean {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Remove orphaned database entries
|
||||
* Remove orphaned database entries
|
||||
* @param integer $stage What should be deleted?
|
||||
*
|
||||
* Values for $stage:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/DBUpdate.php
|
||||
* @brief This file is called when the database structure needs to be updated
|
||||
* This file is called when the database structure needs to be updated
|
||||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
|
|
|
@ -240,7 +240,7 @@ class Delivery
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Deliver content via DFRN
|
||||
* Deliver content via DFRN
|
||||
*
|
||||
* @param string $cmd Command
|
||||
* @param array $contact Contact record of the receiver
|
||||
|
@ -389,7 +389,7 @@ class Delivery
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Deliver content via Diaspora
|
||||
* Deliver content via Diaspora
|
||||
*
|
||||
* @param string $cmd Command
|
||||
* @param array $contact Contact record of the receiver
|
||||
|
@ -484,7 +484,7 @@ class Delivery
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Deliver content via mail
|
||||
* Deliver content via mail
|
||||
*
|
||||
* @param string $cmd Command
|
||||
* @param array $contact Contact record of the receiver
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/Directory.php
|
||||
* @brief Sends updated profile data to the directory
|
||||
* Sends updated profile data to the directory
|
||||
*/
|
||||
|
||||
namespace Friendica\Worker;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/Expire.php
|
||||
* @brief Expires old item entries
|
||||
* Expires old item entries
|
||||
*/
|
||||
|
||||
namespace Friendica\Worker;
|
||||
|
|
|
@ -216,7 +216,7 @@ class OnePoll
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Updates a personal contact entry and the public contact entry
|
||||
* Updates a personal contact entry and the public contact entry
|
||||
*
|
||||
* @param array $contact The personal contact entry
|
||||
* @param array $fields The fields that are updated
|
||||
|
@ -229,7 +229,7 @@ class OnePoll
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Poll DFRN contacts
|
||||
* Poll DFRN contacts
|
||||
*
|
||||
* @param array $contact The personal contact entry
|
||||
* @param string $updated The updated date
|
||||
|
@ -383,7 +383,7 @@ class OnePoll
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Poll Feed/OStatus contacts
|
||||
* Poll Feed/OStatus contacts
|
||||
*
|
||||
* @param array $contact The personal contact entry
|
||||
* @param string $protocol The used protocol of the contact
|
||||
|
@ -433,7 +433,7 @@ class OnePoll
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Poll Mail contacts
|
||||
* Poll Mail contacts
|
||||
*
|
||||
* @param array $contact The personal contact entry
|
||||
* @param integer $importer_uid The UID of the importer
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/ProfileUpdate.php
|
||||
* @brief Send updated profile data to Diaspora and ActivityPub
|
||||
* Send updated profile data to Diaspora and ActivityPub
|
||||
*/
|
||||
|
||||
namespace Friendica\Worker;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/RemoveContact.php
|
||||
* @brief Removes orphaned data from deleted contacts
|
||||
* Removes orphaned data from deleted contacts
|
||||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/RemoveUser.php
|
||||
* @brief Removes orphaned data from deleted users
|
||||
* Removes orphaned data from deleted users
|
||||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/SpoolPost.php
|
||||
* @brief Posts items that wer spooled because they couldn't be posted.
|
||||
* Posts items that where spooled because they couldn't be posted.
|
||||
*/
|
||||
namespace Friendica\Worker;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue