1
0
Fork 0
friendica_2020-09-1_sharedH.../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 Add probe support to @user@domain.tld search string format 2021-08-24 12:46:01 -04:00
Content Don't offer to unfollow yourself 2021-09-02 19:38:10 +00:00
Core Fix translations for singular/plural strings 2021-08-31 05:51:08 +00:00
Database Improve documentation of $old_fields possible values in DBA::update and Database->update 2021-09-05 14:54:50 -04:00
Factory Realy fix setCookieJar 2021-08-25 21:32:44 +02:00
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 Fix http_code usage in case of failures 2021-08-29 14:05:38 +02:00
Object Fix review points 2021-08-20 11:02:18 +02:00
Protocol Use the correct function is adviced ... 2021-09-03 04:20:32 +00:00
Render
Repository
Security Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
Util Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
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 Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
LegacyModule.php