Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix sync item with Zot connections" | Max Kostikov | 2020-12-30 | 1 | -1/+1 |
| | | | | | | This reverts commit 3db4aa69440553788d8f46cf4bbfb38ca4f09130 (cherry picked from commit c063fe07205bb22401d2a2c29a1829e17e5b7a66) | ||||
* | do not json_encode the attach array - fixes #1499 | Mario | 2020-12-21 | 1 | -232/+231 |
| | | | (cherry picked from commit 5b24225251a120e6bdba8dd1a16e9d5c3172a61d) | ||||
* | profile_load() requires channel_address | Mario | 2020-11-24 | 1 | -1/+1 |
| | |||||
* | missing include | Mario | 2020-11-23 | 1 | -0/+1 |
| | |||||
* | fix mod item issue with remote channels | Mario | 2020-11-22 | 1 | -16/+12 |
| | |||||
* | restrict returned html usage to local_channel() until some issues will be ↵ | Mario | 2020-11-21 | 1 | -10/+18 |
| | | | | worked out | ||||
* | returning the rendered html when posting a comment will make the following ↵ | Mario | 2020-11-20 | 1 | -2/+12 |
| | | | | update (and its implication in mod pubstream) obsolete | ||||
* | item/activity fetching | Mario | 2020-10-02 | 1 | -0/+100 |
| | |||||
* | fix embeded shares | Mario | 2020-07-13 | 1 | -2/+0 |
| | |||||
* | zap group compatibility - rewrites DMs and wall-to-wall posts to group pages ↵ | Zot | 2020-06-17 | 1 | -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 plinks | Mario | 2020-04-20 | 1 | -4/+6 |
| | |||||
* | missing lib import | Mario | 2020-04-19 | 1 | -0/+1 |
| | |||||
* | make sure $post_tags is defined somewhere outsite a clause to prevent PHP ↵ | Mario | 2020-04-19 | 1 | -1/+2 |
| | | | | warnings | ||||
* | de-duplicate $post_tags | Mario | 2020-04-18 | 1 | -2/+2 |
| | |||||
* | implement addressing and fix conversation fetching | Mario | 2020-04-18 | 1 | -60/+22 |
| | |||||
* | Remove unnecessary [summary] tag processing | Max Kostikov | 2020-04-15 | 1 | -10/+10 |
| | |||||
* | use Libsync::build_sync_packet() in mod item, default Lib/Queue driver to ↵ | Mario | 2020-03-29 | 1 | -3/+4 |
| | | | | zot6 and some whitespace cleanup in queue_deliver() | ||||
* | implement poll UI in jot | Mario | 2020-02-26 | 1 | -3/+58 |
| | |||||
* | issue with multi-line poll elements | zotlabs | 2020-02-12 | 1 | -4/+4 |
| | |||||
* | this allows polls to federate from hubzilla to zap, though still a remaining ↵ | zotlabs | 2020-02-10 | 1 | -1/+5 |
| | | | | issue with voting | ||||
* | poll updates | zotlabs | 2020-02-09 | 1 | -10/+17 |
| | |||||
* | fix php warningà | Mario | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | basic poll support and patch to not call System::get_platform_name() within ↵ | zotlabs | 2020-01-30 | 1 | -2/+61 |
| | | | | t() unless needed. Polls probably need refining and have not yet been fully tested after porting | ||||
* | event compatibility work | zotlabs | 2020-01-14 | 1 | -2/+0 |
| | |||||
* | fix duplicate attachment and regression with audio file upload | Mario | 2019-11-04 | 1 | -5/+0 |
| | | | (cherry picked from commit 4cfb965881df2be181aab6020c9df78c0a86fd9f) | ||||
* | Sync private items with clones; avoid sync if no local connection with ↵ | Max Kostikov | 2019-09-30 | 1 | -7/+1 |
| | | | | thread owner | ||||
* | extend definition of direct message to anything with allow_cid but *not* ↵ | zotlabs | 2019-06-28 | 1 | -1/+6 |
| | | | | | allow_gid. (cherry picked from commit 96a99935ef4f2da899275166b127537287966dac) | ||||
* | http signature consolidation | zotlabs | 2019-06-26 | 1 | -1/+1 |
| | |||||
* | provide auto redirect from zot6 /item permalinks | zotlabs | 2019-06-25 | 1 | -0/+19 |
| | |||||
* | changes to support direct messages in zot6 (set item.item_private = 2 when ↵ | zotlabs | 2019-06-19 | 1 | -6/+5 |
| | | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage) | ||||
* | minor zot6 compatibility issues uncovered through daily use | zotlabs | 2019-06-17 | 1 | -1/+2 |
| | |||||
* | Update Item.php | Max Kostikov | 2019-05-01 | 1 | -9/+5 |
| | |||||
* | Fix missprint | Max Kostikov | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Use thr_parent for comment replies | Max Kostikov | 2019-05-01 | 1 | -6/+6 |
| | |||||
* | Add initial threaded comments support | Max Kostikov | 2019-04-29 | 1 | -6/+10 |
| | |||||
* | nomadic is not a parameter in the hz version of encode_item_collection | zotlabs | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | limit 1 | Mike Macgirvin | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | rework authenticated item fetches (check ACL on the parent, not on the ↵ | zotlabs | 2019-03-12 | 1 | -56/+41 |
| | | | | requested item) | ||||
* | add owner permission checks to AS item fetch | zotlabs | 2019-03-12 | 1 | -2/+37 |
| | |||||
* | authenticated fetch fixes | zotlabs | 2019-03-09 | 1 | -0/+1 |
| | |||||
* | missing use App | Mario Vavti | 2019-02-08 | 1 | -0/+1 |
| | |||||
* | add missing zot6 conversation completion (required for message repeats) | zotlabs | 2019-02-07 | 1 | -0/+144 |
| | |||||
* | fix verb for reshares | zotlabs | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | fix linkify_tags() so it works with xchans across multiple protocols, also ↵ | zotlabs | 2019-02-03 | 1 | -2/+2 |
| | | | | some fixes to activity parsing from upstream. | ||||
* | fix generated plink | zotlabs | 2018-12-03 | 1 | -3/+3 |
| | |||||
* | more work on the mid/uuid conversion | zotlabs | 2018-11-15 | 1 | -17/+19 |
| | |||||
* | item uuid changes | zotlabs | 2018-11-12 | 1 | -1/+3 |
| | |||||
* | begin native summary support | zotlabs | 2018-11-08 | 1 | -1/+23 |
| | |||||
* | Remove servicelevel logic | M. Dent | 2018-09-29 | 1 | -22/+0 |
| | |||||
* | Corrected resubmit of fixes to Authors unable to comment on posts they ↵ | M.Dent | 2018-09-04 | 1 | -5/+7 |
| | | | | authored when owned by others. |