friendica/src/Core
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
..
Cache "Imported" name spaces (#5361) 2018-07-10 18:55:01 -04:00
Config Prevent empty $uid from messing up the PreloadConfigAdapter 2018-04-09 21:24:22 -04:00
Console Fix PoToPhp 2018-05-17 08:12:55 +02:00
Lock Added Unittests for cache 2018-07-07 19:46:16 +02:00
Session Improve CacheSessionhandler 2018-04-18 23:37:06 -04:00
ACL.php standards 2018-03-24 19:40:35 +00:00
Addon.php Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Cache.php redesign of locking & caching 2018-06-28 22:57:17 +02:00
Config.php Move *ConfigValue functions to App 2018-03-06 20:04:04 -05:00
Console.php Added console command to manually archive contacts 2018-04-23 05:33:47 +00:00
Install.php using \PDO instead PDO (bugfix) 2018-05-04 19:48:01 +02:00
L10n.php Warnings fixed 2018-07-08 09:37:05 +00:00
Lock.php Fixings 2018-07-05 20:57:31 +02:00
NotificationsManager.php The fetch function now centrally controls the content 2018-06-24 10:48:29 +00:00
PConfig.php No direct $a->config['foo'] needed when Config::get() is around ... 2018-05-14 22:50:05 +02:00
Protocol.php Fix wrong SQL query syntax in Core\ACL 2018-03-08 04:42:07 -05:00
Session.php Add support for Memcached/Improve database cache 2018-03-04 23:13:19 -05:00
System.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Theme.php Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
UserImport.php Issue 4396: Avoid SQL error during UImport 2018-02-17 10:37:14 +00:00
Worker.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00