friendica/src
Michael Vogel 91db91d315 Fix for post update (#5513)
* "post-type" replaces "bookmark" and "type"

* Removed some more type

* Added index to permission set

* The permission set is now stored

* The permission set is now removed upon expiry

* Post update now stores the permission set

* New file

* Permissions are now sorted

* 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 ...

* Postupdate now handles "postopts" as well

* Set deprecated fields to "null" if empty

* Postupdates are enabled again

* Fix for post update
2018-07-28 13:12:35 -04:00
..
Content Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Core Continued: (#5508) 2018-07-26 22:27:28 -04:00
Database Missing stuff in "develop"? (#5516) 2018-07-28 13:11:46 -04:00
Model Missing stuff in "develop"? (#5516) 2018-07-28 13:11:46 -04:00
Module Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Network Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Object Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Protocol Fix parse error in Protocol\PortableContact (#5515) 2018-07-28 08:52:57 -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 Fix for post update (#5513) 2018-07-28 13:12:35 -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