friendica/src
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
..
Content Reduce cache time for OEmbed error 2018-07-24 11:05:09 -04:00
Core Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
Database Item storage: Permissions aren't stored in the items anymore (#5495) 2018-07-25 19:14:55 -04:00
Model Item storage: Permissions aren't stored in the items anymore (#5495) 2018-07-25 19:14:55 -04:00
Module Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Network Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
Object Fix undefined oembed properties 2018-07-24 07:56:27 -04:00
Protocol Item storage: Permissions aren't stored in the items anymore (#5495) 2018-07-25 19:14:55 -04:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Worker Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
App.php Issue 5467: Fix worker and daemon 2018-07-24 03:42:44 +00:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Set BaseObject::setApp in App 2018-07-16 19:38:13 -04:00