friendica/src/Model
Michael Vogel edcd0a3744 Issue 4960: Ignoring and blocking of contacts should work again (#5657)
* Issue 4960: Ignoring and blocking of contacts should work again

* Renamed functions

* This function should be renamed as well.

* We now have a frontend to block and ignore public contacts

* Hide some parts for public contacts

* Removed notices, public contact is now accessible from dirfind as well

* We now show contact conversations and contact posts

* We now use a new conversation mode

* The update functionality is disabled until it will work completely

* Fixing tabs chaos

* Update after posts on the contacts page will now work

* Show connect link
2018-08-25 09:48:00 -04:00
..
Contact.php Issue 4960: Ignoring and blocking of contacts should work again (#5657) 2018-08-25 09:48:00 -04:00
Conversation.php Cleanups: isResult() more used, readability improved (#5608) 2018-08-24 01:05:49 -04:00
Event.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
GContact.php Cleanups: isResult() more used, readability improved (#5608) 2018-08-24 01:05:49 -04:00
Group.php "dba" is now "DBA". This hadn't been respected at some places (#5655) 2018-08-23 09:51:58 -04:00
Item.php Issue 4960: Ignoring and blocking of contacts should work again (#5657) 2018-08-25 09:48:00 -04:00
ItemContent.php Stopped using deprecated constants NETWORK_* (#5537) 2018-08-11 22:40:44 +02:00
ItemURI.php We now store the uri data in a separate table (#5560) 2018-08-05 13:09:59 +02:00
Mail.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
OpenWebAuthToken.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
PermissionSet.php Removed some test logging 2018-07-29 04:38:14 +00:00
Photo.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
Process.php Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
Profile.php Some easy to replace "q" calls have been replaced by "DBA" calls (#5632) 2018-08-19 12:46:10 +00:00
PushSubscriber.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Queue.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Term.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
User.php Cleanups: isResult() more used, readability improved (#5608) 2018-08-24 01:05:49 -04:00