Belen Curcio
226af72ac9
Adding Roboto
2017-01-09 12:54:28 -03:00
Belen Curcio
1acc92a1f2
Header Changes
2017-01-09 12:45:41 -03:00
David Jay
0f24ab6b28
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
2017-01-06 15:56:03 -05:00
gaba
976f0762b3
Password lenght of 8.
2017-01-06 17:42:42 -03:00
David Jay
ec020df488
Adding account flags tab.
2017-01-06 15:42:19 -05:00
David Jay
d5a82f04c2
Fixing issues with e-mail and status update.
2017-01-06 15:35:32 -05:00
Riley Davis
bba597f086
even more lint
2017-01-06 13:28:48 -07:00
Riley Davis
abd2332745
lint
2017-01-06 13:23:51 -07:00
David Jay
9e651a9292
Adding actions to suspend users and send e-mail.
2017-01-06 15:16:23 -05:00
Riley Davis
a3bb8e2f41
remove logs. missed some errors
2017-01-06 13:11:37 -07:00
Riley Davis
01db900c40
move defined errors into top-level errors.js file
2017-01-06 13:00:22 -07:00
gaba
4dbc73f9ab
Add a test on already used display name.
2017-01-06 16:57:25 -03: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
David Jay
565e34e09d
Adding endpoint for admins to send transactional e-mail.
2017-01-06 14:29:50 -05:00
gaba
8a1eedb0b2
Merge branch 'master' into unique-username
2017-01-06 14:12:46 -03:00
Wyatt Johnson
bf04034085
Merge pull request #213 from coralproject/issue-191
...
Banned users should not be able to report/flag anything from the Front End
2017-01-06 10:03:14 -07:00
Gabriela Rodríguez Berón
1e445efaec
Merge branch 'master' into issue-191
2017-01-06 13:33:25 -03:00
Gabriela Rodríguez Berón
466cb289c3
Merge pull request #215 from coralproject/email-confirm
...
Email Confirmation and Fixes
2017-01-06 13:31:40 -03:00
Wyatt Johnson
4c5b85a2ae
Fixed session bug
2017-01-05 19:02:06 -07:00
David Jay
e510f99754
Adding style to suspension modal.
2017-01-05 20:51:40 -05:00
Wyatt Johnson
4eb7c72ae2
Merge branch 'master' into email-confirm
2017-01-05 18:45:06 -07:00
Wyatt Johnson
cabe546ecf
Added email send on new user if enabled for confirming
2017-01-05 17:19:38 -07:00
Wyatt Johnson
be72ebf2a1
Added tests + model implementation.
2017-01-05 17:01:41 -07:00
Riley Davis
368b431893
pre-validate usernames on the fe
2017-01-05 15:26:42 -07:00
David Jay
a468fe4c28
Adding language and e-mail input to suspend user modal.
2017-01-05 16:51:37 -05:00
gaba
d9ea5977cd
Unique displayName for the User.
2017-01-05 18:24:05 -03:00
David Jay
890ab810f3
Activating SuspendUserModal and updating language for clarity.
2017-01-05 14:50:21 -05:00
Riley Davis
7e7e8891b4
display errors when trying to sign up with a bad username
2017-01-05 12:47:39 -07:00
gaba
ac6fba2286
Clean user state on logout. Allow flagging only if not banned.
2017-01-05 15:34:27 -03:00
David Jay
9ba0176b3c
Seperating username and bio flags
2017-01-04 16:11:31 -05:00
David Jay
7a239c02ab
Limiting to user actions.
2017-01-04 15:56:52 -05:00
David Jay
216b21251d
Styling UserActions Component.
2017-01-04 15:33:41 -05:00
gaba
ab825512b9
Adding missing translation. Not sure how to translate streams.
2017-01-04 16:46:19 -03:00
David Jay
c1e3580ef7
Resolving error in moderation list.
2017-01-04 14:46:06 -05:00
David Jay
0a064c0e11
Merge branch 'master' of github.com:coralproject/talk into moderate-bio
2017-01-04 14:33:27 -05:00
Riley Davis
ce46b4dbe0
Merge pull request #212 from coralproject/add-csurf-and-cookie
...
Moves the packages to dependencies.
2017-01-04 13:32:37 -06:00
gaba
864b08135a
Moves the packages to dependencies.
2017-01-04 16:24:17 -03:00
David Jay
3fa0460f34
Sending actions to ModerationList.
2017-01-04 14:20:00 -05:00
Gabriela Rodríguez Berón
7d5be04be3
Merge pull request #210 from coralproject/init-settings
...
fetch settings on mod queue load
2017-01-04 15:52:32 -03:00
David Jay
f792aeccd2
Adding user display.
2017-01-04 13:39:10 -05:00
Riley Davis
12f6bb1ffe
fetch settings on mod queue load
2017-01-04 11:14:23 -07:00
Gabriela Rodríguez Berón
57f9fd8474
Merge pull request #204 from coralproject/csrf
...
CSRF
2017-01-04 14:32:12 -03:00
Wyatt Johnson
298e1e8d73
Updates to user cli + e2e + tests
...
- Updates to before + beforeEach for mongooose
- Removed reference to dotenv from cli in e2e, should use
NODE_ENV=test instead.
- Changed test port from 30?? to 3000 to be consistent with what
nightwatch was expecting
2017-01-04 10:16:51 -07:00
gaba
5f7d48a7f9
This was not needed.
2017-01-04 13:17:16 -03:00
gaba
3718efce1e
Adds cookie parser
2017-01-04 12:47:19 -03:00
gaba
ccb9fe3165
Adds DELETE and PUT.
2017-01-04 12:40:25 -03:00
gaba
7b9dbb5afd
Review changes.
2017-01-04 12:24:01 -03:00
Gabriela Rodríguez Berón
2755cc61e4
Merge branch 'master' into csrf
2017-01-04 10:56:37 -03:00