Kim Gardner
3bb994c562
Merge branch 'master' into profanity-verbiage
2017-04-27 11:35:47 -04:00
Chi Vinh Le
794cc0fc6c
Support login on all IOS browsers
2017-04-27 19:28:54 +07:00
Riley Davis
ccc512cddd
if there is no available translation, do not show error.whatever in the UI
2017-04-26 11:43:34 -06:00
Chi Vinh Le
4519a550a2
Fix fresh login on profile
2017-04-21 02:27:26 +07:00
Chi Vinh Le
f3f1cc53fe
Fix safari popup resizing
2017-04-21 00:27:26 +07:00
Chi Vinh Le
5b7750f7a5
Reuse same store and action flows
2017-04-20 23:48:30 +07:00
Chi Vinh Le
b12d4ef4a2
WIP
2017-04-20 21:30:24 +07:00
Chi Vinh Le
348c01ae80
Fix linting errors
2017-04-20 20:58:45 +07:00
Belen Curcio
6155a46e71
Sign up popup
2017-04-19 18:10:09 -03:00
Belen Curcio
13965e1111
Adding actions, routes and login popup
2017-04-19 17:04:49 -03:00
Chi Vinh Le
e92fdc97bb
Refetch Me after facebook login
2017-04-06 22:49:20 +07:00
Chi Vinh Le
f6a5d9f721
Remove context for plugins
2017-04-05 18:46:54 +07:00
Riley Davis
67e04bf156
Merge branch 'master' into reset-password-redirect
2017-03-23 10:29:05 -06:00
Riley Davis
fb2f8ef074
redirect to the parent url when resetting your password
2017-03-22 16:49:34 -06:00
Belen Curcio
5729b03656
my-comments-ux
2017-03-22 15:35:40 -03:00
Riley Davis
9beff74862
correctly handle error when not logged in
2017-03-15 11:16:13 -06:00
David Jay
fed28b3eec
Refetching on login and logout.
2017-02-28 16:13:51 -05:00
Riley Davis
886240a7bc
translations. remove console.log on frontend. remove notification on POST moderation
2017-02-24 11:11:18 -07:00
gaba
9f168e627a
It uses message and not translation key.
2017-02-17 14:19:30 -08:00
gaba
5a09beb727
It has to be translation_key and not message.
2017-02-17 10:12:37 -08:00
gaba
dd3435fffe
Replace with translation_key to manage error translation.
2017-02-17 08:42:48 -08:00
gaba
4765973a58
Other small changes and fix bug because displayname instead displayName...
2017-02-16 16:07:19 -08:00
gaba
3166692d4e
Rename everywhere to username.
2017-02-16 15:16:54 -08:00
Wyatt Johnson
3cd2b28bc2
Inital rename of displayName -> username
2017-02-09 16:48:59 -07:00
David Jay
652170735b
Merge branch 'master' into username-ban
2017-02-06 18:14:13 -08:00
David Jay
b22895b908
Switching displayname update to account endpoint.
2017-02-06 14:38:14 -08:00
David Jay
1901592780
Switching displayname edit after facebook auth to account endpoint.
2017-02-06 11:07:35 -08:00
Riley Davis
a0c03605b9
Merge branch 'master'
...
Conflicts:
client/coral-embed-stream/src/Embed.js
client/coral-framework/constants/auth.js
client/coral-framework/reducers/auth.js
client/coral-sign-in/components/SignUpContent.js
2017-02-03 13:12:32 -07:00
Riley Davis
3441ec36c6
re-direct to sign in when email verification is off. add proptypes
2017-02-03 12:50:01 -07:00
gaba
7da141ed29
Dispatch other action to only trigger change when sign up.
2017-02-02 15:44:45 -08:00
gaba
d74d2e9e87
Dispatchs the user.
2017-02-02 15:25:45 -08:00
Riley Davis
a53db77c21
redirect back to the proper page
2017-02-02 15:44:12 -07:00
Riley Davis
a0cf467f1b
remove confirm and replace with verify
2017-02-02 14:59:45 -07:00
gaba
445eb97d76
Moves create displayname dialog to sign-in plugin.
2017-02-01 14:00:09 -08:00
gaba
0c360e62a6
Display errors that come from the backend.
2017-02-01 13:20:17 -08:00
gaba
c9b12fc5d6
Thanks git-godesses for the log on finding a bad remove when merging.
2017-02-01 10:46:32 -08:00
gaba
f4d672ddcf
Merge branch 'master' into story-134624635
2017-02-01 10:42:00 -08:00
gaba
097934dee5
Merge branch 'master' into story-134624635
2017-01-31 15:00:14 -08:00
gaba
37eae51641
Adds component to coral-framework to deal with the change of displayname.
2017-01-31 13:52:40 -08:00
Riley Davis
e6e8ad5ca6
close the resend email box after use. remove dead code
2017-01-31 13:29:23 -07:00
Riley Davis
e63e1f3428
Merge branch 'master'
...
Conflicts:
errors.js
test/routes/api/auth/index.js
2017-01-31 12:05:16 -07:00
Riley Davis
56ddc49386
resend verify email
2017-01-31 12:04:19 -07:00
Riley Davis
976c821715
move FormField to coral-ui
2017-01-30 16:00:24 -07:00
gaba
e803593fc7
Move stuff around.
2017-01-30 11:34:04 -08: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
Belen Curcio
e3b183c565
Items cleanup
2017-01-25 05:15:04 -03: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
Belen Curcio
9c40ee1245
Login sign In back on! 🎉
2017-01-20 19:35:31 -03:00
Belen Curcio
89c1fd19b7
Merge branch 'graphql' of github.com:coralproject/talk into graphql
2017-01-20 12:32:46 -03:00