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
This commit is contained in:
Michael Vogel 2018-07-28 19:12:35 +02:00 committed by Hypolite Petovan
parent 36d4516e7a
commit 91db91d315
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ use Friendica\Model\Photo;
use Friendica\Model\User;
use Friendica\Network\Probe;
use Friendica\Protocol\PortableContact;
use Friendica\Database\PostUpdate;
require_once 'include/dba.php';
require_once 'mod/nodeinfo.php';