aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fix permalinks to children of articles and cardszotlabs2018-04-051-0/+1
|
* private forum mentionszotlabs2018-04-041-1/+1
|
* obscure permission issue with custom permissions when using the highly ↵zotlabs2018-03-121-0/+6
| | | | discouraged advisory privacy modes
* turn shares into activities - make certain to pull addons or JSON-LD will ↵zotlabs2018-02-131-4/+4
| | | | chuck a wobbly
* initial share refactorzotlabs2018-02-121-1/+16
|
* redirect to the email_validation page if login was attempted after account ↵zotlabs2018-01-291-0/+1
| | | | creation but prior to successful verification. This presents the link to resend the verification email and/or allows you to enter it.
* move markdown-in-posts/comments feature to pluginzotlabs2018-01-141-8/+6
|
* wrong constant namezotlabs2017-12-141-1/+1
|
* auto promote beginner (techlevel 0) accounts to level 1 after they show ↵zotlabs2017-12-101-1/+23
| | | | signs of active participation.
* pubstream comments and a few other bugfixes that were discovered along the wayzotlabs2017-11-261-9/+14
|
* article featurezotlabs2017-11-221-0/+15
|