Wyatt Johnson
797cea4f63
added user query by value to graph
2018-01-03 14:01:51 -07:00
Wyatt Johnson
7ae0df2cbc
fixed dist loading error
2017-12-21 11:55:09 -07:00
okbel
570c0edfb3
merge conficts
2017-12-20 16:06:55 -03:00
Wyatt Johnson
df0ab7c1dc
removed body-parser in favor of express.json()
2017-12-19 15:11:11 -07:00
Kiwi
12884cce01
Merge branch 'master' into i18n-serverside-plugins
2017-12-18 17:12:54 +01:00
Wyatt Johnson
6850dd1a53
redis optim
...
- removes call for comment count when we already have
totalCommentCount
- removes job processor cleaner on non-processing nodes
- fixed some template issues
2017-12-15 15:49:56 -06:00
Wyatt Johnson
eb9827a3ae
more fixes for i18n
2017-12-14 16:48:03 -06:00
Wyatt Johnson
454fa752e2
fixed template errors
2017-12-07 11:05:42 -07:00
Wyatt Johnson
6bc9e6a0bb
added support for deep route caching, settings cache, template optim
2017-12-05 15:14:57 -07:00
Wyatt Johnson
d7302e4b3c
added support for deep route caching, settings cache, template optim
2017-12-05 11:17:44 -07:00
Wyatt Johnson
cbf3e4734d
improved query performance with indexes, added engine for debugging
2017-11-30 16:40:58 -07:00
Wyatt Johnson
b672b0a4e0
added better compression support
2017-11-30 11:20:13 -07:00
Wyatt Johnson
2437401daf
Merge branch 'next' into user-status-refactor
2017-11-28 09:47:34 -07:00
Wyatt Johnson
d4889eb52c
more role fixes
2017-11-27 16:44:40 -07:00
Chi Vinh Le
ec2bf3cb7f
Sort by publication_date
2017-11-24 12:41:18 +01:00
Wyatt Johnson
d8d15f27ab
added role management to graph
2017-11-23 11:20:55 -07:00
Wyatt Johnson
a537d9ac17
added message to ban/suspend workflows
2017-11-22 14:08:18 -07:00
Wyatt Johnson
76a255fb7b
initial pass at status support
2017-11-02 17:16:57 -06:00
Chi Vinh Le
d472223ee3
Fix/Implement sorting for stories
2017-10-25 19:32:47 +02:00
Kim Gardner
369e974a0c
Merge branch 'master' into community-pagination-
2017-10-25 14:32:03 +01:00
Kiwi
f6f9d380f1
Merge branch 'master' into iefixes
2017-10-25 14:22:06 +02:00
Kim Gardner
b43b84acff
Merge branch 'master' into community-pagination-
2017-10-24 18:05:53 +01:00
Chi Vinh Le
ca1ce9ba76
Dont cache auth
2017-10-24 17:23:10 +02:00
Belen Curcio
55b2208a49
Pagination and refactor for Stories
2017-10-24 11:29:17 -03:00
Belen Curcio
fed6654f52
Support pagination for search
2017-10-24 10:45:25 -03:00
Belen Curcio
9f4a913655
Passing props
2017-10-24 00:03:35 -03:00
Wyatt Johnson
9d5739b396
better support for email verification
2017-10-12 15:27:57 -06:00
Wyatt Johnson
203d3c7ee9
bug fixes
2017-09-25 16:12:40 -06:00
Wyatt Johnson
825e1b5e5c
Fixes to password reset flow
2017-09-25 14:50:33 -06:00
Wyatt Johnson
f74e8dda16
added support for changing the static url
2017-09-14 14:27:45 -06:00
Chi Vinh Le
c41ab58109
Allow Moderator to have read access on assets and settings
2017-09-14 21:11:40 +07:00
Wyatt Johnson
48875294c8
initial support for changing the uri
2017-09-05 13:57:35 -06:00
Kiwi
9e65f1b00d
Merge branch 'master' into asset-graph-api
2017-08-29 21:04:30 +02:00
Wyatt Johnson
90a8a87eaf
Added graph API for assets
2017-08-28 18:57:32 -06:00
Wyatt Johnson
eb586f217b
Upgraded/pruned deps, applied linting fixes
2017-08-28 14:06:54 -06:00
Wyatt Johnson
6d8185c33e
modified middleware to change AND -> OR, added mod to com pages
2017-08-23 11:52:02 -06:00
Wyatt Johnson
23f4724f99
fixed template bug
2017-08-22 13:18:48 -06:00
Wyatt Johnson
76e1d55601
fixed broken route
2017-08-16 07:53:58 -06:00
Wyatt Johnson
e71eb28e42
added base path support for router, spelling fixes
2017-08-15 14:19:58 -06:00
Kim Gardner
673cb0ed04
Merge branch 'master' into basepath
2017-07-27 15:21:31 -04:00
Wyatt Johnson
0d7e4d6541
Added support for hosting Talk under a different path
2017-07-27 16:37:26 +10:00
Wyatt Johnson
a54a240ae6
fixed bug with job init
2017-07-27 15:14:11 +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
Chi Vinh Le
c90c177b7c
Live update on stream when banned user, suspended user or rejected username
2017-06-27 20:06:27 +07:00
Belen Curcio
991bdc6089
Updated BE
2017-06-16 16:18:02 -03:00
gaba
b9b62e5764
Use accepts library.
2017-06-02 08:24:21 -07:00
gaba
276b2c7591
Merge branch 'master' into i18n-emails
2017-05-31 15:31:14 -07:00
gaba
a126c94aa4
Adds service for translations in the backend. Clean yaml.
2017-05-31 13:55:27 -07:00
Chi Vinh Le
bab47c9d44
Separate store
2017-05-26 20:37:06 +07:00
Belen Curcio
8edc16ed85
Removing logs
2017-05-25 20:06:49 -03:00