aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
Commit message (Expand)AuthorAgeFilesLines
* remove extensiv logging to syslogMario Vavti12 days1-2/+0
* fix regression propagating deletesMario Vavti12 days1-3/+3
* port to containers item_store() continuedMario Vavti13 days1-1/+1
* refactor drop_item[s]() for containersMario Vavti13 days1-51/+118
* Merge branch 'dev' into containersMario Vavti2024-10-231-9/+4
|\
| * make sure we select only sys channel items and remove dupes checking (this wi...Mario2024-10-231-9/+4
* | code consistencyMario Vavti2024-10-121-3/+4
* | containers: port start_delivery_chain()Mario Vavti2024-10-121-1/+5
* | Merge branch 'dev' into containersMario Vavti2024-10-121-1/+3
|\|
| * Fix duplicate posts from forum clonesMario Vavti2024-10-121-1/+3
* | more work on porting containers from streamsMario Vavti2024-10-091-8/+22
* | start containersMario2024-10-061-33/+117
|/
* Adjust fix_attached_permissions() so that if we got a token, we will just add...Mario2024-09-181-7/+17
* some cleanupMario2024-07-231-7/+8
* the tag_deliver permission is not used anymoreMario2024-07-231-3/+0
* make sure to failà the tgroup_check() for group posts if they do not have th...Mario2024-07-231-2/+1
* remove loggingMario2024-04-201-2/+0
* passing an empty filter to deliverable_abook_xchans() will return all deliver...Mario2024-04-171-4/+13
* 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 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