friendica/src/Model
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
..
Contact.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Conversation.php Fix more undefined variable/index notice in tests 2018-07-02 07:45:25 -04:00
Event.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
GContact.php workaround for stalling worker processes when running the daemon 2018-07-11 06:05:22 +00:00
Group.php [frio] Improve Group Editing (#5349) 2018-07-09 18:36:50 -04:00
Item.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
ItemContent.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Mail.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
OpenWebAuthToken.php port hubzillas OpenWebAuth - fix wrong table name + fix wrong method name 2018-06-20 20:11:26 +02:00
Photo.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
Process.php Remove references to include/datetime 2018-02-03 20:47:37 -05:00
Profile.php Rework smilies class and module 2018-07-15 08:03:12 -04:00
PushSubscriber.php End subscription for unreachable subscribers 2018-05-19 03:56:29 +00:00
Queue.php Forgotten "+" 2018-02-08 19:47:47 +00:00
Term.php Use already fetched data for magiclink 2018-07-02 05:41:55 +00:00
User.php added forgotten trim 2018-07-06 15:49:27 +02:00