Commit Graph

6993 Commits

Author SHA1 Message Date
zotlabs d91a82430a more zot6 basic stuff 2017-09-25 20:11:21 -07:00
zotlabs 66334374af zot_site_info - always sign the site block with the site private key 2017-09-25 17:30:33 -07:00
zotlabs 741af8c164 extend activity_match to work with arrays 2017-09-24 22:41:14 -07:00
zotlabs 906a810735 server/hub config storage for zot6 2017-09-24 21:20:50 -07:00
zotlabs 808605cd65 ostatus - support likes of comments 2017-09-24 21:09:21 -07:00
zotlabs 1650d79862 tagging changes - provides ability to mention a forum by using !forumname as well as the traditional red style (@forumname+). This should probably not be advertised on a wide scale until after a critical mass of sites have updated to a version containing these changes. This adds yet another option type to the ACL module which probably needs refactoring soon since it is turning into option type spaghetti. 2017-09-24 19:45:19 -07:00
zotlabs 8b7ab90836 Merge branch 'master' into tagging 2017-09-24 16:59:56 -07:00
zotlabs 3456c192fe encrypt delivery reports. This will cause a bit of consternation because this is not backward compatible and older sites will see some incorrect delivery reports from newer sites until the next upgrade; as their systems will not know how to read the ecnrypted final reports. 2017-09-21 23:37:13 -07:00
zotlabs 9e46472ca2 provide default photo mimetype 2017-09-20 00:00:26 -07:00
zotlabs 61d9b34929 use mimetype text description rather than technical name in dropdown choices, found bug in mimetype selection option code 2017-09-19 23:30:52 -07:00
zotlabs b0cdec0c35 perform caching of jsonld schemas 2017-09-19 19:15:15 -07:00
zotlabs 72a19a14af turn common friends into a widget 2017-09-19 17:35:57 -07:00
zotlabs c6bcea0f82 pubcrawl: make a good faith effort to handle multi-media content 2017-09-18 21:55:45 -07:00
zotlabs e812836a60 provide rel=alternate link if no reshare content in post 2017-09-18 17:46:34 -07:00
zotlabs d37e6b9271 more tag stuff 2017-09-17 23:54:29 -07:00
zotlabs 654139933f tagging changes 2017-09-17 23:28:58 -07:00
zotlabs 1d9e0f17a6 more mastodon testing 2017-09-17 18:40:32 -07:00
zotlabs 6734854776 typocheck 2017-09-14 18:50:43 -07:00
zotlabs 1c0ece8411 provide a hook for importing a channel photo at channel creation time 2017-09-14 18:48:55 -07:00
zotlabs 5be132f877 make wiki page mimetype default to wiki mimetype (this was the original intent but the wrong variable was used) 2017-09-13 21:36:59 -07:00
zotlabs b5966041be more zot6 2017-09-13 20:40:01 -07:00
zotlabs 62d6bada4c Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge 2017-09-13 19:26:33 -07:00
zotlabs 13788af908 Zot6: some things that need to be done ahead of time so we can turbocharge the delivery engine and split off site records from channel records. 2017-09-13 19:20:16 -07:00
Mario Vavti 29b0ed87d6 Merge remote-tracking branch 'mike/master' into dev 2017-09-13 10:30:08 +02:00
zotlabs 0e6d84e207 add option to mimetype selector so you can change the element name in case you end up with two of these suckers on the same page 2017-09-12 23:25:19 -07:00
zotlabs 5e99295bf6 wiki mimetype selection 2017-09-12 22:32:31 -07:00
zotlabs 4ff89a5862 drop salmon until we improve performance 2017-09-12 20:24:57 -07:00
Mario Vavti 87ca60b0b1 rename activity notifications links - one more 2017-09-12 21:38:36 +02:00
Mario Vavti 525d554a35 rename activity notifications links 2017-09-12 21:34:14 +02:00
zotlabs 471449f539 regex was still broken 2017-09-10 22:59:26 -07:00
zotlabs 187fc9a51b fix regex 2017-09-10 17:40:40 -07:00
zotlabs e2e7bee3cc owa cleanup 2017-09-09 13:34:57 -07:00
zotlabs 84c86f01c8 owa: missed the set-observer stuff 2017-09-08 16:00:27 -07:00
zotlabs 1fbb1e6c2a initial testing success with owa 2017-09-07 18:52:18 -07:00
zotlabs 4d794103be testing owa 2017-09-07 18:09:31 -07:00
zotlabs 61f339a874 owa - first commit 2017-09-07 17:56:02 -07:00
zotlabs 41e0d5f664 use array_key_exists() instead of x() in this case as the latter fails on an array that's empty and we unconditionally need to encode the array even if empty 2017-09-06 20:07:53 -07:00
zotlabs 318643cf9a mastodon wraps oembed in an iframe - which we immediately purify our of existence and what we really want to purify is the content. So strip away the iframe, fetch the content and purify that instead. 2017-09-06 19:55:32 -07:00
zotlabs ab9b82e778 ignore diaspora_meta column on item import. 2017-09-06 16:44:10 -07:00
zotlabs 45eb61bcf0 provide sharing of cards 2017-09-05 18:32:37 -07:00
zotlabs 6147f819ce avoid a security patch and resultant compatibility issues; instead restrict the input characters we accept in token verification strings to hex digits. This will all be changing in the coming weeks/months anyway. 2017-09-05 17:12:31 -07:00
zotlabs 842a041a88 remove period from characters allowed in username, as this will mess up URL based content-type negotiation. It was previously disallowed but permitted a month or two ago after seeing Diaspora started allowing it. It's OK if they have it, but we can't; as many of our urls are based on username and theirs are primarily based on uid. 2017-09-05 16:38:55 -07:00
zotlabs 05654e4980 card embed improved 2017-09-04 21:02:44 -07:00
zotlabs fc62f07a08 validate the security context 2017-09-03 23:50:18 -07:00
zotlabs 3d0a7f4fc5 paths in xchan_addr no longer means RSS specifically but could be activitypub 2017-09-03 22:09:16 -07:00
Mario Vavti 0fac35686b Merge remote-tracking branch 'mike/master' into dev 2017-09-03 21:49:01 +02:00
Mario Vavti dc18440c18 introduce item_normal_update(). the differnce to item_normal() is that we do not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled 2017-09-03 21:33:07 +02:00
zotlabs 499b7de0d2 Reviewed. This is OK.
Revert "may be exploitable in current form - awaiting review"

This reverts commit 7bff60edac.
2017-09-03 00:59:51 -07:00
Mario Vavti 1a0cf2666a Merge remote-tracking branch 'mike/master' into dev 2017-09-02 23:52:31 +02:00
zotlabs 7bff60edac may be exploitable in current form - awaiting review 2017-09-02 14:04:37 -07:00