Missing stuff in "develop"? (#5516)
authorMichael Vogel <icarus@dabo.de>
Sat, 28 Jul 2018 17:11:46 +0000 (19:11 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sat, 28 Jul 2018 17:11:46 +0000 (13:11 -0400)
commit36d4516e7a9e5954123a563a87b0a8e3ce97b788
tree254578b5646f40b5fa0a0ffed108c50d235ff9d4
parent0902ea508d006f6bbf560a5f9a1660ca3594df60
Missing stuff in "develop"? (#5516)

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

* "post-type" replaces "bookmark" and "type"

* The permission set is now stored

* The permission set is now removed upon expiry

* Postupdate now handles "postopts" as well
src/Database/PostUpdate.php
src/Model/Item.php
src/Model/PermissionSet.php
src/Worker/Expire.php
update.php