friendica/src/Protocol
Michael Vogel 986106a8f7 Item storage: Permissions aren't stored in the items anymore (#5495)
* The permission set is now used for item permissions

* Check for allow_cid, ... is superfluous. Checking for "private" is enough

* We query the permissionset

* Permissions are displayed correctly

* Changed index

* We don't store the permissions in the item table anymore

* Permission fields are now deprecated

* Reversed ...
2018-07-25 19:14:55 -04:00
..
DFRN.php Item storage: Permissions aren't stored in the items anymore (#5495) 2018-07-25 19:14:55 -04:00
Diaspora.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
Email.php Bugfix: Avoid "Class not found" error 2018-03-08 19:58:35 +00:00
Feed.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
OStatus.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
PortableContact.php Fix Undefined index: nurl in Protocol\PortableContact 2018-07-24 07:55:42 -04:00
Salmon.php Review update 2018-01-27 11:13:41 -05:00