aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-5/+10
* restructure Libzot::process_delivery()Mario2024-01-241-1/+1
* store the original announce actor (the one that pushed the item into our stre...Mario2024-01-221-1/+1
* some low level work on native repeatsMario2023-11-091-1/+2
* only select the required fields to prevent memory exhaustion on big result setsSystem user; apache2023-09-151-3/+6
* fix php warningMario2023-07-031-2/+6
* unify code for selecting deliverable abook xchansMario2023-07-011-16/+7
* implement optional moderation of unsolicited comments, minor css fixes and so...Mario2023-06-231-3/+15
* ocap initial checkinMario2023-06-021-0/+130
* php warningsMario2023-05-101-6/+6
* missing functionMario Vavti2023-05-101-0/+33
* improved item_expire()Mario Vavti2023-04-141-33/+22
* ignore deliveries by our own channel which do not origin from the local hub. ...Mario2023-03-301-1/+1
* do not add not_here, anon, token and rss contacts to receiversMario Vavti2023-03-291-2/+1
* initial check in to allow all mentions optionMario2023-03-231-5/+37
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-2/+11
* some work on bringing bang tags back for forumsMario2023-03-021-11/+2
* minor cleanup and prevent duplicate recipients in some placesMario2023-01-261-8/+14
* fix race conditions when processing multiple choice pollsMario2023-01-111-1/+1
* add sys channel to receiveres for public itemsMario Vavti2023-01-021-7/+7
* 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