friendica/mod
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
..
_well_known.php
acctlink.php
acl.php
admin.php Add worker queue details (#5375) 2018-07-14 14:01:17 -04:00
allfriends.php
amcd.php
api.php
apps.php
attach.php
babel.php
bookmarklet.php
cal.php
common.php
community.php
contactgroup.php
contacts.php
credits.php
crepair.php
delegate.php
dfrn_confirm.php
dfrn_notify.php
dfrn_poll.php
dfrn_request.php
directory.php
dirfind.php
display.php
editpost.php
events.php
fbrowser.php
feedtest.php
fetch.php
filer.php
filerm.php
follow.php
friendica.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
fsuggest.php
group.php
hcard.php
help.php
home.php
hostxrd.php
hovercard.php
ignored.php
install.php
invite.php
item.php
like.php
localtime.php
lockview.php
lostpass.php
maintenance.php
manage.php
manifest.php
match.php
message.php
modexp.php
msearch.php
network.php Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
newmember.php
nodeinfo.php admins can mark their nodes for explicit content (#5373) 2018-07-14 12:08:06 -04:00
nogroup.php
noscrape.php
notes.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
notice.php
notifications.php
notify.php
oexchange.php
openid.php
opensearch.php
ostatus_subscribe.php
parse_url.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
photo.php
photos.php
phpinfo.php
ping.php
poco.php
poke.php
pretheme.php
probe.php
profile.php
profile_photo.php
profiles.php
profperm.php
proxy.php
pubsub.php
pubsubhubbub.php
randprof.php
receive.php
redir.php
register.php admins can mark their nodes for explicit content (#5373) 2018-07-14 12:08:06 -04:00
regmod.php
removeme.php
repair_ostatus.php
robots_txt.php
rsd_xml.php
salmon.php
search.php
settings.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
share.php
smilies.php Rework smilies class and module 2018-07-15 08:03:12 -04:00
starred.php
statistics_json.php
subthread.php
suggest.php
tagger.php
tagrm.php
toggle_mobile.php
uexport.php
uimport.php
unfollow.php
update_community.php
update_display.php
update_network.php
update_notes.php
update_profile.php
videos.php
view.php
viewcontacts.php
viewsrc.php
wall_attach.php
wall_upload.php
wallmessage.php
webfinger.php
worker.php
xrd.php