Tim Brandin
4a34ee2200
Added documentation.
2017-01-06 12:49:09 +01:00
Tim Brandin
c948fd3462
Updated warnings for compatibility issues in 1.3.0
2017-01-06 12:14:00 +01:00
Tim Brandin
214dc5dfba
Added deprecation notice.
2017-01-06 11:49:17 +01:00
Tim Brandin
08ed063ef5
Added inline field validation.
2016-12-18 20:53:19 +01:00
Tim Brandin
75a7354939
Adding default values that are remembered in localStorage, solves #61
2016-12-18 15:50:56 +01:00
Tim Brandin
17f4e5c1d3
Clening up logging.
2016-12-18 15:14:48 +01:00
Tim Brandin
3206581e9f
Cleaning up defaults for paths.
2016-12-18 15:13:43 +01:00
Tim Brandin
577b9593f2
Allow for null values in route-less implementations.
2016-12-18 15:13:14 +01:00
Tim Brandin
5fb23ded81
Fixed issue with empty password registration #61 .
2016-12-18 14:25:09 +01:00
Tim Brandin
ee0ffeb81f
Merge pull request #58 from todda00/form-submit-hook
...
call onSubmitHook after all form submissions
2016-12-14 15:25:58 +01:00
Tim Brandin
d410db08c5
Merge pull request #75 from lawrentiy/patch-1
...
Fix issue, when message is object in Accounts.ui.FormMessage
2016-12-14 15:22:40 +01:00
Tim Brandin
66963c9015
Merge pull request #84 from meteorplus/patch-1
...
Quick fix to redirect login/logout
2016-12-14 15:19:30 +01:00
MeteorPlus
6f20010bd3
Quick fix to redirect login/logout
...
Quick fix to redirect login/logout to homeRoutePath when it is not set?
not sure if this is the right way to do it but when I use is logged in/out expected behavior is to send them to the frontpage instead of sting on the same page!
2016-11-24 08:25:29 +00:00
veeramarni
6a873bdd08
props.FormState is alway undefined, need to use props.id
2016-11-20 11:25:17 -05:00
veeramarni
3d367062ea
Sometimes value don't populate quickly
...
To fix following error.
```
std_accounts-ui.js? Uncaught TypeError: Cannot read property 'trim' of undefined(…).```
2016-11-20 11:23:26 -05:00
Tim Brandin
71921cf4a4
Added support for react router link on buttons.
2016-11-10 13:29:53 +01:00
veeramarni
6cfd50fbdc
Merge pull request #2 from studiointeract/master
...
1.2.8 update
2016-10-29 22:41:51 -04:00
Pavel
2d7a68938d
Fix issue, when message is object
...
I don`t now, what happend and in witch version of meteor. But I`ve had troubles with
meteor/std:accounts-ui
and
zetoff:accounts-material-ui
It`s fast simple fix, checked on meteor 1.4.1 and 1.4.2
2016-10-26 15:02:30 +03:00
Sacha Greif
619313d711
in constructor, we should use props
and not this.props
2016-10-26 14:54:21 +09:00
Sacha Greif
5f1aab0c0b
version and changelog update
2016-10-19 09:34:40 +09:00
Sacha Greif
792fac63c4
make sure nextProps.formState actually exists before overwriting state.formState
2016-10-17 15:36:11 +09:00
shoetten
50b4005284
Fix "Uncaught Invariant Violation: getNodeFromInstance [...]" error,
...
when using react ^15.2.0. Fixes #60
2016-07-05 23:34:55 +02:00
Todd Humphrey
eb73fa841d
call onSubmitHook after all form submissions
2016-06-16 11:23:49 -04:00
Todd Humphrey
d3ef6f14b2
Revert "add onPostResetPasswordHook and onPostEnrollAccountHook"
...
This reverts commit 650e958b27
.
2016-06-13 08:22:13 -04:00
Todd Humphrey
5da6c630fe
Revert "Create new form state for Enroll Account"
...
This reverts commit 55a8f0d2d6
.
2016-06-13 08:22:09 -04:00
Todd Humphrey
650e958b27
add onPostResetPasswordHook and onPostEnrollAccountHook
...
Add hooks for post enroll and reset password.
2016-06-07 11:17:22 -04:00
Todd Humphrey
55a8f0d2d6
Create new form state for Enroll Account
...
Enroll account has its own form state to allow more control over form
labels and buttons, prompting user to set a password instead of
changing a password
2016-06-07 10:16:59 -04:00
Todd Humphrey
806fb962fc
Allow form state to be set from prop formState when logged in
...
fixes issue #50
2016-05-31 15:33:34 -04:00
Tim Brandin
05c7f5d7aa
Removing redundant default.
2016-05-28 19:12:35 +02:00
Tim Brandin
f0d331f75b
Adding missing configuration in oauth services
2016-05-28 18:18:28 +02:00
Tim Brandin
72f2df7956
Merge branch 'master' of github.com:studiointeract/accounts-ui
2016-05-24 22:38:37 +02:00
Tim Brandin
508aff3eed
Send login to correct email.
2016-05-24 22:38:05 +02:00
Tim Brandin
9975ba785b
Merge pull request #45 from ahmadsafar/master
...
Fix "Username Required" error
2016-05-24 22:25:29 +02:00
Tim Brandin
f35a2e05c1
Fixes #36 .
2016-05-24 22:23:00 +02:00
Ahmad Safar
a6ac50d7d9
Fix "Username Required" error
...
When use USERNAME_AND_EMAIL auth fields it will show error if it open in Sign Up state then switch to Sign Up state and do login even if username or email field was filled.
2016-05-15 02:20:42 +08:00
Tim Brandin
6c91fde750
Merge pull request #40 from shoetten/master
...
LGTM! Reflect props changes in state of LoginForm component.
2016-05-10 13:13:18 +02:00
Tim Brandin
491bc57f02
Adding the hooks to be passed as props.
2016-05-10 13:09:17 +02:00
shoetten
a61e1e11be
Reflect props changes in state of LoginForm component.
...
Fixes issue #39 .
2016-05-03 17:37:35 +02:00
Tim Brandin
624a44b108
Merge branch 'master' of github.com:studiointeract/accounts-ui
2016-04-16 15:11:57 +02:00
Tim Brandin
2cd4d3e714
Added so that when switching formState we re-mount and trigger a new change of the values in the fields.
2016-04-16 15:07:20 +02:00
Tim Brandin
b0a0c8a25e
Added method of adding a ref without interfering with components created outside of a context, i.e. when opening a modal on demand.
2016-04-16 11:13:58 +02:00
Gilles Manzato
540a47aeae
Remove create and sign in buttons when accounts-password is not present
2016-04-14 15:55:05 +08:00
Tim Brandin
150c3ba59c
* Improving hooks for server side rendered pages.
...
* Improving so that browser pre-filled input values are pushed back to the form state.
2016-04-12 20:21:37 +02:00
Tim Brandin
143399fbfd
Cleaned up a bit.
2016-04-07 00:45:47 +02:00
Tim Brandin
899642413b
Merge branch 'social-buttons-improvements' of https://github.com/SachaG/react-accounts-ui into SachaG-social-buttons-improvements
...
Conflicts:
imports/ui/components/PasswordOrService.jsx
2016-04-07 00:36:28 +02:00
Tim Brandin
108d4e7ade
Merge branch 'master' of github.com:studiointeract/accounts-ui
2016-04-06 23:55:43 +02:00
Tim Brandin
5a7a6088ed
Merge branch 'devel'
2016-04-06 23:55:30 +02:00
Tim Brandin
606744e236
Merge pull request #28 from Zetoff/meteor-developer-account-fix
...
meteor-developer account fix
2016-04-06 23:05:30 +02:00
PolGuixe
496a4bcd12
meteor-developer account fix
...
fix
2016-04-05 18:42:32 +02:00
Tim Brandin
c49b61b5a4
Fixed a faulty boolean state.
2016-04-05 01:39:45 +02:00