friendica/src
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
..
Content Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Core Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Database Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Model Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Module Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Network Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Object Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Protocol Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Fix function comments in Util\Network 2018-07-15 08:03:12 -04:00
Worker Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
App.php Fix Broken Profile Links (#5286) 2018-07-14 16:31:46 -04:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Add new Module classes 2017-12-29 21:55:13 -05:00