friendica/src
Hypolite Petovan d20b53607d Distinguish between public and private contact in contact actions
- Block and ignore is done relating to a public contact (uid = 0)
- Update and drop is done relating to a private contact (uid !=0)
- Method documentation has been improved to precise the contact type it needs
- Public and private contact ids are retrieved before acting on contacts
2021-09-06 11:50:46 -04:00
..
App
Collection
Console
Content
Core
Database Improve documentation of $old_fields possible values in DBA::update and Database->update 2021-09-05 14:54:50 -04:00
Factory
Model Fix Photo::delete() 2021-09-05 19:20:43 +02:00
Module Distinguish between public and private contact in contact actions 2021-09-06 11:50:46 -04:00
Network
Object
Protocol
Render
Repository
Security
Util
Worker Issue 10651: Improved logging 2021-09-04 04:51:20 +00:00
App.php
BaseCollection.php
BaseDataTransferObject.php
BaseEntity.php
BaseFactory.php
BaseModel.php
BaseModule.php
BaseRepository.php
DI.php
LegacyModule.php