Commit Graph

280 Commits

Author SHA1 Message Date
Wyatt Johnson 5e7fe7cf5a fix: upgrade passport-google-oauth2 (#2217)
- Fixes #2215
2019-03-07 01:12:08 +00:00
Wyatt Johnson ec816636e6 feat: added concurrency features 2018-12-19 12:40:08 -07:00
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
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 4a165c0972 fix: ensure iframe is big enough for add email dialog 2018-11-08 15:58:26 +00:00
Chi Vinh Le 4ce5d97e3b Always have pointer events in configure cards 2018-10-25 21:42:18 +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
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
Wyatt Johnson ce95467145 fix: don't log an error for http 404, let the logger do it 2018-09-14 11:48:48 -06:00
Wyatt Johnson cfbafdeb5c feat: upgraded websocket package 2018-09-13 07:46:53 -06: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
Thomaz de Oliveira dos Reis 382019d907 Change proxy-agent to support http/https through http/https/socks/pac proxy on scraper (#1839) 2018-09-04 15:01:10 +00:00
Kim Gardner 80fc5e86ff Upgrade mongoose (#1734)
* Upgrade Mongoose

* Upgrade Mongoose 5.2.1

* Yarn
2018-07-05 12:27:20 -06:00
Kim Gardner 0ad0577ba3 Update lockfile 2018-06-28 15:16:05 -04:00
Kim Gardner 111b1b744f Update dependencies 2018-06-13 17:58:59 +01:00
Kim Gardner cc668ef439 Fix grammar 2018-06-13 16:34:44 +01: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
okbel 375c8789a4 updating yarn and nightwatch/selenium-standalone 2018-06-04 21:48:51 -03:00
Cristian Dean 6c73e5b818 Add scraper proxy support (#1674)
* Add scraper proxy support
* review: doc updates
2018-06-04 13:43:00 -06:00
Chi Vinh Le 3a84da9495 Activate Websocket and add browser console logging 2018-05-29 16:42:04 +02:00
okbel 4299c373ba changes and updates to the e2e 2018-05-28 15:17:31 -03:00
Wyatt Johnson da820ad6db updated yarn.lock 2018-05-28 09:42:22 -06:00
Wyatt Johnson 422260607e Merge branch 'master' into csp 2018-05-23 11:53:24 -06:00
Wyatt Johnson 10a786f84d simplified language negotiation 2018-05-22 14:21:32 -06:00
Wyatt Johnson 9484d4c6f5 Merge branch 'master' into csp 2018-05-18 10:11:39 -06:00
Wyatt Johnson 95072be97e switched ejs for nunjucks 2018-05-17 15:59:49 -06:00
Kim Gardner 663caa1001 Update lint-staged to fix dependency issue 2018-05-16 18:18:36 -04:00
Wyatt Johnson 4426be5f39 improved dev experience, fixed css order 2018-05-09 13:56:05 -06:00
Kim Gardner 0d1f3d1da3 Merge branch 'master' into settings 2018-05-07 17:19:54 -04:00
Wyatt Johnson fa2730a661 Upgraded lodash 2018-05-07 15:06:53 -06:00
Wyatt Johnson 2b1108cd88 Settings Cache Refactor 2018-05-07 14:27:00 -06:00
Wyatt Johnson d6828c5ef4 cli fixes 2018-05-01 16:27:47 -06:00
Wyatt Johnson dcf10643a0 Merge branch 'master' into gdpr-download 2018-04-17 13:09:17 -06:00
Wyatt Johnson 86385e0d86 Jest for server
- Introduced the Jest testing framework into our server side code so
plugins can now have tests that run
2018-04-11 19:02:38 -06:00
Wyatt Johnson 412fd34cc1 Merge branch 'master' into gdpr-download 2018-04-11 13:46:46 -06:00
Wyatt Johnson 5941bfac7c pulled data download into seperate plugin 2018-04-09 15:52:40 -06:00
Wyatt Johnson 4694f986c0 Logging Improvements
- development logging prints pretty again
- http requests are logged using bunyan now
2018-04-09 13:22:02 -06:00
Wyatt Johnson bb7f1a57f0 Added UI for downloading your comment data
- Added button on profile page
- Added date when last downloaded data
2018-04-02 17:53:27 -06:00
Wyatt Johnson 64d8d53987 Merge branch 'master' into gdpr-download 2018-04-02 14:58:06 -06:00
Wyatt Johnson ee5316e6ef initial download support 2018-03-27 18:28:14 -06:00
Wyatt Johnson 45b570e163 Scraper improvements
- added support for changing the scraper headers
- added a Coral-Talk/${version} user agent header by default
2018-03-23 16:00:09 -06:00
Wyatt Johnson 59982d4329 swapped manual dynamic chunked loader with readt-loadable 2018-03-22 17:29:38 -06:00
Kim Gardner 58899293af Merge branch 'master' into rte-rework 2018-03-21 16:19:59 -04:00
Kim Gardner f4575e2075 Merge branch 'master' into docs 2018-03-21 14:40:48 -04:00
Chi Vinh Le 44b5a122c5 Merge branch 'master' into coral-rte 2018-03-21 12:59:21 +01:00
Wyatt Johnson db1934e897 fixed password reset email form 2018-03-20 16:04:41 -06:00
Wyatt Johnson 076a07fba4 Merge branch 'master' into docs 2018-03-20 15:42:16 -06:00
Wyatt Johnson ff24f521be fixed graphql docs, added graphql tutorial 2018-03-20 15:39:38 -06:00
Belén Curcio da285fb7e5 Merge branch 'master' into better-graph 2018-03-20 11:07:17 -03:00