]> git.mxchange.org Git - friendica.git/commit
Item storage: Permissions aren't stored in the items anymore (#5495)
authorMichael Vogel <icarus@dabo.de>
Wed, 25 Jul 2018 23:14:55 +0000 (01:14 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Wed, 25 Jul 2018 23:14:55 +0000 (19:14 -0400)
commit986106a8f7d0b58a2b2834b082301a426bc98999
tree99b231a95b166ec13b0bd45b5f59f5baa0ad1e08
parent830b2edc3587747f37281a0bd1eaf4dfe98b043a
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 ...
boot.php
database.sql
include/security.php
mod/lockview.php
src/Database/DBStructure.php
src/Database/PostUpdate.php
src/Model/Item.php
src/Model/PermissionSet.php
src/Protocol/DFRN.php