Commit graph

376 commits

Author SHA1 Message Date
Tim Brandin
0d4e9d6227 Update README.md 2016-11-21 10:16:29 +01: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
veeramarni
d17467ada1 Merge pull request #3 from studiointeract/master
Update changes from soruce
2016-11-20 11:07:52 -05:00
Tim Brandin
af8d9b87ac Merge branch 'master' into devel 2016-11-10 13:49:09 +01:00
Tim Brandin
132b6b14e5 Version 1.2.9. 2016-11-10 13:48:53 +01:00
Tim Brandin
6674e1112f Bump version. 2016-11-10 13:39:08 +01:00
Tim Brandin
d6b2867720 Update CHANGELOG.md 2016-11-10 13:37:48 +01:00
Tim Brandin
5221d8deea Merge branch 'master' of github.com:studiointeract/accounts-ui 2016-11-10 13:30:26 +01:00
Tim Brandin
71921cf4a4 Added support for react router link on buttons. 2016-11-10 13:29:53 +01:00
Tim Brandin
009553558c Update README.md
Updated React Router example.
2016-11-10 13:28:47 +01:00
Tim Brandin
57e86f7e98 Merge branch 'veeramarni-master' 2016-11-10 13:19:19 +01:00
Tim Brandin
34a3ffd5ed Merge branch 'master' of git://github.com/veeramarni/accounts-ui into veeramarni-master 2016-11-10 13:17:24 +01:00
Tim Brandin
bb79de01a8 Update README.md 2016-11-07 13:44:50 +01:00
veeramarni
da3d8f96c4 Update package.json 2016-10-30 07:56:52 -04:00
veeramarni
b69cf74760 Update package.json 2016-10-29 22:51:21 -04:00
veeramarni
d6b3eb212c Update package.json 2016-10-29 22:50:36 -04:00
veeramarni
9d043136b4 Update package.json 2016-10-29 22:42:41 -04: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
6ae51f967a Merge pull request #73 from SachaG/master
1.2.8
2016-10-26 14:56:36 +09:00
Sacha Greif
cbc21a8076 version bump (1.2.8) 2016-10-26 14:54:57 +09:00
Sacha Greif
619313d711 in constructor, we should use props and not this.props 2016-10-26 14:54:21 +09:00
PolGuixe
2ca2ab17c0 Merge pull request #70 from Zetoff/master
Added UI package material-ui
2016-10-21 11:52:28 +02:00
PolGuixe
01c225349a fixed conflict 2016-10-21 11:51:40 +02:00
PolGuixe
9492ae7c6e Merge remote-tracking branch 'studiointeract/master'
# Conflicts:
#	README.md
2016-10-21 11:50:56 +02:00
Sacha Greif
9f161900fd Merge pull request #71 from SachaG/master
make sure nextProps.formState actually exists before overwriting stat…
2016-10-19 09:34:58 +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
PolGuixe
4476f4236d Added UI package material-ui 2016-09-12 16:01:33 +02:00
veeramarni
be09f37fcc Merge pull request #1 from shoetten/master
Fix "Uncaught Invariant Violation: getNodeFromInstance [...]" error,
2016-08-16 16:47:30 -04: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
5d43242cdb Revert "add onPostResetPasswordHook and onPostEnrollAccountHook"
This reverts commit 650e958b27.
2016-06-07 11:44:04 -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
7cd03ac46b Merge remote-tracking branch 'studiointeract/master' 2016-06-07 09:02:00 -04:00
Tim Brandin
87b4469ae5 release-1.2.6 2016-06-02 21:54:42 +02:00
Tim Brandin
f563d47a01 Allow form state to be set from prop formState when logged. 2016-06-02 21:53:33 +02:00
Tim Brandin
23599d59c1 Merge pull request #51 from todda00/master
Allow form state to be set from prop formState when logged in
2016-06-02 21:51:06 +02: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
d9ddf509bf Publish 1.2.5 2016-05-29 08:16:01 +02:00
Tim Brandin
f9ba070cf6 Removing redundant default. 2016-05-28 19:13:19 +02:00
Tim Brandin
05c7f5d7aa Removing redundant default. 2016-05-28 19:12:35 +02:00
Tim Brandin
2fce574104 published 1.2.4 2016-05-28 18:20:48 +02:00
Tim Brandin
f0d331f75b Adding missing configuration in oauth services 2016-05-28 18:18:28 +02:00
Tim Brandin
f6bd02add3 publish 1.2.3 2016-05-24 22:43:39 +02:00
Tim Brandin
b5a568467d Solves #42 2016-05-24 22:41:07 +02:00