Wyatt Johnson
eb586f217b
Upgraded/pruned deps, applied linting fixes
2017-08-28 14:06:54 -06:00
Wyatt Johnson
057d8cabd2
Increased debugging and optimized a query path
2017-08-28 11:47:51 -06:00
Chi Vinh Le
48595a1bbf
Merge branch 'master' into user-sort
...
Conflicts:
client/coral-admin/src/reducers/moderation.js
client/coral-embed-stream/src/actions/stream.js
client/coral-embed-stream/src/components/Stream.js
client/coral-framework/components/Slot.js
plugin-api/beta/client/utils/index.js
test/server/routes/api/account/index.js
2017-08-25 21:55:00 +07:00
Wyatt Johnson
acf792089d
added more db optims
2017-08-23 15:42:30 -06:00
Wyatt Johnson
a68513227a
adjusted tokenizer to use regex based tokenizer instead
2017-08-23 09:54:00 -06:00
Belen Curcio
0342b6c826
rolling back
2017-08-23 10:06:39 -03:00
Belen Curcio
b6951488c4
Tokenizer is messing with escaped regexes
2017-08-22 16:37:24 -03:00
Wyatt Johnson
b719168b18
Implemented sortBy
2017-08-22 10:11:47 -06:00
Wyatt Johnson
01ed9880f4
comment count optim, prep for sortBy
2017-08-21 15:26:04 -06:00
Wyatt Johnson
d43d359048
ensure that events are handled sync
2017-08-21 08:49:56 -06:00
Wyatt Johnson
ec2c62a607
Merge branch 'master' into user-sort
2017-08-21 08:48:26 -06:00
Wyatt Johnson
1f813da68b
changed trust defaults
2017-08-21 08:12:36 -06:00
Wyatt Johnson
7125250cd6
updated tests
2017-08-20 12:54:46 -06:00
Wyatt Johnson
5036a2665a
fixes to tests and impl edit hooks
2017-08-20 12:25:22 -06:00
Wyatt Johnson
b2e871f4a6
added event for edit to manage reply count
2017-08-19 10:49:50 -06:00
Wyatt Johnson
1b09825602
added more debugging to redis, improved retry
2017-08-18 11:50:51 -06:00
Wyatt Johnson
a9abd55895
added group_id support to action counts, cli verifier
2017-08-17 15:32:47 -06:00
Wyatt Johnson
165d07cae9
improved event layout, added db indicies
2017-08-17 11:56:58 -06:00
Wyatt Johnson
d4536cb1a2
replaced emit with emitAsync
2017-08-16 16:01:22 -06:00
Wyatt Johnson
b126cc3cb3
initial impl of cached action counts using ee
2017-08-16 15:47:56 -06:00
Wyatt Johnson
bb2284909f
Merge branch 'master' into cookie-updates
2017-08-10 23:24:03 +10:00
Chi Vinh Le
6956b4cd31
Remove Tag should keep remaining tags
2017-08-10 18:39:02 +07:00
Wyatt Johnson
6d70a7b20e
improved code around cookie handling, added to docs
2017-08-10 10:46:11 +10:00
Wyatt Johnson
b9243938bd
Added support for changing the singing cookie name
2017-08-10 10:33:45 +10:00
Chi Vinh Le
10936d9f41
Sort not by count
2017-08-07 18:23:44 +07:00
Chi Vinh Le
1d5f1e676f
Sort aggregation
2017-08-07 18:12:25 +07:00
Wyatt Johnson
02a75c590f
lint fix
2017-08-04 15:54:14 +10:00
Wyatt Johnson
8cdf289b13
exposed more controls on jwt and added docs
2017-08-04 15:49:37 +10:00
Wyatt Johnson
5c8130bece
Added guard for private key length
2017-08-04 12:58:40 +10:00
Wyatt Johnson
c9b82008de
Fixes to secrets init
2017-08-04 10:37:47 +10:00
Kim Gardner
eac8c63045
Fix language files
2017-08-01 13:28:59 -04:00
Kim Gardner
d300025c00
Update i18n config
2017-08-01 12:55:05 -04:00
Kim Gardner
46a2699ecb
Merge branch 'master' into docs-update
2017-07-27 11:05:06 -04:00
Wyatt Johnson
30b3e91fdb
documented more env vars
2017-07-27 15:34:04 +10:00
Wyatt Johnson
a54a240ae6
fixed bug with job init
2017-07-27 15:14:11 +10:00
Wyatt Johnson
4733233cae
Added new cookie config params
2017-07-27 10:58:12 +10:00
Wyatt Johnson
9b37767674
refactored secret parsing
2017-07-27 10:49:33 +10:00
Wyatt Johnson
6a12ab28db
fixes for tests
2017-07-26 15:58:52 +10:00
Wyatt Johnson
a91624bf4b
Expanded JWT Capabilities
2017-07-26 15:24:16 +10:00
Kim Gardner
1077bfbec2
Merge branch 'master' into next
2017-07-25 10:07:13 -04:00
Chi Vinh Le
0c05da9285
Add comment
2017-07-25 17:16:59 +07:00
Wyatt Johnson
3f304823ca
Added new config for jwt alg + added query parsing of access token
2017-07-25 15:55:40 +10:00
Wyatt Johnson
0c8def722b
Refined task singleton to factory
2017-07-25 12:53:52 +10:00
Wyatt Johnson
07114aed1b
removed unused var
2017-07-25 12:40:54 +10:00
Wyatt Johnson
f13e6b0e16
Fixes to impl
2017-07-25 12:38:49 +10:00
Wyatt Johnson
c2f6b9aa09
Suggestions for refactoring
2017-07-25 12:32:15 +10:00
Wyatt Johnson
aeeafb6284
Merge branch 'master' into next
2017-07-25 11:52:53 +10:00
Wyatt Johnson
3e09d28308
Bumped node version, replaced bcrypt -> bcryptjs
2017-07-25 10:01:05 +10:00
Wyatt Johnson
745c579b82
Adjust redis to not start during webpack build
...
- Added new WEBPACK env var which is enabled during yarn build scripts
- Defered redis starting until listen is called
- Moved pubsub to a factory pattern init
- Async/Await'ed the routes
- Moved pubsub handle for routes into middleware
- Adjusted redis cache and job processors to have lazy connection
starting
- Disabled mongo from auto-connecting on require
- Adjusted package redis clients to act as factory singletons instead
2017-07-17 13:34:04 -06:00
Kim Gardner
c976ba0ea4
Merge branch 'master' into french-translation
2017-07-05 09:17:36 +01:00