aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Expand)AuthorAgeFilesLines
* minor refactor to get rid of the $webpage variable (it does not cut it anymor...Mario2025-06-261-19/+21
* refactor doreply() and move reply functionality to modalMario2025-05-071-0/+2
* mod item: deprecate x() and use $_POST instead of $_REQUESTMario2025-04-241-77/+77
* set $plink to null if not providedMario2025-04-221-1/+1
* fix some plink for forum posts and commentsMario2025-04-051-7/+1
* fix $owner_hash not set correctly when editing and some whitespace fixesMario2025-02-281-20/+20
* exclude uplinked items from those queries since they are unlikely to be the o...Mario Vavti2025-02-111-2/+2
* fix delayed post handling in cron, always set item_delayed if we select a cre...Mario2024-12-081-1/+1
* an attempt to fix some comments on/off anomaliesMario2024-12-061-3/+3
* save a loop by ordering results by item_wall and more uuid only lookupMario2024-11-281-7/+8
* sql lookup by uuid should be sufficient by now, remove superfluous require_on...Mario2024-11-281-5/+1
* Merge branch 'dev' into containersMario Vavti2024-11-101-12/+15
|\
| * Revert "Module\Item: Make $item_id an object property."Mario2024-11-101-12/+15
* | Merge branch 'dev' into containersMario Vavti2024-11-101-224/+228
|\|
| * Module\Item: Make $item_id an object property.Harald Eilertsen2024-11-101-15/+12
| * Module\Item: Move processing of zot and as requests to functions.Harald Eilertsen2024-11-101-224/+231
* | remove extensiv logging to syslogMario Vavti2024-11-091-5/+0
* | fix regression propagating deletesMario Vavti2024-11-091-2/+2
* | port to containers item_store() continuedMario Vavti2024-11-081-2/+10
* | refactor drop_item[s]() for containersMario Vavti2024-11-081-2/+5
* | Merge branch 'dev' into containersMario Vavti2024-11-031-1/+1
|\|
| * make sure the objects published date has the correct time formatMario2024-10-311-1/+1
* | containers: send add in mod like, send remove on deleteMario Vavti2024-10-091-2/+3
* | more work on porting containers from streamsMario Vavti2024-10-091-0/+5
* | whitespace and use empty for checkMario2024-10-061-6/+6
* | start containersMario2024-10-061-4/+34
|/
* remove garbageMario2024-09-181-5/+0
* not yet ready for primetimeMario2024-09-181-0/+5
* do not run set_linkified_perms() if editing an existing postMario2024-07-231-2/+4
* item buttons redesign - initial checkinMario2024-07-221-1/+0
* fix return to blank page after editing post under some circumstancesMario2024-06-181-0/+5
* Ãfix undefined variableMario2024-06-101-1/+1
* revert default to activity type Article until we have a more stable solution ...Mario2024-03-231-1/+1
* more work on emojisMario2024-03-091-0/+28
* start sending articles instead of notes by defaultMario2024-03-081-1/+1
* AS2 Follow/IgnoreMario2024-03-011-2/+2
* AS2Mario2024-02-251-20/+4
* make sure to decode html special chars before sending over the wire andMario2024-02-211-3/+2
* start using uuid for internal reference instead of base64 encoded midMario2024-02-011-6/+6
* only check for privacy mismatch if observer != ownerMario2023-11-171-8/+8
* work around a possible privacy mismatch when processing zot requestsMario2023-11-161-6/+9
* ocap initial checkinMario2023-06-021-8/+43
* check for uuid so that will be also catch items that were posted from alterna...Mario2023-04-231-4/+3
* add the conversation endpoint and implement paginated fetch for zot requests ...Mario2023-04-231-57/+37
* initial check in to allow all mentions optionMario2023-03-231-1/+37
* make sure to only transform channel wall posts for group actorsMario2023-03-121-1/+1
* Revert "some work on bringing bang tags back for forums"Mario2023-03-031-0/+1
* some work on bringing bang tags back for forumsMario2023-03-021-1/+0
* pooll fixesMario2022-12-201-4/+7
* fix new uuid created when editing postMario2022-11-091-5/+4