Commit Graph

5670 Commits

Author SHA1 Message Date
Chi Vinh Le d47287fbd5 Remove unused import 2017-08-21 21:39:40 +07:00
Chi Vinh Le 74f778aef7 Merge branch 'master' into talk-provider
Conflicts:
	client/coral-embed-stream/src/containers/Embed.js
	plugin-api/beta/client/hocs/withReaction.js
2017-08-21 21:38:39 +07:00
Chi Vinh Le 9566f83eac Remove coral-framework reducers
Some of them were only related to the embed stream.
Auth code is too convoluted with the embed stream and can't be reused atm.
2017-08-21 21:31:54 +07:00
Kim Gardner ccf978f87c Merge pull request #867 from coralproject/trust-defaults-change
Changed trust defaults
2017-08-21 15:29:18 +01:00
Chi Vinh Le 84e4091ea6 Implement TalkProvider 2017-08-21 21:23:59 +07:00
Wyatt Johnson 1f813da68b changed trust defaults 2017-08-21 08:12:36 -06:00
Kim Gardner 7c7fe1b3cc Merge pull request #863 from coralproject/optimization
Front-End Optimizations
2017-08-21 14:44:49 +01:00
Kim Gardner f7b06dc57c Merge branch 'master' into optimization 2017-08-21 12:21:55 +01:00
Kim Gardner c3884ed0ed Merge pull request #864 from coralproject/redis-changes
Redis Improvements
2017-08-21 12:21:09 +01:00
Kim Gardner f744598dfd Merge branch 'master' into redis-changes 2017-08-21 12:07:23 +01:00
Kim Gardner c81a17ac25 Merge branch 'master' into optimization 2017-08-21 11:15:33 +01:00
Kim Gardner 7dfb2bded1 Merge pull request #866 from coralproject/quickfix-configure-state
Fix bug in configure
2017-08-21 11:15:14 +01:00
Chi Vinh Le 077bc5ad33 Fix typo 2017-08-21 17:09:15 +07:00
Chi Vinh Le 3b26e855bc Don't manipulate state directly... 2017-08-21 17:02:54 +07:00
Wyatt Johnson 1b09825602 added more debugging to redis, improved retry 2017-08-18 11:50:51 -06:00
Chi Vinh Le f49591225f Use UserDetailComment container 2017-08-19 00:10:31 +07:00
Chi Vinh Le cf1c93f395 Add comments 2017-08-18 23:37:53 +07:00
Chi Vinh Le 4b9990e154 Merge branch 'master' into optimization
Conflicts:
	client/coral-embed-stream/src/components/Comment.js
	client/coral-embed-stream/src/components/Stream.js
2017-08-18 23:30:28 +07:00
Chi Vinh Le 58a5d5eea8 Refactor Moderation Comment a little bit 2017-08-18 23:20:05 +07:00
Chi Vinh Le 5028f4adf4 Better shouldComponentUpdate detection in withFragments 2017-08-18 23:19:10 +07:00
Chi Vinh Le 44ec469fa5 Disable fragment warnings 2017-08-18 22:47:30 +07:00
Kim Gardner 7c7a8d6b64 Merge pull request #862 from coralproject/flagging-reliability
Flagging Reliability
2017-08-18 16:40:49 +01:00
Chi Vinh Le e77a8ce3c7 More comments 2017-08-18 22:36:13 +07:00
Chi Vinh Le f2a67f04f9 Only use Proxy when available 2017-08-18 22:35:13 +07:00
Chi Vinh Le 0a602b79c3 Enable optimization for more slots 2017-08-18 22:21:51 +07:00
Chi Vinh Le b8452b535b Allow passing custom fragments to withReaction and withTag 2017-08-18 22:19:03 +07:00
Chi Vinh Le 0cbf6e24f7 Handle null values 2017-08-18 21:59:43 +07:00
Chi Vinh Le 833e78f99a Integrate ProfileContainer slot into graphql framework 2017-08-18 21:44:56 +07:00
Belen Curcio 64580696fb Reliability Added 2017-08-18 11:42:23 -03:00
Chi Vinh Le e5156f7fc1 Integrate embed slot in to graphql framework 2017-08-18 21:36:14 +07:00
Chi Vinh Le de90bdbd19 Gracefully handle when data is not available 2017-08-18 21:19:13 +07:00
Chi Vinh Le 00f365ab38 Add missing fragments 2017-08-18 20:40:51 +07:00
Chi Vinh Le 9f62754fd7 Show warnings when slot components uses query data without fragments 2017-08-18 20:33:37 +07:00
Belen Curcio 1dcdccecbc UserDetail UI redone and Flagging Reliability added 2017-08-18 10:19:10 -03:00
Chi Vinh Le dc49d23dc8 Define fragments for PermalinkButton 2017-08-18 19:55:51 +07:00
Chi Vinh Le 8eaac3eaa2 Tiny refactor.. 2017-08-18 19:50:56 +07:00
Kim Gardner 87d14f781f Merge pull request #861 from coralproject/fix-emit-showMoreReplies
Fix emit showMoreReplies event
2017-08-18 12:53:21 +01:00
Chi Vinh Le 5e13af8282 Fix emit showMoreReplies event 2017-08-18 18:42:41 +07:00
Chi Vinh Le 6a5f6e3ce1 Adapt loading detection 2017-08-18 17:57:32 +07:00
Chi Vinh Le fabc8b8c46 Check when one of the leaves are empty 2017-08-18 17:49:57 +07:00
Chi Vinh Le 0808f97fb5 Consider state when optimizing comment 2017-08-18 16:40:42 +07:00
Kim Gardner 11bd1a9771 Merge pull request #860 from coralproject/suspect-hl
Highlighting suspect words working
2017-08-18 09:35:16 +01:00
Chi Vinh Le af4b01c2ae Correctly handly activeReplyBox optimization 2017-08-17 23:23:18 +07:00
Chi Vinh Le 25c11ad690 Keep old query data when not changed in withFragments 2017-08-17 23:22:30 +07:00
Belen Curcio ef815005a8 Úpdated suspected words 2017-08-17 13:12:07 -03:00
Belen Curcio abb8b775b9 working banned and suspended words 2017-08-17 12:44:20 -03:00
Chi Vinh Le d228d49c7d Optimize rendering when activeReplyBox changes 2017-08-17 22:44:13 +07:00
Kim Gardner 6289f8021e Merge pull request #858 from coralproject/bump-version-3-2-0
Version 3.2.0
2017-08-17 15:32:30 +01:00
Chi Vinh Le 7ea6d133c2 Filter queryData in withFragments and optimize rendering 2017-08-17 21:31:09 +07:00
Kim Gardner ae71f5ddc3 Merge branch 'master' into bump-version-3-2-0 2017-08-17 15:26:50 +01:00