Belen Curcio
8953182329
merge
2017-02-13 19:14:27 -03:00
Belen Curcio
594b87208a
GraphQL Review and Responses
2017-02-13 16:00:55 -03:00
Wyatt Johnson
b30a5d2184
Removed 3.4 dep
2017-02-13 10:49:47 -07:00
Belen Curcio
e2ebac7176
adds new mutations: setCommentStatus
2017-02-13 14:32:48 -03:00
Belen Curcio
bc14b908eb
banUsers and moderate separate streams, not found assets etc
2017-02-10 17:15:26 -03:00
Wyatt Johnson
3cd2b28bc2
Inital rename of displayName -> username
2017-02-09 16:48:59 -07:00
David Jay
97c3ebc3e0
Whitelisting usernames once they have been approved.
2017-02-01 20:55:45 -05:00
David Jay
5831a6f927
Merge branch 'master' of github.com:coralproject/talk into username-ban
2017-02-01 20:00:54 -05:00
David Jay
d703cc2168
Prompting user to update name when banned.
2017-02-01 19:53:37 -05:00
David Jay
b2430eaf60
Adding displayname editing and appropriate toggle.
2017-02-01 15:55:33 -05:00
riley
4a9c996cba
enforce uniqueness case-independent
2017-02-01 12:39:16 -07:00
David Jay
f06edec6a2
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
2017-01-26 16:38:43 -05:00
David Jay
31abe57cb2
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
...
Integrating graphql, updating tests, and preserving transition to ModerationList from CommentList.
2017-01-25 17:15:12 -05:00
Wyatt Johnson
26b7d48f1f
Comment ordering fixed, banned users can't do anything
2017-01-24 17:06:40 -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
0ec2c11cf7
modularized mutators, loaders
2017-01-20 16:49:19 -07:00
gaba
06ab33343f
Errors needs to use APIError.
2017-01-13 14:15:31 -08:00
gaba
1027b19a49
Added regex to look for the field that is duplicated. Not sure if there is a better way to do it.
2017-01-12 14:43:36 -08:00
gaba
873ec09f62
Merge branch 'master' into unique-username
2017-01-12 08:46:51 -08:00
David Jay
e8dc319a9a
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
2017-01-11 13:12:07 -05:00
Riley Davis
b6eaf210fe
don't use regex on existing lists
2017-01-09 15:41:47 -07:00
David Jay
0f24ab6b28
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
2017-01-06 15:56:03 -05:00
David Jay
d5a82f04c2
Fixing issues with e-mail and status update.
2017-01-06 15:35:32 -05: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
gaba
712e436f58
Cleans error on email address or name. We need to go through all the errors and manage them better with translations.
2017-01-06 16:38:44 -03:00
Riley Davis
72cd78da8c
use wordlist service
2017-01-06 12:35:08 -07:00
gaba
8a1eedb0b2
Merge branch 'master' into unique-username
2017-01-06 14:12:46 -03:00
Wyatt Johnson
be72ebf2a1
Added tests + model implementation.
2017-01-05 17:01:41 -07:00
gaba
d9ea5977cd
Unique displayName for the User.
2017-01-05 18:24:05 -03:00
Riley Davis
7e7e8891b4
display errors when trying to sign up with a bad username
2017-01-05 12:47:39 -07:00
Wyatt Johnson
a7680ae5d9
Initial pass at email confirmation
2017-01-03 17:35:58 -07:00
David Jay
800382132d
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
2017-01-03 14:29:05 -05:00
David Jay
a3eb4f5c76
Merge branch 'add-flag-option' of github.com:coralproject/talk into add-flag-option
2016-12-20 11:31:57 -08:00
David Jay
20505acfbe
Updating tests for pending users endpoint.
2016-12-19 20:27:58 -05:00
David Jay
be3d506459
Moving action metadata to nested object.
2016-12-19 20:10:42 -05:00
David Jay
845d274b9b
Creatind endpoint to return pending users and action summaries.
2016-12-19 19:54:20 -05:00
Wyatt Johnson
7f12741c13
added comments to linter
2016-12-16 16:46:15 -07:00
Wyatt Johnson
1713b52cb0
The current user can see their own roles.
2016-12-15 12:14:58 -07:00
Wyatt Johnson
61128e9c06
Updated docs, services, tests.
2016-12-13 11:29:48 -07:00
David Jay
d229d5a96f
Updating route to davidjay.
2016-12-09 19:28:19 -05:00
David Jay
f5ac576187
Merge branch 'master' of github.com:coralproject/talk into flag-username
2016-12-09 16:33:06 -05:00
David Jay
bf01543a88
Merge branch 'master' of github.com:coralproject/talk into flag-username
2016-12-09 13:26:48 -05:00
gaba
1eb204f822
Merge branch 'master' into ban-user
2016-12-08 13:28:12 -10:00
Wyatt Johnson
3d35183e67
Add payload filtering and status_history updates
2016-12-08 15:56:52 -05:00
David Jay
7f24153b4e
Revert "Removing extra commas and collapsing actions into an object in the backend."
...
This reverts commit 9d28577e9b .
2016-12-08 15:47:47 -05:00
David Jay
9d28577e9b
Removing extra commas and collapsing actions into an object in the backend.
2016-12-08 15:27:49 -05:00
gaba
23c67b4a49
It fix the status change after merging master in.
2016-12-07 16:37:11 -10:00
David Jay
713cc0cda1
Posting actions to comment and user endpoints.
2016-12-07 19:01:02 -05:00
Wyatt Johnson
d1cdc48e85
Merge branch 'master' into status-history
2016-12-05 14:20:31 -05:00