friendica/src/Database
Michael Vogel 5f77e98d76 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
2018-07-27 19:24:26 -04:00
..
DBA.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
DBStructure.php Item storage: Permissions aren't stored in the items anymore (#5495) 2018-07-25 19:14:55 -04:00
PostUpdate.php Postupdate is now working again (#5512) 2018-07-27 19:24:26 -04:00