]> git.mxchange.org Git - friendica.git/commit
Fix for post update (#5513)
authorMichael Vogel <icarus@dabo.de>
Sat, 28 Jul 2018 17:12:35 +0000 (19:12 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sat, 28 Jul 2018 17:12:35 +0000 (13:12 -0400)
commit91db91d315933ff8ecdf8b3e162682b975bbfe7d
tree84e95ff218766ae23c516b2365e907f9f0695ac1
parent36d4516e7a9e5954123a563a87b0a8e3ce97b788
 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
src/Worker/CronJobs.php