Nick Funk and Kim Gardner
b50d3dc96f
Add missing environment variables to v5 config docs ( #2770 )
...
DISABLE_CLIENT_ROUTES
DISABLE_RATE_LIMITERS
SCRAPE_TIMEOUT
DISABLE_FORCE_SSL
CORL-806
Co-authored-by: Kim Gardner <kgardnr@gmail.com >
2019-12-23 11:26:29 -05:00
8c0f55af21
Update version-5-installation.md ( #2771 )
...
* Update version-5-installation.md
The command `npm run start` doesn't work locally following these directions, but `npm run start:development` does. Based on the package.json commands, the `:development` command seems reasonable:
```
"start": "NODE_ENV=production node dist/index.js",
"start:development": "NODE_ENV=development CONCURRENCY=${CONCURRENCY:-1} TS_NODE_PROJECT=./src/tsconfig.json ts-node-dev --inspect --transpile-only --no-notify -r tsconfig-paths/register ./src/index.ts",
```
Here's the output I received from `npm run start`:
```
Hanss-MBP:talk [redacted]$ npm run start
> @coralproject/talk@5.4.0 start /Users/[redacted]/workspace/talk
> NODE_ENV=production node dist/index.js
{"name":"coral","clusterNode":"master","hostname":"[redacted].com","pid":25656,"level":50,"err":{"message":"SIGNING_SECRET is required in production environments","name":"Error","stack":"new Server (src/core/server/index.ts:126:15)\nObject.createCoral [as default] (src/core/index.ts:10:10)\nbootstrap (src/index.ts:76:20)\nObject.bootstrap (src/index.ts:109:1)\nModule._compile (internal/modules/cjs/loader.js:959:30)\nObject.Module._extensions..js (internal/modules/cjs/loader.js:995:10)\nModule.load (internal/modules/cjs/loader.js:815:32)\nFunction.Module._load (internal/modules/cjs/loader.js:727:14)\nFunction.Module.runMain (internal/modules/cjs/loader.js:1047:10)\ninternal/main/run_main_module.js:17:11\n"},"msg":"can not bootstrap server","time":"2019-12-20T23:27:38.314Z","src":{"file":"/Users/[redacted]/workspace/talk/src/index.ts","line":104,"func":"error"},"v":0}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @coralproject/talk@5.4.0 start: `NODE_ENV=production node dist/index.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @coralproject/talk@5.4.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/[redacted]/.npm/_logs/2019-12-20T23_27_38_335Z-debug.log
```
* fix: expanded on docs
Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca >
2019-12-21 00:14:32 +00:00
Nick Funk and Kim Gardner
ed98b218bb
Update logo to match new VoxMedia branding ( #2764 )
...
CORL-804
2019-12-20 17:02:18 -05:00
Wyatt Johnson and Kim Gardner
64800ffaee
[CORL-822] Safari Fix ( #2760 )
...
* fix: forced version
* fix: removed cookie code
* chore: version bump
v4.11.4
2019-12-19 14:14:59 -05:00
Wyatt Johnson and GitHub
637605a002
fix: added trust proxy config ( #2751 )
v4.11.3
2019-12-12 22:50:00 +00:00
Nick Funk and Kim Gardner
5580e14bf3
Create Slack integration documentation ( #2714 )
...
Explains how to create a Slack App and hook it into
Coral as well as how to re-find your webhook URLs
if you have lost them.
CORL-645
2019-12-03 16:06:52 -05:00
Wyatt Johnson and GitHub
109d9e93f5
docs: added doc updates for Node 12 ( #2730 )
2019-11-22 23:40:11 +00:00
ff72d79748
Update SSO docs and add GDPR docs ( #2701 )
...
* Update SSO docs and add GDPR docs
* Update docs/source/version-5-gdpr.md
Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com >
* Update docs/source/version-5-gdpr.md
Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com >
* Update docs/source/version-5-gdpr.md
Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com >
v4.11.2
2019-11-12 14:47:05 -05:00
Max Baumann and Wyatt Johnson
0645735d2b
Error responses from scraped pages should not return metadata ( #2691 )
...
* Don't return error pages as valid scrapes
* Fix linting
* whitespace
2019-11-08 18:57:20 +00:00
Kim Gardner and Wyatt Johnson
f1a0febd6c
Bump version to 4.11.2 ( #2699 )
2019-11-08 17:48:13 +00:00
Wyatt Johnson and Kim Gardner
16d0b39ebc
fix: added index for query that loads flags for user ( #2678 )
2019-11-07 13:43:05 -05:00
Wyatt Johnson and Kim Gardner
66c7430ff1
fix: fixed deploy scripts ( #2665 )
v4.11.1
2019-10-22 14:15:23 -04:00
Kim Gardner and GitHub
ac06f0d13b
Bump version 4.11.1 ( #2663 )
2019-10-22 13:20:35 -04:00
Wyatt Johnson and GitHub
ca10062498
[CORL-646] Docs update ( #2648 )
...
* docs: added docs for trust proxy
* fix: adjusted incorrect HTML
- fixes #2656
2019-10-22 17:01:48 +00:00
Wyatt Johnson and Kim Gardner
c9381c6367
fix: addressed link detection issue ( #2660 )
2019-10-22 10:34:32 -04:00
Andrew Losowsky and Kim Gardner
13853ef87e
Added notes about hosting and improved sell ( #2638 )
2019-10-15 14:20:28 -04:00
Pepe Franco and Wyatt Johnson
fb2f36d0ee
Update getReactionConfig.js ( #2618 )
...
* Update getReactionConfig.js
Delete duplicated code
* fix: linting
2019-10-03 17:10:20 +00:00
Wyatt Johnson and GitHub
1a2fa73941
[CORL-663] v4 release fixes ( #2613 )
...
* fix: removed latest pushing from docker deploy script
* fix: addressed circleci bug
2019-10-01 22:37:42 +00:00
Vinh and Wyatt Johnson
d3931db285
[CORL-181] Add docs for comment count integration ( #2598 )
...
* docs: add docs for comment count integration
* docs: update count docs
* chore: improve integration docs
v4.11.0
2019-10-01 19:27:00 +00:00
Wyatt Johnson and Kim Gardner
093202f9e2
fix: disable browserstack tests ( #2610 )
2019-10-01 13:49:22 -04:00
Kim Gardner and Wyatt Johnson
60be682a5f
Update package.json ( #2609 )
2019-10-01 16:01:34 +00:00
Joe Simon and Wyatt Johnson
41c9ae32b1
v4 - Adding live updates for accepted comments ( #2584 )
...
* First pass at live updates for accepted comments
* fix: logic cleanup
2019-09-30 23:47:30 +00:00
Wyatt Johnson and GitHub
4445479237
chore: updated minimum mongo versions ( #2592 )
2019-09-30 16:15:24 +00:00
Andrew Losowsky and Wyatt Johnson
aab44587a6
Small changes ( #2599 )
...
Name change and small edit
2019-09-30 15:59:03 +00:00
immber and Wyatt Johnson
0af28edbd9
fixed broken links, added username restrictions, minor docs updates ( #2580 )
2019-09-20 19:31:20 +00:00
Wyatt Johnson and GitHub
9db7571fe2
fix: fixed heroku install button ( #2552 )
2019-09-10 19:40:41 +00:00
Wyatt Johnson and GitHub
683adceec4
[CORL-603] Documentation Updates ( #2553 )
...
* fix: replaced png with svg
* feat: updated docs
* feat: added netlify config
* fix: fixed netlify config
2019-09-10 19:20:24 +00:00
Wyatt Johnson and GitHub
aa6058e9d1
[CORL-584] Add Version 5 Documentation ( #2523 )
...
* feat: initial version
* fix: adjusted height
* fix: tweaked sidebar styles again
* fix: adjusted overflow property
* fix: reverted overflow, cleaned sidebar
2019-09-05 20:53:03 +00:00
Wyatt Johnson and GitHub
a4c4032b0d
[CORL-546] Adjusted rejected username copy ( #2483 )
...
* fix: fixed copy, removed broken translations
* chore: version bump
v4.10.3
2019-08-16 21:15:59 +00:00
Wyatt Johnson and Kim Gardner
2ea0d51613
chore: bumped version ( #2459 )
v4.10.2
2019-08-09 17:43:22 -04:00
Wyatt Johnson and GitHub
f2564f4eda
fix: addressed issues with create flow ( #2458 )
2019-08-09 21:38:38 +00:00
Kim Gardner and GitHub
73040b1314
Update rejected username language ( #2420 )
2019-07-25 15:19:17 -04:00
Wyatt Johnson and Andrew Losowsky
c3c106c7b0
Update README.md ( #2413 )
2019-07-19 11:59:31 -04:00
Andrew Losowsky and Wyatt Johnson
8faf69ce48
Updated copyright notice from Mozilla to Vox Media ( #2412 )
...
* Updated copyright notice from Mozilla to Vox Media
* fix: update package.json
2019-07-19 15:45:49 +00:00
Wyatt Johnson and Kim Gardner
23f17db0c9
[CORL-447] Stories Fix ( #2408 )
...
* fix: fixes close/open bug
* fix: fixed version display
* chore: bumped version
v4.10.1
2019-07-17 15:52:58 +01:00
Kim Gardner and GitHub
1385a0b961
Bump version 4.10.0 ( #2406 )
v4.10.0
2019-07-15 19:53:33 +01:00
Wyatt Johnson and GitHub
7fd01e5845
[CORL-444] Stories Tab Adjustments ( #2404 )
...
* feat: improved stories tab
* feat: swapped date sorting with text sorting
2019-07-12 20:18:21 +00:00
immber and GitHub
340052cdf0
DOCS | Add asset_url note to CMS integration & Update FB config ( #2393 )
...
* added note RE passing asset_url, and updated fb configs
* fix: syntax tweaks
* feat: small tweaks to embedding
2019-07-10 09:41:52 -07:00
Leandro and Kim Gardner
a085e4b6f9
Translation key typo. ( #2389 )
...
Fix translation key "login.request_passowrd"
to "login.request_password".
2019-07-03 17:28:34 +01:00
Kim Gardner and GitHub
1575b15e36
Merge pull request #2374 from leeeandroo/german-translations
...
Added missing German translations.
v4.9.1
2019-06-21 15:32:55 +01:00
Kim Gardner and GitHub
7da9126a76
Merge branch 'master' into german-translations
2019-06-21 15:24:17 +01:00
Kim Gardner and GitHub
9453d207f5
Merge pull request #2373 from leeeandroo/featured-tooltip-breakword
...
Break headline on featured comments plugin
2019-06-21 15:23:18 +01:00
Leandro Vasco da Rocha
869c760a8b
Grammatical changes on German wording
2019-06-20 14:44:52 +02:00
Leandro Vasco da Rocha
b283595c97
Break headline on featured comments plugin.
...
If a headline is too long, we need to break it to fit the tooltip
content box.
2019-06-20 13:24:05 +02:00
Leandro Vasco da Rocha
d672af63f9
Added missing german translations.
2019-06-18 15:53:27 +02:00
Kim Gardner and Wyatt Johnson
b4ad78fd65
Bump version 4.9.1 ( #2361 )
2019-06-14 15:28:26 +00:00
Kim Gardner and GitHub
713de46c2a
Merge pull request #2359 from coralproject/corl-427
...
[CORL-427] AddEmailAddressDialog should appear at the top
2019-06-14 14:53:46 +01:00
Chi Vinh Le
fc1e51ed62
fix: Position Add Email Address Dialog to the top
2019-06-14 00:08:37 +02:00
Etienne Martin and Wyatt Johnson
4eef6f4218
Added missing translations ( #2357 )
2019-06-13 19:06:41 +00:00
Kim Gardner and GitHub
c8cfd7c0f8
Merge pull request #2345 from coralproject/bump-4-9-0
...
Bump version 4.9.0
v4.9.0
2019-06-06 20:11:11 +01:00