aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Module\Item: Make $item_id an object property."Mario11 days1-12/+15
* Module\Item: Make $item_id an object property.Harald Eilertsen11 days1-15/+12
* Module\Item: Move processing of zot and as requests to functions.Harald Eilertsen11 days1-224/+231
* make sure the objects published date has the correct time formatMario2024-10-311-1/+1
* 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
* fix various issuesMario2022-10-211-1/+0
* fix php warningsMario2022-10-121-19/+37
* fix issue #1687Mario2022-09-221-2/+2
* more cleanupMario2022-05-061-10/+3
* some cleanup after moving articles and cards to addonsMario2022-05-061-30/+1
* make sure to set comments_closed to the created date if nocomment is setMario Vavti2022-03-231-1/+1
* thr_parent lost across editsMario2022-02-181-0/+1
* PHP 8.1 band-aidMario Vavti2022-01-311-9/+9
* add the title to the objectMario2021-12-211-0/+1
* merge branch perms_ng into devMario2021-12-151-12/+24
* mod item: cleanup and remove some unused variablesMario2021-10-221-495/+477
* remove library/urlify and use vendor/jbroadway/urlify insteadMario2021-10-221-3/+2
* if posting from hq return to the message we just postedMario2021-09-061-0/+4
* redirect to the local item instead of the item at the primary location if we ...Mario Vavti2021-07-161-1/+1
* Fix link to source on clonesMax Kostikov2021-07-161-2/+3
* handle_tag(): only use xchans with xhchan_deleted = 0Mario2021-05-261-0/+2
* AccessList::is_private() does not return info about the private state (1 or 2...Mario Vavti2021-05-231-4/+4
* mod subthread issue continuedMario2021-03-141-2/+12
* do not parse bbcode in summary - issue #1532Mario2021-03-101-2/+0
* Change set_linkified_perms() arguments order Max Kostikov2021-03-091-1/+1
* deprecate summary tag in favour of a separate input fieldMario2021-02-191-18/+1
* thread listener improvementsMario2021-01-261-4/+10