]> git.mxchange.org Git - friendica.git/commit
Postupdate is now working again (#5512)
authorMichael Vogel <icarus@dabo.de>
Fri, 27 Jul 2018 23:24:26 +0000 (01:24 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Fri, 27 Jul 2018 23:24:26 +0000 (19:24 -0400)
commit5f77e98d76ca221170cdb3e63bea8a78ec55c66c
tree691824e685b8001947f4320eb482ef1e31a405eb
parent1e83261a889ec771659b49d293ad1e94ce7bd2e0
Postupdate is now working again (#5512)

* "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
src/Database/PostUpdate.php
src/Model/PermissionSet.php
src/Worker/CronJobs.php
update.php