8246 Commits

Author SHA1 Message Date
zotlabs a3c45d47e6 add the ostatus:conversation element which is now more or less required by GNU-Social to work around some short-comings of the OStatus delivery model when it comes to conversational message grouping. If this element isn't there, message replies will not get grouped with the parent specified in thr:in-reply-to, which exists to group conversations together. The reasoning being that due to the point-to-point delivery model, a reply could arrive on one site which does not have a copy of the parent specified by thr:in-reply-to. Hence further replies arriving on this site are grouped with the first arrived comment as the parent. Since this project doesn't allow comments which don't have top-level parents, we can just set it to the parent-mid and save being forced to create a new database structure for orphan children acting as parents. 2017-01-06 13:42:45 -08:00
zotlabs 6db2561eda preserve the original message-id coming from feeds - we will have to escape them properly before calling mod_display. 2017-01-06 13:25:57 -08:00
zotlabs ba2d0fae0e Merge branch 'dev' into gnusoc 2017-01-06 12:24:26 -08:00
zotlabs 2312302dea setup: check disabled functions more precisely than using a string match 2017-01-05 14:17:56 -08:00
zotlabs dfede52048 ical import/export - provide mechanism to preserve original source formatting across zot based systems. 2017-01-05 13:55:04 -08:00
zotlabs ec18c3770b issue #639, voting setting is lost after post is edited (also the disabling of comments) 2017-01-05 12:17:36 -08:00
zotlabs 1ce8168d72 some gnusoc fixes 2017-01-04 11:47:08 -08:00
zotlabs b88a735e54 feature: allow event creation in other timezones than your own. 2017-01-01 19:51:44 -08:00
zotlabs 1cd779459b better fix for #629 #635 based on ownership/authorship rather than message flags which could be forged 2016-12-31 16:03:41 -08:00
zotlabs e2eb0b2eac better fix for #629 #635 based on ownership/authorship rather than message flags which could be forged 2016-12-31 15:56:45 -08:00
zotlabs 444e938e2d issues #629, #635 - edited post arriving from downstream source was not being rejected 2016-12-31 13:38:19 -08:00
zotlabs 3dd4bf9955 move api version call back to core 2016-12-30 02:48:42 -08:00
zotlabs 2e2254371a move api version call back to core 2016-12-30 02:45:16 -08:00
zotlabs 693f7366a2 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge 2016-12-30 02:36:24 -08:00
zotlabs b673c804be profile clone issue with dev 2016-12-30 02:34:26 -08:00
zotlabs 03a1086ba3 logger typos 2016-12-30 02:32:53 -08:00
zotlabs e8a2ad4315 logger typos 2016-12-30 02:31:53 -08:00
Andrew Manning 13768fdb9b Zot structures doco integrated into the Zot page. Added nowrap option to [code] BBcode tag. 2016-12-28 14:58:25 -05:00
zotlabs db9ea66069 Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge 2016-12-27 15:28:52 -08:00
zotlabs ef02464e3c issue with HTML in code blocks in markdown in wiki 2016-12-27 15:28:42 -08:00
zotlabs 17b7042a25 issue with HTML in code blocks in markdown in wiki 2016-12-27 15:26:47 -08:00
zotlabs 3bb6c667db Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge 2016-12-26 13:11:54 -08:00
zotlabs b530d1d449 perform input validation on xchan_store and re-enable the post method of the xchan api endpoint. 2016-12-26 13:10:24 -08:00
Andrew Manning 1a5dd5c87c Updated markup language support doco. Modified parseIdentityAwareHTML BBcode parsing to support the BBcode reference which is now in /help/member/bbcode.html. Add Bootstrap classes to tables for BBcode tables that have the border=0 or border=1 options set. 2016-12-26 08:58:40 -05:00
zotlabs c38e7ee3e3 show webpages link to visitors if a 'home' page exists. This means the nav menu must be used to edit pages. 2016-12-25 14:26:27 -08:00
zotlabs 35ed9b9b72 issue with post signatures if posted from api and logged in locally with a different identity. 2016-12-24 15:00:37 -08:00
Mario Vavti 3b9b03cf86 Merge branch '2.0RC' 2016-12-23 10:09:46 +01:00
zotlabs f2bfdfdedd provide separate logging (if configured) for btlogger which is used to catch really subtle issues which don't always leave an audit trail. Similar to dbfail.out, the file btlogger.out (if it exists and is write-able) will only log these unusual situations with backtraces so we can find the culprits. 2016-12-21 23:35:54 -08:00
Mario Vavti 0c23cd62db fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there 2016-12-21 11:53:20 +01:00
Mario Vavti 04472bd730 fix a glitch in sticky-kit and comment out alt_pager() in widget_conversations since it will not work there 2016-12-21 11:51:24 +01:00
zotlabs 3d811a17fe provide call button on connections list if mobile|tablet and a phone number exists 2016-12-20 23:26:31 -08:00
zotlabs a270ca5101 allow update of fn and initial setting from channel name 2016-12-20 19:31:50 -08:00
zotlabs 493aa9f20d progress on abook_vcard 2016-12-20 18:43:20 -08:00
zotlabs 4103344e48 abook_vcard first commit 2016-12-20 16:45:12 -08:00
zotlabs d2cc7df7db allow tel: links on mobile devices 2016-12-19 18:59:40 -08:00
zotlabs 231b70b987 call zidify_links() when formatting bbcode for internal consumption 2016-12-19 16:06:49 -08:00
zotlabs 1798ebd395 improve oembed cache security 2016-12-19 15:38:42 -08:00
zotlabs 350627988e zidify private mail 2016-12-19 14:35:13 -08:00
zotlabs 96260ba26d deprecate bb_iframe 2016-12-18 22:34:02 -08:00
zotlabs ca2e2f5f45 deprecate bb_iframe 2016-12-18 22:33:23 -08:00
zotlabs 92f3d863fa re-factor item_photo_menu - there is some room for future development, currently it was made compatible with minimal template changes 2016-12-18 16:26:00 -08:00
zotlabs 6cf17c7bcc use array_shift - it's cleaner 2016-12-15 16:41:01 -08:00
zotlabs a89772652d z_fetch_url incorrect variable 2016-12-15 16:04:07 -08:00
zotlabs 95485a0da2 z_fetch_url incorrect variable 2016-12-15 16:02:52 -08:00
zotlabs f67acc82cf html2plain warnings 2016-12-15 13:45:27 -08:00
zotlabs e70dbec6b9 postgres is picky about this stuff 2016-12-14 20:55:26 -08:00
zotlabs 00fc66d8e8 postgres is picky about this stuff 2016-12-14 20:51:10 -08:00
zotlabs 9daa97f279 Merge branch '2.0RC' of https://github.com/redmatrix/hubzilla into 2.0RC_merge 2016-12-14 14:33:03 -08:00
zotlabs 4094c47e29 markdown regex 2016-12-14 14:28:59 -08:00
zotlabs 63efbdffe6 markdown regex 2016-12-14 14:27:00 -08:00