friendica/src/Worker
Michael Vogel d3a2ed85fe Next item structure works (#5380)
* Use "LEFT JOIN" to always fetch the item. Needed for update routines.

* New conversion routine that now covers every item

* Post update is now activated

* We now use a hash based upon RIPEMD-320 for content and activity

* The hash doesn't contain the plink anymore

* Legacy item fields are now "null"able

* New hash function for a server unique item hash

* Introduction of the legacy mode (usage of old item fields)

* Code simplification

* We don't need the "uri" fields anymore in item-activity and item-content

* Use the "created" and not the "received" date for the hash

* Avoiding several notices

* Some more warnings removed

* Improved uri-hash / Likes on Diaspora are now getting a creation date

* Corrected the post update version

* Ensure an unique uri-hash

* Don't delete orhaned item data at the moment

* Partly reworked, due to strange behaviour

* Some more parts reworked

* Using the uri currently seems to be more reliable

* Using the uri here as well

* Use the hash values again

* Grouped item fields in different categories

* Notices again

* use the gravity (we always should)

* Added hint for disabled post updates

* Notices ...

* Issue #5337: Personal notes are displayed again

* Use the gravity again
2018-07-15 14:36:20 -04:00
..
CheckVersion.php Review update 2018-01-27 11:13:41 -05:00
CreateShadowEntry.php Transfer all item shadow functions to the item class 2018-01-16 22:23:19 +00:00
Cron.php Possibly fixes 5137: Only execute "optimize table" when allowed 2018-05-27 06:23:18 +00:00
CronJobs.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
DBClean.php Workaround for Bugs in Class dba 2018-06-21 11:20:44 -04:00
DBUpdate.php Missing variable 2017-11-18 23:46:16 +00:00
Delivery.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Directory.php Review update 2018-01-27 11:13:41 -05:00
DiscoverPoCo.php Old database functions had been replaced in the workers 2018-04-09 21:34:23 +00:00
Expire.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
ForkHook.php Some clean up for the worker, arrays are now supported as parameter 2018-02-11 16:18:39 +00:00
GProbe.php Remove references to include/datetime 2018-02-03 20:47:37 -05:00
Notifier.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
OnePoll.php Remove comment 2018-06-27 20:11:09 +00:00
ProfileUpdate.php src Standards 2017-11-23 14:01:58 -05:00
PubSubPublish.php End subscription for unreachable subscribers 2018-05-19 03:56:29 +00:00
Queue.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
RemoveContact.php Use short form array syntax everywhere 2018-01-15 14:07:17 -05:00
SpoolPost.php Most functions now moved from include/items.php 2018-01-28 11:18:08 +00:00
TagUpdate.php Some of the last direct SQL calls to the item table had been changed 2018-06-21 06:21:51 +00:00
UpdateGContact.php Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 08:56:55 -05:00