Commit Graph

4547 Commits

Author SHA1 Message Date
Wyatt Johnson 22d263c6d2 Embed Optimizations (#2121)
* feat: refactored bridge

- Cleaned up implementation of bridge
- Removed unneeded babel-polyfill and webpack globals

* fix: fixed up some static headers

- bumped version

* fix: moved intersection observer out of chunk

* fix: fixed misplaced "!"
2018-12-13 20:41:40 +00:00
Wyatt Johnson d6f6fbcd9c CDN + Observabilities fixes (#2119)
* feat: added heroku fixes

- Support pulling the request id from the request
  headers
- Add proper cache headers to static files

* Update package.json
2018-12-12 18:45:50 +00:00
Kim Gardner f1a3a5ca28 Lazy Load Fix (#2110)
* Bump version 4.6.8

* fix: added JS fix for static URL's
2018-12-06 22:45:52 +00:00
Kiwi 362f29f77e Support lazy rendering (#2109)
* feat: support lazy rendering

* fix: added new env var to onbuild args

* review: apply suggestions
2018-12-06 21:24:31 +00:00
Chi Vinh Le 396ccbd6c2 fix: workaround flexbox bug in IE11 2018-11-15 23:51:28 +01:00
Chi Vinh Le 4fd61b3731 fix: polyfill missing forEach for NodeLists in IE11 2018-11-15 23:51:14 +01:00
Chi Vinh Le b6101b880d fix: show avatar on the left 2018-11-02 00:01:46 +01:00
Kim Gardner a28024dfed Revert CSS from #1990 2018-10-30 18:18:35 +00:00
Kim Gardner 6ca2f21bc2 Merge branch 'master' into italian-translation 2018-10-30 18:01:25 +00:00
Wyatt Johnson e837dfc3c1 Merge branch 'master' into edit-link-trans 2018-10-30 17:54:37 +00:00
Kim Gardner 2cd9a71d62 i18n support for Edit link 2018-10-30 17:40:45 +00:00
Kim Gardner 792bc713f2 Merge branch 'master' into italian-translation 2018-10-30 15:35:53 +00:00
Kiwi 49d2416172 Merge branch 'master' into admin-improvements 2018-10-26 20:08:24 +02:00
Kim Gardner 1dc1f91b72 Merge branch 'master' into 1920 2018-10-25 21:00:47 +01:00
Kiwi c98216cf3c Merge branch 'master' into admin-improvements 2018-10-25 21:58:16 +02:00
Chi Vinh Le 4ce5d97e3b Always have pointer events in configure cards 2018-10-25 21:42:18 +02:00
Wyatt Johnson 3ea2632187 Merge branch 'master' into admin-improvements 2018-10-25 17:57:24 +00:00
vittoboa c9b709ad43 Add italian translation 2018-10-25 09:34:33 +02:00
Kim Gardner dcd7145510 Update Spanish translations (#2019)
* Update translations

* More sp trans

* Add translation for Contains Link
2018-10-24 11:58:42 -06:00
Kim Gardner c0efc33044 Merge branch 'master' into stream-status 2018-10-23 17:47:48 +01:00
Kim Gardner b3d704be76 Merge branch 'master' into 1920 2018-10-23 17:23:11 +01:00
Wyatt Johnson 49c7d2eeda fix: move priority up for token fetching 2018-10-22 12:25:20 -06:00
Wyatt Johnson 5a1f93975c feat: added support for access_token hash passthrough 2018-10-22 12:13:15 -06:00
hovoodd 607a59ad63 Fix stream status updating 2018-10-20 22:59:13 +03:00
hovoodd 8432df15a1 Add collapsible prop to banned and suspended lists in admin 2018-10-20 19:07:56 +03:00
hovoodd 61486caa9e Make ConfigureCard collapsible 2018-10-20 19:01:01 +03:00
Harrison Reid 7f45f7e2e2 Add Code of Conduct Link 2018-10-20 08:43:13 +11:00
Kim Gardner 4015e19040 Merge branch 'master' into master 2018-10-19 19:47:36 +01:00
Kim Gardner 2dfadebd42 Merge branch 'master' into 1939 2018-10-19 18:45:46 +01:00
Harrison Reid 130dc578b3 Refactor Stream component, move QuestionBox render logic into seperate fn 2018-10-18 21:25:36 +11:00
Harrison Reid fd7114ab2a Keep question box visible when comment stream is closed 2018-10-18 21:06:00 +11:00
Kim Gardner 6fa18f6c7c Merge branch 'master' into 1920 2018-10-15 16:52:37 +01:00
Kim Gardner bda9b55562 Merge branch 'master' into master 2018-10-15 16:50:42 +01:00
Kim Gardner 8a88228d9c Merge branch 'master' into 1920 2018-10-12 18:57:35 +01:00
Kim Gardner 0a9664d464 Merge branch 'master' into fix-admin-menu-visibility 2018-10-12 18:53:09 +01:00
Snorre Magnus Davøen ade3cf6252 Display avatar left of comments by default
Previously avatars would be displayed on top of comments. Most comment
and forum systems will display avatars to the left of comments/posts.
The https://github.com/snorremd/talk-plugin-gravatar plugin currently
renders avatars in the avatar slot which will render the avatar on top
of the comments. This change modified the comment container to be
displayed as a flex container with row direction. It also adds 10px top
margin to the avatar slot which corresponds with the comment header.

Signed-off-by: Snorre Magnus Davøen <snorremd@gmail.com>
2018-10-12 19:13:04 +02:00
Wyatt Johnson 1837ae4a0f Merge branch 'master' into fix-admin-menu-visibility 2018-10-12 16:44:22 +00:00
Kim Gardner 334074a7ca Merge branch 'master' into master 2018-10-12 16:55:59 +01:00
Wyatt Johnson bb54009567 Websocket Regression (#1971)
* fix: addresses websocket connection issues

- reverted upgrade to subscriptions-transport-ws
- removed unnecessary websocket resets
- improved websocket reconnection logic

* Update package.json
2018-10-09 17:47:07 +00:00
Bryce Kahle 8b2dc3a46d do not show admin drawer unless user has access
Fixes https://github.com/coralproject/talk/issues/1791
2018-10-08 13:02:37 -04:00
Wyatt Johnson 1781b926d9 fix: tab container css (#1959) 2018-10-04 20:27:38 +00:00
Harrison Reid 9222ee57a5 Update text and description in moderation configure view
Rename include_comment_stream to code_of_conduct_summary, update text.
Rename include_comment_stream_desc to code_of_conduct_summary_desc, update text.
2018-10-04 18:46:18 +10:00
hovoodd 67cca7d85d Add filters to list of people 2018-10-03 22:15:05 +03:00
Wyatt Johnson 7b97a8fca2 Passport Fix (#1955)
* fix: Fixed bug in passport access

* fix: resolved issues with postMessage and static urls
2018-10-02 16:21:45 +00:00
Wyatt Johnson c19d4a433a Improved Comment URL Handling (#1860)
* feat: replaces PR 1819

- fixes #1851

* fix: set query using new syntax

* review: fixes for missed framework changes

* fix: linting
2018-09-11 22:44:23 +00:00
Helmut Januschka 1eea2daeae adress feedback 2018-09-10 21:34:07 +02:00
Kim Gardner 5b29e7d351 Merge branch 'master' into toggle_comment_date 2018-09-10 10:53:34 -04:00
Helmut Januschka 205f943ab5 Update Comment.css 2018-09-07 19:13:36 +02:00
Helmut Januschka 974e884432 adress feedback 2018-09-07 13:36:55 +02:00
Helmut Januschka e5237ae805 adopt feedback 2018-09-07 13:12:01 +02:00