friendica/src/Worker
Michael Vogel 36d4516e7a 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
2018-07-28 13:11:46 -04:00
..
CheckVersion.php Ad missing use statements after dbesc conversion 2018-07-23 18:44:05 -04:00
CreateShadowEntry.php Transfer all item shadow functions to the item class 2018-01-16 22:23:19 +00:00
Cron.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
CronJobs.php Postupdate is now working again (#5512) 2018-07-27 19:24:26 -04:00
DBClean.php Rename DBA::num_rows to DBA::numRows 2018-07-22 19:27:35 -04:00
DBUpdate.php Replace global $a with BaseObject::getApp() 2018-07-16 19:38:17 -04:00
Delivery.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
Directory.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
DiscoverPoCo.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
Expire.php Missing stuff in "develop"? (#5516) 2018-07-28 13:11:46 -04:00
ForkHook.php Replace global $a with BaseObject::getApp() 2018-07-16 19:38:17 -04:00
GProbe.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00
Notifier.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
OnePoll.php Moved CONTACT_* constants to Friendica\Model\Contact class, lesser in global namespace (#5490) 2018-07-24 22:53:46 -04:00
ProfileUpdate.php src Standards 2017-11-23 14:01:58 -05:00
PubSubPublish.php Rename DBA::is_result to DBA::isResult 2018-07-23 11:04:14 -04:00
Queue.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
RemoveContact.php Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:19:26 -04:00
SpoolPost.php Most functions now moved from include/items.php 2018-01-28 11:18:08 +00:00
TagUpdate.php Rename DBA::num_rows to DBA::numRows 2018-07-22 19:27:35 -04:00
UpdateGContact.php Rename dbesc to DBA::escape 2018-07-23 15:30:54 -04:00