Wyatt Johnson
0a5a23c1f3
Added fixes for tests on CI
2017-01-24 13:45:06 -07:00
Wyatt Johnson
eeaefd9656
fixes for cli
2017-01-24 13:01:56 -07:00
Wyatt Johnson
368606befe
Fixed yet, another, import
2017-01-24 12:18:32 -07:00
Wyatt Johnson
a7e9c0c776
Const, service, and model updates
...
- Updated enum values to be uppercase
- Updated services to expose service models
- Updated models to only export the mongoose model
- Moved all mongoose static methods over to new services
- Updated tests to refelct new setup
BREAKING
- Status that were uppercased (caps) have caused issues with the
admin pages
2017-01-24 12:10:32 -07:00
Wyatt Johnson
5b30fd89c8
More comments
2017-01-18 11:28:39 -07:00
Wyatt Johnson
7283feab6b
Merge branch 'master' into bad-words
2017-01-09 16:44:19 -07:00
Wyatt Johnson
ec3a114e65
Added missing endpoint + fix for mailer
2017-01-09 15:50:46 -07:00
Riley Davis
b6eaf210fe
don't use regex on existing lists
2017-01-09 15:41:47 -07:00
Riley Davis
abd2332745
lint
2017-01-06 13:23:51 -07:00
Riley Davis
01db900c40
move defined errors into top-level errors.js file
2017-01-06 13:00:22 -07:00
Riley Davis
6a61f47ddf
Merged branch master into bad-words
2017-01-06 12:45:41 -07:00
Riley Davis
72cd78da8c
use wordlist service
2017-01-06 12:35:08 -07:00
Wyatt Johnson
a7680ae5d9
Initial pass at email confirmation
2017-01-03 17:35:58 -07:00
Riley Davis
4e3d286740
add environment var for pw reset FROM field
2016-12-22 14:53:33 -07:00
Wyatt Johnson
6db2361edb
Adjusted middleware
2016-12-21 16:19:19 -07:00
Wyatt Johnson
8233937f7a
Moved wordlist loading into the middleware
2016-12-21 15:55:40 -07:00
Riley Davis
d65f786dcd
Merge branch 'master'
...
Conflicts:
routes/api/comments/index.js
2016-12-19 10:28:54 -07:00
Wyatt Johnson
7f12741c13
added comments to linter
2016-12-16 16:46:15 -07:00
Wyatt Johnson
9cf2d88ce2
Merge branch 'master' into suspect-wordlist
2016-12-15 13:51:16 -07:00
Wyatt Johnson
61128e9c06
Updated docs, services, tests.
2016-12-13 11:29:48 -07:00
Wyatt Johnson
5284ccc8b7
Added support for the suspect wordlist
2016-12-12 15:05:19 -07:00
Riley Davis
dd5c114dc2
don't use well-known email settings
2016-12-08 18:36:20 -10:00
Wyatt Johnson
3d35183e67
Add payload filtering and status_history updates
2016-12-08 15:56:52 -05:00
Riley Davis
9f360cf780
make the provider an env var
2016-12-07 15:03:49 -10:00
Riley Davis
f7fa0ae866
make PORT and HOST optional
2016-12-07 15:01:07 -10:00
Riley Davis
5d4abf7269
add host and port because GCP is silly
2016-12-07 14:55:12 -10:00
Riley Davis
7012684c23
correct error logs
2016-12-07 11:06:09 -10:00
Riley Davis
1c2b2c142e
change the environment vars. can't use sendgrid connection string
2016-12-07 11:04:57 -10:00
Wyatt Johnson
2f7f0249b2
Added status changing + history
...
- Status's for comments is now an array of objects
2016-12-05 11:28:27 -05:00
Wyatt Johnson
616dd534d9
Moved kue redis connector
2016-11-28 14:05:06 -07:00
Wyatt Johnson
b0f01cf00f
Initial commit of asset queuing ( #97 )
...
* Initial commit of asset queuing
* Addresssing comments
2016-11-28 13:29:39 -05:00
Wyatt Johnson
7cc311bd81
Added wordlist, cleaned comments api
2016-11-21 11:18:52 -07:00
Wyatt Johnson
c4ba18778c
Merge branch 'master' into passport
2016-11-17 14:26:52 -07:00
Riley Davis
04decde9fc
throw instead of log errors. rename for clarity
2016-11-17 10:31:46 -07:00
riley
5b35d3b61d
update to TALK_SMTP_CONNECTION_URL
2016-11-16 15:38:42 -07:00
riley
967472ea74
udpate smtp module to take a full smtp connection string
2016-11-16 14:38:29 -07:00
riley
e027a162d6
remove sendgrid shim and use connection string
2016-11-16 14:00:33 -07:00
riley
81299e8add
better error reporting. log when env variable is unset
2016-11-16 13:20:07 -07:00
Riley Davis
c86e1e8d47
create and decode jwt
2016-11-15 16:21:25 -07:00
Riley Davis
c1271d4d1b
mailer module v1
2016-11-14 13:31:47 -07:00