aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* comment out unused codeMario Vavti2022-12-221-1/+2
* move queueworker to core and bump versionMario2022-12-021-12/+15
* basically every incoming item should have a uuid by nowMario2022-11-251-2/+2
* de-duplicate by mid. there is no combined index for uid and uuid hence the qu...Mario Vavti2022-11-241-15/+5
* fix issue in tag_deliver() and silence some more warningsMario2022-11-201-2/+3
* fix wrong array key and undefined array keyMario2022-11-101-1/+2
* items_fetch(): check if set and if there is a valueMario2022-11-091-21/+19
* fix php warningsMario Vavti2022-10-231-2/+2
* fix php warningsMario2022-10-201-0/+1
* fix php warningsMario Vavti2022-10-201-2/+1
* fix php warningsMario Vavti2022-10-181-3/+3
* fix php warningsMario2022-10-121-7/+9
* php8: warning fixesMario2022-09-141-26/+26
* php8: fix more warningsMario2022-09-111-7/+3
* fix photo permission if a photo description is available and use the filename...Mario2022-05-231-1/+5
* add the title in forum post resharesMario2022-05-141-0/+1
* streamline comment policy with downstreamMario2022-03-231-19/+1
* enhanced content filtersMario2022-03-011-11/+45
* more PHP 8.1 deprecated warningsMario2022-02-021-2/+2
* more PHP 8.1 deprecated warningsMario2022-02-021-3/+3
* use item_hidden instead of item_notshown for forum comment announcesMario2022-01-261-1/+1
* fix Access^CccessList include and plink in post_activity_item()Mario2022-01-031-2/+3
* merge branch perms_ng into devMario2021-12-151-35/+167
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-09-231-1/+6
|\
| * make sure we do not mix up likes on direct messages and commments on direct m...Mario2021-09-231-1/+6
* | implement the top option in items_fetchMario Vavti2021-09-231-2/+5
|/
* more deprecate legacy zotMario2021-06-281-1/+1
* New landing page HQ with separate views for direct messages, public/limited m...Mario2021-06-171-1/+1
* remove unobscure()Mario2021-05-281-1/+0
* remove deprecated mail codeMario2021-05-281-289/+0
* remove include/messageMario2021-05-271-1/+0
* remove most legacy zot quirksMario2021-05-261-1/+1
* import_author_xchan(): do not import legacy zotMario2021-05-261-53/+19
* some cleanupMario2021-05-231-40/+11
* remove todo since the zot6 xchan should be merely imported in this case. also...Mario2021-05-211-2/+4
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario2021-05-211-3/+4
|\
| * Merge branch 'Malend-dev-patch-02229' into 'dev'Mario2021-05-211-3/+4
| |\
| | * Remove useless testMalendur2021-05-201-3/+4
* | | introduce the direct flag for direct messagesMario2021-05-211-9/+16
|/ /
* / make sure to set the correct item_private stateMario2021-05-201-1/+2
|/
* next batch of fixesMario2021-04-211-13/+43
* start sending author id, id_sig and key fields along with author/owner and ad...Mario2021-04-211-9/+19
* php8: fix some undefined variablesMario2021-03-141-17/+15
* mod subthread issue continuedMario2021-03-141-2/+8
* Stricter item array checksMax Kostikov2021-03-111-19/+19
* save the rewritten llinkMario2021-03-111-1/+2
* if rewriting the mid also rewrite the llinkMario2021-03-101-0/+1
* php8: random fixes deriving from mod networkMario2021-03-101-3/+3
* Fix deprecated function arguments orderMax Kostikov2021-03-091-1/+1
* export compatibility from hubzilla to zapZot2021-02-241-9/+53