Commit Graph

4517 Commits

Author SHA1 Message Date
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 bda9b55562 Merge branch 'master' into master 2018-10-15 16:50:42 +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
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
Helmut Januschka 97103739c2 toggle comment date 2018-09-03 09:04:33 +02:00
Helmut Januschka 9cf13691ad fix long urls breaking moderation box 2018-09-03 08:20:56 +02:00
Kim Gardner 5b9f9f1b0d Merge branch 'master' into translations_ptbr 2018-08-28 13:53:19 -04:00
Helmut Januschka 90eafb557c fix language detection in IE11 and Edge (#1810) 2018-08-21 17:52:02 +00:00
Danilo.Santana bcb294c625 adding more translations in some missing pages 2018-08-16 11:27:31 -03:00
Wyatt Johnson 6a04b66d84 fix: token handling
- Fixes #1728
2018-07-27 14:08:53 -06:00
Kim Gardner a977ce4ac9 Merge branch 'master' into update-readme 2018-06-18 13:43:15 +01:00
Fabian Neumann 59531f32dc oops 2018-06-18 11:24:38 +02:00
Fabian Neumann 03ae85f5ac Use the flame/What's hot as the generic reactions icon. 2018-06-18 11:15:20 +02:00
Kim Gardner 56c6633ef6 Merge branch 'master' into neutral-reactions-icon 2018-06-14 14:03:52 +01:00
Fabian Neumann 143d23bf9d Use neutral icon for aggregated reactions count 2018-06-14 11:44:10 +02:00
Kim Gardner 29f8762ed7 Add translation for product guide link 2018-06-13 17:56:28 +01:00
Kim Gardner a245c2e7ea Merge branch 'master' into update-readme 2018-06-13 14:21:08 +01:00
Kim Gardner 35ca970650 Put Product Guide link in gear dropdown 2018-06-12 20:06:42 +01:00
Cristian 8c20376c95 Add translations in some missing pages and fix others 2018-06-11 12:34:54 -03:00
Wyatt Johnson ee81a3d280 Merge branch 'master' into user-detail 2018-06-05 17:12:47 -06:00
Kiwi 41fab3e11c Introduce final form, i18n helper, validators and refactor AddEmailAddress (#1636)
* Introduce final form, validators and refactor AddEmailAddress

* First i18n script

* Sort locales

* Add delete and copy action

* Copy over available validator translations

* Add comments

* Export validations in plugin-api

* Linting

* yarn.lock

* Sort locales

* Drop unused translations

* Add translations for validators

* Add action drop-unused

* Add comments

* Add note about limitation

* Fix desc
2018-06-05 17:12:30 -06:00
Wyatt Johnson dae4eb123c Merge branch 'master' into user-detail 2018-06-05 17:11:45 -06:00
Chi Vinh Le ccff6ed63b Resolve linter issues 2018-06-05 04:28:54 +02:00
Chi Vinh Le 2387b46ba1 Resolve className and id conflicts 2018-06-05 03:32:15 +02:00
Wyatt Johnson 7a13b64fbe feat: cleanup of user details drawer 2018-06-04 16:23:58 -06:00
Chi Vinh Le 773eb34c3e Merge branch 'reject-username' of ssh://github.com/coralproject/talk into reject-username 2018-06-04 22:38:21 +02:00
Chi Vinh Le 5835845092 Fix write fragment 2018-06-04 22:37:31 +02:00
Kiwi 7627d37e22 Merge branch 'master' into reject-username 2018-06-04 17:32:44 -03:00
Chi Vinh Le 6674b657ab Move helper out of class 2018-06-04 22:32:23 +02:00
Chi Vinh Le 9c3d9e5943 Merge branch 'reject-username' of ssh://github.com/coralproject/talk into reject-username 2018-06-04 22:30:49 +02:00
Chi Vinh Le 636bc9efa4 Manage cache 2018-06-04 22:30:12 +02:00
okbel 2d343029a1 updated - getUserStatusArray 2018-06-04 15:25:30 -03:00
Kim Gardner cf98232109 Merge branch 'master' into markdown-asset-closed-message-master 2018-06-04 15:54:13 +01:00
Chi Vinh Le f142150b3e Fix unexpected error 2018-06-04 16:04:37 +02:00