aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* cleanup of upload_to_comments test; we actually don't care about the profile ↵zotlabs2017-11-121-9/+0
| | | | owner. We only care that we're logged in locally and our storage is public by default.
* bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-221-37/+9
| | | | work)
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-10-031-9/+16
|\
| * Clone sync deletions to comments (which belong to you) on wall posts (which ↵zotlabs2017-10-021-9/+16
| | | | | | | | do not).
* | fix community tags not preserved on post edit. issue #865Mario Vavti2017-10-021-1/+1
|/
* fix category links in card bodieszotlabs2017-08-291-1/+10
|
* make cards searchablezotlabs2017-08-241-11/+13
|
* fix permalinks for card comments (send to parent url)zotlabs2017-08-241-0/+11
|