aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use thr_parent for comment repliesMax Kostikov2019-05-011-6/+6
|
* Add initial threaded comments supportMax Kostikov2019-04-291-6/+10
|
* nomadic is not a parameter in the hz version of encode_item_collectionzotlabs2019-03-211-1/+1
|
* limit 1Mike Macgirvin2019-03-131-1/+1
|
* rework authenticated item fetches (check ACL on the parent, not on the ↵zotlabs2019-03-121-56/+41
| | | | requested item)
* add owner permission checks to AS item fetchzotlabs2019-03-121-2/+37
|
* authenticated fetch fixeszotlabs2019-03-091-0/+1
|
* missing use AppMario Vavti2019-02-081-0/+1
|
* add missing zot6 conversation completion (required for message repeats)zotlabs2019-02-071-0/+144
|
* fix verb for reshareszotlabs2019-02-061-1/+1
|
* fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-2/+2
| | | | some fixes to activity parsing from upstream.
* fix generated plinkzotlabs2018-12-031-3/+3
|
* more work on the mid/uuid conversionzotlabs2018-11-151-17/+19
|
* item uuid changeszotlabs2018-11-121-1/+3
|
* begin native summary supportzotlabs2018-11-081-1/+23
|
* Remove servicelevel logicM. Dent2018-09-291-22/+0
|
* Corrected resubmit of fixes to Authors unable to comment on posts they ↵M.Dent2018-09-041-5/+7
| | | | authored when owned by others.
* Revert "Fix: Authors unable to comment on posts they authored when under ↵Mario Vavti2018-09-031-7/+5
| | | | | | | | owned by others in certain circumstances." This reverts commit e2824f925964fbfe160255de6e733b4c2de3cecb. Reverting because it breaks forum mentions.
* Fix: Authors unable to comment on posts they authored when under owned by ↵M.Dent2018-09-011-5/+7
| | | | others in certain circumstances.
* issue with mdpost addon and archive.org links which contain a full url as a ↵zotlabs2018-08-131-1/+1
| | | | path/query component
* more refactor tags/mentionszotlabs2018-05-141-1/+1
|
* tagging changes: + (old style forum mentions), and underscore space ↵zotlabs2018-05-031-10/+0
| | | | replacement are no longer supported.
* backend work to allow admin to delete photos. Still requires frontend work ↵zotlabs2018-05-021-5/+10
| | | | to give admin access to either the photos and/or the delete link.
* Provide admin delete ability if the viewer is admin but has no existing ↵zotlabs2018-05-021-7/+14
| | | | delete authority. For 3.5+ as a new string is involved.