aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | deal with a wall item
* 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 ↵Mario Vavti2021-05-231-4/+4
| | | | 2). Use the info from the parent item until this will be sorted out
* 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
|
* invoke channel discovery by hash instead of address and add thread listeners ↵Mario Vavti2021-01-251-3/+8
| | | | only if we also send them the post
* fix wrong variableMario2021-01-021-1/+1
|
* Revert "Fix sync item with Zot connections"Max Kostikov2020-12-291-1/+1
| | | | This reverts commit 3db4aa69440553788d8f46cf4bbfb38ca4f09130
* do not json_encode the attach array - fixes #1499Mario2020-12-171-232/+231
|
* profile_load() requires channel_addressMario2020-11-241-1/+1
|
* missing includeMario2020-11-231-0/+1
|
* fix mod item issue with remote channelsMario2020-11-221-16/+12
|
* restrict returned html usage to local_channel() until some issues will be ↵Mario2020-11-211-10/+18
| | | | worked out
* returning the rendered html when posting a comment will make the following ↵Mario2020-11-201-2/+12
| | | | update (and its implication in mod pubstream) obsolete
* item/activity fetchingMario2020-10-021-0/+100
|
* fix embeded sharesMario2020-07-131-2/+0
|
* zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ↵Zot2020-06-171-1/+25
| | | | as new posts authored by the group with an embedded reshare. This currently has known delivery issues due to zot/zot6 xchan confusion which are already slated for resolution in hz5. Specifically "sender is not owner/author" and missing abconfig permissions on the zot6 identity for a channel we're connected with over traditional zot.
* use $mid as plink to prevent to long plinksMario2020-04-201-4/+6
|
* missing lib importMario2020-04-191-0/+1
|
* make sure $post_tags is defined somewhere outsite a clause to prevent PHP ↵Mario2020-04-191-1/+2
| | | | warnings
* de-duplicate $post_tagsMario2020-04-181-2/+2
|
* implement addressing and fix conversation fetchingMario2020-04-181-60/+22
|
* Remove unnecessary [summary] tag processingMax Kostikov2020-04-151-10/+10
|
* use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to ↵Mario2020-03-291-3/+4
| | | | zot6 and some whitespace cleanup in queue_deliver()
* implement poll UI in jotMario2020-02-261-3/+58
|
* issue with multi-line poll elementszotlabs2020-02-121-4/+4
|
* this allows polls to federate from hubzilla to zap, though still a remaining ↵zotlabs2020-02-101-1/+5
| | | | issue with voting
* poll updateszotlabs2020-02-091-10/+17
|
* fix php warningÃMario2020-01-311-1/+1
|
* basic poll support and patch to not call System::get_platform_name() within ↵zotlabs2020-01-301-2/+61
| | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting
* event compatibility workzotlabs2020-01-141-2/+0
|
* fix duplicate attachment and regression with audio file uploadMario2019-11-041-5/+0
| | | (cherry picked from commit 4cfb965881df2be181aab6020c9df78c0a86fd9f)
* Sync private items with clones; avoid sync if no local connection with ↵Max Kostikov2019-09-301-7/+1
| | | | thread owner
* extend definition of direct message to anything with allow_cid but *not* ↵zotlabs2019-06-281-1/+6
| | | | | allow_gid. (cherry picked from commit 96a99935ef4f2da899275166b127537287966dac)
* http signature consolidationzotlabs2019-06-261-1/+1
|
* provide auto redirect from zot6 /item permalinkszotlabs2019-06-251-0/+19
|
* changes to support direct messages in zot6 (set item.item_private = 2 when ↵zotlabs2019-06-191-6/+5
| | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage)
* minor zot6 compatibility issues uncovered through daily usezotlabs2019-06-171-1/+2
|
* Update Item.phpMax Kostikov2019-05-011-9/+5
|
* Fix missprintMax Kostikov2019-05-011-1/+1
|