friendica/include
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
..
api.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
conversation.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
dba.php Remove dbesc() and dba_timer() function declarations 2018-07-23 15:30:54 -04:00
enotify.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
items.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
security.php Item storage: Permissions aren't stored in the items anymore (#5495) 2018-07-25 19:14:55 -04:00
text.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00