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 More item abstraction / making remote deletion work again 2018-07-07 18:14:16 +00:00
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 "author-link" and "owner-link" aren't stored anymore in the item table 2018-06-25 06:45:05 +00:00
contactgroup.php
contacts.php [frio] Improve Group Editing (#5349) 2018-07-09 18:36:50 -04:00
credits.php
crepair.php
delegate.php
dfrn_confirm.php
dfrn_notify.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
dfrn_poll.php fix redirection - works now with logged in users, remote users, guests and visitors 2018-06-21 22:37:05 +02:00
dfrn_request.php
directory.php Need the count conditions to match. 2018-06-20 11:59:13 -04:00
dirfind.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
display.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
editpost.php Standards and variable renaming 2018-06-19 17:11:59 +00:00
events.php
fbrowser.php
feedtest.php
fetch.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
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 [frio] Improve Group Editing (#5349) 2018-07-09 18:36:50 -04:00
hcard.php
help.php
home.php
hostxrd.php
hovercard.php fix hovercard for not logged in users 2018-06-21 22:46:10 +02:00
ignored.php
install.php
invite.php
item.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
like.php
localtime.php
lockview.php
lostpass.php
maintenance.php
manage.php
manifest.php
match.php
message.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
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 [frio] Improve Group Editing (#5349) 2018-07-09 18:36:50 -04:00
noscrape.php
notes.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
notice.php
notifications.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
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 Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
photos.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
phpinfo.php
ping.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
poco.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
poke.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
pretheme.php
probe.php
profile.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
profile_photo.php
profiles.php removed TODO, one day this all needs refacturizing ... 2018-06-20 22:02:17 +02:00
profperm.php
proxy.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
pubsub.php
pubsubhubbub.php
randprof.php
receive.php Warnings fixed 2018-07-08 09:37:05 +00:00
redir.php fix redirection - works now with logged in users, remote users, guests and visitors 2018-06-21 22:37:05 +02:00
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 Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
settings.php Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
share.php New function to fetch item data especially for users 2018-06-17 17:05:17 +00:00
smilies.php Rework smilies class and module 2018-07-15 08:03:12 -04:00
starred.php The fetch function now centrally controls the content 2018-06-24 10:48:29 +00:00
statistics_json.php
subthread.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
suggest.php
tagger.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
tagrm.php Use the item functions at many more places 2018-06-18 20:36:34 +00:00
toggle_mobile.php
uexport.php
uimport.php
unfollow.php
update_community.php fix scroll position in stream while ajax update 2018-06-16 13:05:33 +02:00
update_display.php fix scroll position in stream while ajax update 2018-06-16 13:05:33 +02:00
update_network.php fix scroll position in stream while ajax update 2018-06-16 13:05:33 +02:00
update_notes.php fix scroll position in stream while ajax update 2018-06-16 13:05:33 +02:00
update_profile.php fix scroll position in stream while ajax update 2018-06-16 13:05:33 +02:00
videos.php
view.php
viewcontacts.php
viewsrc.php Standards and variable renaming 2018-06-19 17:11:59 +00:00
wall_attach.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
wall_upload.php Fix more undefined variable/index notice in tests 2018-07-02 07:45:25 -04:00
wallmessage.php
webfinger.php
worker.php worker.php - fix missing use statement 2018-06-19 14:45:43 +02:00
xrd.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00