aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* linkinfo: only allow to embed public itemsMario Vavti2019-08-111-1/+1
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-08-101-12/+14
|\ | | | | | | | | Improve plink to share tag detection See merge request hubzilla/core!1704
| * Improve plink to share tag detectionMax Kostikov2019-08-101-12/+14
| |
* | make fetch logging less chattyMario Vavti2019-08-091-1/+1
| | | | | | (cherry picked from commit 130cfbf2317f1fce9cd73b40cf58a06180875c67)
* | Merge branch 'dev' into 'dev'Mario2019-08-091-4/+14
|\| | | | | | | | | Replace plink URL with 'share' tag if possible See merge request hubzilla/core!1703
| * Replace plink URL with 'share' tag if possibleMax Kostikov2019-08-091-4/+14
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-08-091-3/+4
|\| | | | | | | | | More intelligent quotation shortening while link embedding See merge request hubzilla/core!1702
| * More intelligent quotation shortening while link embeddingMax Kostikov2019-08-091-3/+4
| |
* | hz core issue #1386 - function name must be a stringzotlabs2019-07-281-1/+1
|/
* reflect repeats in notifications, use force flag for import_xchan_photo() in ↵Mario Vavti2019-07-223-7/+14
| | | | cron
* move image attachments to the topMario Vavti2019-07-191-2/+2
|
* add hashtag to appschema and bump appschema revMario Vavti2019-07-181-2/+4
|
* fallback to id if href is not availableMario Vavti2019-07-181-1/+1
|
* fix issue with encoding hashtags and silence parent fetch loggingMario Vavti2019-07-181-3/+3
|
* streamline keyId and creator/actorMario Vavti2019-07-171-3/+3
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-07-151-1/+1
|\ | | | | | | | | Fix ETag quotes See merge request hubzilla/core!1693
| * Fix ETag quotesMax Kostikov2019-07-151-1/+1
| |
* | Hookify Zotlabs\Daemon\Master::SummonDM42.Net (Matt Dent)2019-07-151-1/+17
| |
* | Merge branch 'dev' into 'dev'Mario2019-07-121-0/+13
|\ \ | | | | | | | | | | | | emoji reactions from hubzilla becoming top level posts on zap because of missing object See merge request hubzilla/core!1689
| * | emoji reactions from hubzilla becoming top level posts on zap because of ↵zotlabs2019-07-111-0/+13
| | | | | | | | | | | | missing object
* | | calendar: revert back to UTC strings for dates due to better legibility. ↵Mario Vavti2019-07-112-9/+9
| | | | | | | | | | | | Strip timezone info from UTC string and always treat values as UTC.
* | | fix typoMario Vavti2019-07-031-1/+1
|/ /
* | I'm pretty sure the LD construct 'diaspora:guid' isn't actually legal ↵zotlabs2019-07-011-1/+4
| | | | | | | | without a definition of 'diaspora' in the current or parent LD context.
* | add opengraph meta info to channel pagezotlabs2019-06-291-0/+11
| |
* | decode encoded midMario Vavti2019-06-281-2/+1
| |
* | missing class importMario Vavti2019-06-281-0/+1
| |
* | support zot and zot6 in social graph operations (suggestions, common friends)zotlabs2019-06-281-536/+0
| | | | | | (cherry picked from commit 9def9a5cb7ab7799911013580c714605e9698122)
* | extend definition of direct message to anything with allow_cid but *not* ↵zotlabs2019-06-281-1/+6
| | | | | | | | | | allow_gid. (cherry picked from commit 96a99935ef4f2da899275166b127537287966dac)
* | fix typoMario Vavti2019-06-271-1/+1
| |
* | do not check send_stream permission for commentsMario Vavti2019-06-271-7/+6
| |
* | Merge branch 'httpsig' into 'dev'Mario2019-06-2718-150/+283
|\ \ | | | | | | | | | | | | http signature consolidation See merge request hubzilla/core!1685
| * | http signature consolidationzotlabs2019-06-2618-150/+283
| | |
* | | port some functions from osadaMario Vavti2019-06-261-15/+272
| | |
* | | Merge branch 'dev' into 'dev'Mario2019-06-261-0/+19
|\| | | | | | | | | | | | | | provide auto redirect from zot6 /item permalinks See merge request hubzilla/core!1684
| * | provide auto redirect from zot6 /item permalinkszotlabs2019-06-251-0/+19
| | |
* | | apply calendar encoding fixes to mod calMario Vavti2019-06-201-3/+3
| | |
* | | fix encoding also for description and locationMario Vavti2019-06-201-3/+3
| | |
* | | Merge branch 'dev' into 'dev'Mario2019-06-207-13/+23
|\| | | |/ |/| | | | | changes to support direct messages in zot6 (set item.item_private = 2 when... See merge request hubzilla/core!1679
| * tweak to event title encoding to ensure it works with German, Russian, as ↵zotlabs2019-06-191-1/+1
| | | | | | | | well as angle chars
| * events: don't use htmlentities on local (hz) event titles as they are not ↵zotlabs2019-06-192-3/+4
| | | | | | | | being used in textareas and umlauts for instance are getting mangled on the calendar display
| * changes to support direct messages in zot6 (set item.item_private = 2 when ↵zotlabs2019-06-195-10/+19
| | | | | | | | private mentions are used and federate with zot:directMessage attribute which aligns with litepub:directMessage)
* | Remove cached photo location directory on delete if emptyMax Kostikov2019-06-191-0/+1
| |
* | Use html_entity_decode() for cached photo URLMax Kostikov2019-06-191-1/+1
| |
* | Avoid to process original images using storeThumbnailMax Kostikov2019-06-181-3/+7
| |
* | Merge branch 'dev' into 'dev'Mario2019-06-182-2/+2
|\| | | | | | | | | minor zot6 compatibility issues uncovered through daily use See merge request hubzilla/core!1671
| * minor zot6 compatibility issues uncovered through daily usezotlabs2019-06-172-2/+2
| |
* | fix typoMario Vavti2019-06-181-2/+2
| |
* | disable events module. it is now disfunctionalMario Vavti2019-06-171-0/+6
| |
* | update feature setMario Vavti2019-06-171-1/+1
| |
* | revisit mod calMario Vavti2019-06-171-290/+142
| |