aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Collapse)AuthorAgeFilesLines
* remove loggingMario2024-04-201-2/+0
|
* passing an empty filter to deliverable_abook_xchans() will return all ↵Mario2024-04-171-4/+13
| | | | deliverable abook xchans - we do not want this in this place. also add some docu
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-5/+6
|
* more work on emojisMario2024-03-091-3/+4
|
* AS2 Follow/IgnoreMario2024-03-011-3/+2
|
* AS2 Update and implement a first draft of AS2 Profile activitiesMario2024-02-291-49/+2
|
* do away with deprecated activity typesMario2024-02-281-34/+0
|
* AS2Mario2024-02-251-83/+8
|
* 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 ↵Mario2024-01-221-1/+1
| | | | stream first) in source_xchan instead of owner_xchan. this way we will preserve the real owner for the thread and not have conflicts when dealing with deletes of comments or likes
* 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
| | | (cherry picked from commit 3a01aa40d8f788c89f50f9893214f6591dac7bae)
* 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 ↵Mario2023-06-231-3/+15
| | | | some more work on ocap
* 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
| | | | instead rely on the sync delivery.
* 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
| | | | This reverts commit da034045cc1bba74287b7c3e83f4a94ff5359150.
* 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 ↵Mario Vavti2022-11-241-15/+5
| | | | query could be slow if an uid has a lot of items. the workaround for hubzilla < 4.0 is not required anymore
* 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 ↵Mario2022-05-231-1/+5
| | | | filename as default photo description if uploading via the editor
* 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
|