Commit Graph
737 Commits
Author SHA1 Message Date
Chi Vinh Le 5c77ed2c31 Merge branch 'next-profile' of https://github.com/coralproject/talk into next-profile 2018-10-03 15:51:52 +02:00
Chi Vinh Le fabe52a0a6 feat: hide profile tab when not logged in 2018-10-03 15:49:49 +02:00
KiwiandGitHub 13b039099f Merge branch 'next' into next-profile 2018-10-03 02:15:41 +02:00
KiwiandGitHub d22ba3ec89 Merge pull request #1910 from coralproject/admin
[next] First Iteration of Admin
2018-10-03 02:14:54 +02:00
KiwiandGitHub 7beb1a2fcd Merge branch 'next' into admin 2018-10-03 01:59:56 +02:00
Chi Vinh Le bfeab31c37 fix: translations, typings, cleanup and fix view conversation 2018-10-03 01:46:39 +02:00
Chi Vinh Le 9dc702d29e Merge branch 'next' into next-profile 2018-10-03 01:33:09 +02:00
KiwiandGitHub 0ec04aa561 Merge pull request #1911 from coralproject/next-readmore
[next] Implement "Read More of this Conversation"
2018-10-03 01:29:00 +02:00
Chi Vinh Le 9463fa8ec2 fix: apply suggestions 2018-10-03 00:52:55 +02:00
Chi Vinh Le 45b39c9a0f fix: improve typings 2018-10-03 00:41:51 +02:00
Wyatt Johnson 74fc0fab61 feat: cleanup of router 2018-10-02 15:13:01 -06:00
Wyatt Johnson 733ea936d6 feat: simplified view 2018-10-02 14:58:27 -06:00
Belén Curcio 0a17fc7e64 Presentational components, events, tabs and more 2018-10-01 17:04:16 -03:00
Belén Curcio 52cdec056b updated snapshots 2018-10-01 16:32:40 -03:00
Belén Curcio 52b35c53ab Updated Snapshots 2018-10-01 15:52:14 -03:00
Belén Curcio ede3951309 Adding Snapshots and translations 2018-10-01 15:38:06 -03:00
Belén Curcio 5aa3024921 Adding Snapshots and translations 2018-10-01 15:35:56 -03:00
Wyatt Johnson 41575303a1 feat: added Asset edge on the Comment 2018-10-01 12:20:17 -06:00
Belén CurcioandGitHub 98f90e125d Merge branch 'next' into next-profile 2018-10-01 14:34:31 -03:00
Belén Curcio c462bcfe68 Setting COMMENTS as activeTab 2018-10-01 14:33:41 -03:00
Belén Curcio abb6f3aea6 Setting CommentID 2018-10-01 14:12:05 -03:00
Belén Curcio 639b439f02 deleting old snap 2018-09-28 11:41:28 -03:00
Belén Curcio 465603526e No need for local state for now 2018-09-27 11:47:55 -03:00
Belén Curcio 073036e24f Merge branch 'next' of github.com:coralproject/talk into admin
* 'next' of github.com:coralproject/talk:
  feat: initial comment count support (#1903)
2018-09-27 11:45:37 -03:00
Belén Curcio 2c66143d39 Routing, Navigation, Styles 2018-09-27 11:44:02 -03:00
Belén Curcio 708bfe17a3 using found withRouter 2018-09-27 11:20:34 -03:00
Belén Curcio adee5377c9 Mapping /admin as /admin.html in devMode 2018-09-27 10:50:25 -03:00
Belén Curcio 929fa8ca31 Adding found 2018-09-27 10:37:09 -03:00
KiwiandGitHub c23708af14 Merge branch 'next' into next-readmore 2018-09-27 13:43:41 +02:00
Belén Curcio 2f361d4437 Merge branch 'admin' of github.com:coralproject/talk into admin
* 'admin' of github.com:coralproject/talk: (23 commits)
  [next] SSO Refactor (#1912)
  Upgrade rte (#1906)
  review: fixes
  Simplify getLevelClassName
  Refactor indent level className
  Remove unused line
  Give last level a display name
  More comments
  More comments
  Add some comments
  More tests
  Implement local reply list for last threading level
  fix: test fixes
  fix: test patches
  fix: fixed issues with sorting
  fix: addressed cursor issue
  fix: removed dead code comment
  fix: updated comment
  feat: prime current user in user cache
  feat: added root parent edge
  ...
2018-09-26 16:33:07 -03:00
Belén Curcio 4dc46f7fee Adding Found Relay to the Admin side 2018-09-26 16:32:45 -03:00
Wyatt JohnsonandGitHub 20170333ed feat: initial comment count support (#1903) 2018-09-26 19:23:54 +00:00
Wyatt JohnsonandGitHub e127648a51 Merge branch 'next' into next-readmore 2018-09-26 16:27:40 +00:00
Wyatt JohnsonandGitHub 4b4b68b885 Merge branch 'next' into admin 2018-09-26 16:27:22 +00:00
Wyatt JohnsonandGitHub 35787c15af Merge branch 'next' into next-profile 2018-09-26 16:27:10 +00:00
Wyatt JohnsonandGitHub b916914faa [next] SSO Refactor (#1912)
* feat: support dual sso/jwt auth

* feat: move verifier logic to seperate strategy

* fix: adjusted tests and removed aud claim

* fix: cleanup
2018-09-26 16:26:44 +00:00
Belén CurcioandGitHub 1e8a8d306c Merge branch 'next' into admin 2018-09-26 13:15:41 -03:00
Chi Vinh Le e3a9f0f89b Add tests 2018-09-25 21:49:38 +02:00
Chi Vinh Le b9c3340026 Adapt snapshots 2018-09-25 21:46:38 +02:00
Chi Vinh Le b5b3c66d61 Add tests 2018-09-25 21:42:15 +02:00
Chi Vinh Le b6554b344c Implement Show Conversation Link 2018-09-25 21:42:15 +02:00
Belén Curcio bbf98d0b67 First iteration of admin 2018-09-25 15:09:43 -03:00
Belén CurcioandGitHub 45802c651e Merge branch 'next' into next-profile 2018-09-25 14:15:14 -03:00
Belén Curcio 45e942a345 Adding styling 2018-09-25 14:13:54 -03:00
Belén Curcio 2f492c1f83 Merge branch 'next-profile' of github.com:coralproject/talk into next-profile
* 'next-profile' of github.com:coralproject/talk:
  Simplify getLevelClassName
  Refactor indent level className
  Remove unused line
  Give last level a display name
  More comments
  More comments
  Add some comments
  More tests
  Implement local reply list for last threading level
  Implement LocalReplyListContainer
2018-09-25 13:43:11 -03:00
KiwiandGitHub 122b9e9871 Merge pull request #1901 from coralproject/next-server-threading
[next] Parent Threading
2018-09-25 18:38:23 +02:00
Belén Curcio 3edaa6bf2d Changes 2018-09-25 13:37:22 -03:00
Wyatt JohnsonandGitHub 192c8e63cf Merge branch 'next' into next-server-threading 2018-09-25 16:25:56 +00:00
KiwiandWyatt Johnson 04b4b7e715 Upgrade rte (#1906) 2018-09-25 16:25:42 +00:00
Belén CurcioandGitHub 4c898e8825 Merge branch 'next' into next-profile 2018-09-25 13:08:30 -03:00