Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support "bearcaps" in Activity library | zotlabs | 2019-08-15 | 1 | -0/+19 | |
| | ||||||
* | zot6 compatibility: when posting from a non-primary clone the actor->id is ↵ | zotlabs | 2019-08-14 | 1 | -1/+17 | |
| | | | | that of the primary, resulting in an author/owner identity mismatch. Solution is to always post with the actor->id set to the sender if it is a local channel. | |||||
* | make fetch logging less chatty | Mario Vavti | 2019-08-09 | 1 | -1/+1 | |
| | | | (cherry picked from commit 130cfbf2317f1fce9cd73b40cf58a06180875c67) | |||||
* | move image attachments to the top | Mario Vavti | 2019-07-19 | 1 | -2/+2 | |
| | ||||||
* | fallback to id if href is not available | Mario Vavti | 2019-07-18 | 1 | -1/+1 | |
| | ||||||
* | fix issue with encoding hashtags and silence parent fetch logging | Mario Vavti | 2019-07-18 | 1 | -3/+3 | |
| | ||||||
* | emoji reactions from hubzilla becoming top level posts on zap because of ↵ | zotlabs | 2019-07-11 | 1 | -0/+13 | |
| | | | | missing object | |||||
* | fix typo | Mario Vavti | 2019-06-27 | 1 | -1/+1 | |
| | ||||||
* | do not check send_stream permission for comments | Mario Vavti | 2019-06-27 | 1 | -7/+6 | |
| | ||||||
* | Merge branch 'httpsig' into 'dev' | Mario | 2019-06-27 | 1 | -1/+1 | |
|\ | | | | | | | | | http signature consolidation See merge request hubzilla/core!1685 | |||||
| * | http signature consolidation | zotlabs | 2019-06-26 | 1 | -1/+1 | |
| | | ||||||
* | | port some functions from osada | Mario Vavti | 2019-06-26 | 1 | -15/+272 | |
| | | ||||||
* | | Merge branch 'dev' into 'dev' | Mario | 2019-06-20 | 1 | -0/+9 | |
|\| | | | | | | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679 | |||||
| * | changes to support direct messages in zot6 (set item.item_private = 2 when ↵ | zotlabs | 2019-06-19 | 1 | -0/+9 | |
| | | | | | | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage) | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2019-06-18 | 1 | -1/+0 | |
|\| | | | | | | | | | minor zot6 compatibility issues uncovered through daily use See merge request hubzilla/core!1671 | |||||
| * | minor zot6 compatibility issues uncovered through daily use | zotlabs | 2019-06-17 | 1 | -1/+0 | |
| | | ||||||
* | | fix typo | Mario Vavti | 2019-06-18 | 1 | -2/+2 | |
|/ | ||||||
* | zot6 deletion issue | zotlabs | 2019-06-11 | 1 | -1/+1 | |
| | ||||||
* | convert AS "instrument" objects to the more appropriate "generator" - this ↵ | zotlabs | 2019-05-28 | 1 | -14/+14 | |
| | | | | probably should happen in pubcrawl addon also | |||||
* | support 'expires' over Zot6 | zotlabs | 2019-05-28 | 1 | -0/+16 | |
| | ||||||
* | translate make-friend activities to zot6 | zotlabs | 2019-05-20 | 1 | -0/+8 | |
| | ||||||
* | use 'cache' flag to bbcode() on content destined for Zot6. We've seen ↵ | zotlabs | 2019-05-09 | 1 | -10/+10 | |
| | | | | rendered map HTML in a couple of places and these should never be rendered for outgoing content as they will only be purified on the other end. | |||||
* | Merge branch 'unfriend_delete_posts_bug' into 'dev' | Mario | 2019-05-03 | 1 | -2/+6 | |
|\ | | | | | | | | | Unfriend delete posts bug See merge request hubzilla/core!1624 | |||||
| * | emojireaction compat | zotlabs | 2019-05-02 | 1 | -0/+4 | |
| | | ||||||
| * | move apschema to core to use for emojiReaction mapping for zot6 | zotlabs | 2019-05-02 | 1 | -2/+2 | |
| | | ||||||
| * | event attachments still weren't being delivered to zot6 | zotlabs | 2019-04-28 | 1 | -2/+9 | |
| | | ||||||
* | | Add threaded comments support | Max Kostikov | 2019-05-01 | 1 | -4/+11 | |
|/ | ||||||
* | typo | zotlabs | 2019-04-08 | 1 | -1/+1 | |
| | ||||||
* | missing endTime on Zot6 encoded events, optimise the url fetch of embedphotos | zotlabs | 2019-04-08 | 1 | -20/+26 | |
| | ||||||
* | share encoding issue between hz and zap | zotlabs | 2019-03-18 | 1 | -0/+4 | |
| | ||||||
* | Cleanup and fixes | Mario | 2019-03-15 | 1 | -8/+10 | |
| | ||||||
* | support zot location independent urls | zotlabs | 2019-02-18 | 1 | -4/+41 | |
| | ||||||
* | work on repeat/share for Hubzilla | 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/+5 | |
| | | | | some fixes to activity parsing from upstream. | |||||
* | share fixes | zotlabs | 2019-01-27 | 1 | -0/+5 | |
| | ||||||
* | support photo items between zot and zot6 | zotlabs | 2019-01-24 | 1 | -1/+35 | |
| | ||||||
* | event attendance testing continued (now works at a basic level from one ↵ | zotlabs | 2019-01-16 | 1 | -1/+1 | |
| | | | | direction, more testing needed) | |||||
* | more z6 event work | zotlabs | 2019-01-16 | 1 | -1/+27 | |
| | ||||||
* | more work on z6 events | zotlabs | 2019-01-16 | 1 | -0/+37 | |
| | ||||||
* | more z6 compatibility fixes | zotlabs | 2019-01-16 | 1 | -0/+6 | |
| | ||||||
* | reverse activity mapping improvements | zotlabs | 2018-12-19 | 1 | -2/+87 | |
| | ||||||
* | partial solution for obj|tgt multiple (zot and zot6) encodings; the zot6 ↵ | zotlabs | 2018-12-03 | 1 | -0/+6 | |
| | | | | version will be stored under $item['obj']['asld'] | |||||
* | more merging | zotlabs | 2018-12-03 | 1 | -9/+67 | |
| | ||||||
* | more work on z6 commenting | zotlabs | 2018-12-03 | 1 | -61/+248 | |
| | ||||||
* | bring some Zot6 libraries and interfaces to red/hubzilla | zotlabs | 2018-08-06 | 1 | -0/+1725 | |