Commit Graph
997 Commits
Author SHA1 Message Date
Belén Curcio 3edaa6bf2d Changes 2018-09-25 13:37:22 -03:00
Belén CurcioandGitHub 4c898e8825 Merge branch 'next' into next-profile 2018-09-25 13:08:30 -03:00
Wyatt Johnson bd56a39d73 review: fixes 2018-09-25 10:06:05 -06:00
Belén Curcio 303c7489e4 Changes 2018-09-25 11:29:07 -03:00
Belén Curcio 9852c4e62f Channges 2018-09-25 11:20:57 -03:00
Belén Curcio 72bdf5d40b Changes 2018-09-25 11:08:31 -03:00
Belén Curcio 5695bee776 wip 2018-09-25 10:59:41 -03:00
Belén Curcio ff0f00a486 initial work 2018-09-24 19:52:08 -03:00
Wyatt JohnsonandGitHub 2ce955bc96 Merge branch 'next' into next-server-threading 2018-09-24 21:45:11 +00:00
Wyatt Johnson a318b56233 fix: patch for sort bug 2018-09-24 15:38:12 -06:00
Wyatt JohnsonandGitHub 8c192d283d Merge branch 'next' into next-respect 2018-09-24 20:47:46 +00:00
Wyatt Johnson 7cce84b7f8 feat: added dontAgree create/delete mutations 2018-09-24 14:25:48 -06:00
Chi Vinh Le 02909fb399 Simplify getLevelClassName 2018-09-24 22:16:10 +02:00
Chi Vinh Le 460429d991 Refactor indent level className 2018-09-24 22:11:03 +02:00
Wyatt Johnson 3c640f87d3 fix: cleanup of comments service 2018-09-24 14:07:44 -06:00
Chi Vinh Le 8c2d811b55 Remove unused line 2018-09-24 22:04:03 +02:00
Wyatt Johnson 3cdaa284ed feat: added flag creation and deletion mutations 2018-09-24 13:46:13 -06:00
Wyatt Johnson a19ac4e2cc fix: addressed test updates 2018-09-24 13:08:16 -06:00
Wyatt Johnson 10748347b9 feat: support deleting comment reactions 2018-09-24 12:50:30 -06:00
Chi Vinh Le 526a3c634a Give last level a display name 2018-09-24 20:41:50 +02:00
Chi Vinh Le 7139563ceb More comments 2018-09-24 20:36:39 +02:00
Wyatt Johnson dee14709c8 feat: added reaction adding mutation 2018-09-24 12:34:27 -06:00
Wyatt Johnson 8c3b0071c2 fix: renamed, middleware fixes 2018-09-24 12:32:57 -06:00
Chi Vinh Le dc3ea366bc More comments 2018-09-24 20:24:24 +02:00
Chi Vinh Le acdcd16b4d Add some comments 2018-09-24 20:16:29 +02:00
Chi Vinh Le 6e743b9b75 More tests 2018-09-24 20:13:54 +02:00
Chi Vinh Le 62a1fc5901 Implement local reply list for last threading level 2018-09-24 20:08:11 +02:00
Wyatt Johnson 936347e8e4 fix: restricted action counts on Asset's 2018-09-24 11:36:44 -06:00
Belén Curcio 661f392281 Adding the difss 2018-09-24 10:58:40 -03:00
Belén Curcio 2502dfedd2 Show profile tab if user is signed in 2018-09-24 10:54:45 -03:00
Belén Curcio 0cea633b0b Merge branch 'next' of github.com:coralproject/talk into next-profile
* 'next' of github.com:coralproject/talk:
  [next] Embed plus (#1877)
  [next] Permit (#1899)
  Use upstream @types/recompose
  [next] Limited threading (#1894)
  More clarifying comments
  Improve cross browser support
  Don't use css capitalize
  Upgrade RTE to fix a paste issue
  [next] Resubscribe local state (#1884)
  Styling fixes
  WIP
  Update snapshots
  Namespace ids
  Move styles to button
2018-09-24 10:30:20 -03:00
Wyatt Johnson d8417eda2e feat: introduce asset action count caching 2018-09-23 20:43:43 -06:00
Wyatt JohnsonandGitHub 0e25c8d446 Merge branch 'next' into next-respect 2018-09-24 02:30:12 +00:00
Wyatt Johnson d072df8043 fix: test fixes 2018-09-23 18:16:47 -06:00
Wyatt Johnson a8f315db4b fix: test patches 2018-09-23 18:08:24 -06:00
Wyatt Johnson a8ccf29bea fix: fixed issues with sorting 2018-09-23 17:28:15 -06:00
Wyatt Johnson 8589993401 fix: addressed cursor issue 2018-09-22 00:57:40 -06:00
Wyatt Johnson 50a691c1e5 fix: removed dead code comment 2018-09-22 00:50:55 -06:00
Wyatt Johnson 32fdc51506 fix: updated comment 2018-09-22 00:49:48 -06:00
Wyatt Johnson 2edd923b9e feat: prime current user in user cache 2018-09-22 00:45:58 -06:00
Wyatt Johnson ae60311e85 feat: added root parent edge 2018-09-22 00:45:48 -06:00
Wyatt Johnson 1702040537 feat: added parent/parents edges 2018-09-22 00:26:09 -06:00
Wyatt Johnson 0fbd27cdcb fix: fixes for comment counting 2018-09-21 23:52:28 -06:00
Chi Vinh Le 4107fd367f Implement LocalReplyListContainer 2018-09-22 01:05:25 +02:00
KiwiandGitHub 007e6f5e66 Merge branch 'next' into improve-cross-browser-support 2018-09-22 00:54:14 +02:00
KiwiandWyatt Johnson 106a5d36ed [next] Embed plus (#1877)
* Implement StreamEmbed instance and rename library to coral

* Add article & articleButton.html, only show embed htmls in production

* Respect assetURL

* Add tests

* Add parseHashQuery

* Fix permalink query and integration tests

* Fix permalink URL

* Remove optionalparams from pym

* Scroll when showing permalink view

* Implement autoRender

* AutoRender immediately when render permalink

* Add test for `showPermalink` event

* Add comment
2018-09-21 22:43:28 +00:00
Wyatt JohnsonandGitHub 85af8d1bbf [next] Permit (#1899)
* feat: replaced custom auth extraction logic with permit

* fix: fixed tests
2018-09-21 22:06:46 +00:00
Wyatt Johnson daee96dc4c review: applied some review changes 2018-09-21 15:29:34 -06:00
Wyatt Johnson ebe43a28e6 feat: presence and count improvements 2018-09-21 13:16:21 -06:00
Wyatt Johnson 6b814cee0d fix: patched issues with static 2018-09-21 12:50:21 -06:00