Tim Brandin
32b08c7cff
Update README.md
2017-01-07 12:17:59 +01:00
Tim Brandin
3b930cf0bc
Update README.md
2017-01-07 12:17:09 +01:00
Tim Brandin
d8b9eecbb3
Bump.
2017-01-07 12:13:36 +01:00
Tim Brandin
c35521ffa8
Create new form state for Enroll Account.
2017-01-07 12:13:18 +01:00
Tim Brandin
a61a789ec2
Merge pull request #55 from todda00/enroll-formstate
...
Create new form state for Enroll Account
2017-01-07 12:08:57 +01:00
Tim Brandin
0fa39813f4
Bump.
2017-01-07 12:01:34 +01:00
Tim Brandin
7309087ac5
Updated Readme.
2017-01-07 12:00:02 +01:00
Tim Brandin
e3c5ed49b8
Added warning on malfunctioning reset password on faulty configuration.
2017-01-07 11:59:08 +01:00
Tim Brandin
dd317d080a
Updage changelog.
2017-01-07 11:48:26 +01:00
Tim Brandin
6b9303f52c
Improving experience on successful reset password.
2017-01-07 11:47:29 +01:00
Tim Brandin
f2c550341b
Reset faulty redirect to reset-password.
2017-01-07 11:46:46 +01:00
Tim Brandin
3e62cc08dd
Bump.
2017-01-07 11:20:14 +01:00
Tim Brandin
7edc744db5
Merge pull request #91 from comus/patch-1
...
Fixed: localStorage not defined in server side
2017-01-07 11:17:02 +01:00
Tim Brandin
0461d046c7
Fixed issue with troublesome redirect in React Router when clicking link to reset password.
2017-01-07 11:10:52 +01:00
Comus Leong
5e1f06c584
allow triggerupdate without value
2017-01-07 09:48:30 +08:00
Comus Leong
937d910ae9
check localStorage, check backwards on client side, choose username or usernameOrEmail corrently
2017-01-07 00:18:11 +08:00
Comus Leong
b6750a38c2
noValidate
2017-01-07 00:12:39 +08:00
Comus Leong
12a1ad180a
check onChange exists before call it
2017-01-07 00:12:11 +08:00
Todd Humphrey
57606af599
Re-apply changes to add enroll form state
2017-01-06 08:51:08 -05:00
Tim Brandin
171270376b
Fixed faulty duplicate use of componentDidMount in LoginForm.
2017-01-06 13:23:10 +01:00
Tim Brandin
af003deb7f
Bump.
2017-01-06 13:02:22 +01:00
Tim Brandin
293a06180c
Updated version and documentation.
2017-01-06 12:59:59 +01:00
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
ac8c900f1d
Updated readme.
2017-01-06 11:27:59 +01:00
Tim Brandin
7f0a27eeac
Updated readme.
2017-01-06 11:19:51 +01:00
Tim Brandin
f124a77481
Ignore icloud files.
2017-01-06 11:18:53 +01:00
Tim Brandin
899a928026
Updated readme.
2017-01-06 11:17:50 +01:00
Tim Brandin
e6350503ec
Updating changelog.
2017-01-06 11:17:30 +01:00
Todd Humphrey
e20b869bb9
Merge branch 'master' into enroll-formstate
2016-12-28 09:06:45 -05:00
Tim Brandin
3d3522f927
Updated Readme.
2016-12-18 20:58:25 +01:00
Tim Brandin
41db252fa1
Updated Readme.
2016-12-18 20:57:33 +01:00
Tim Brandin
431cd39396
Merge branch 'master' into devel
2016-12-18 20:53:32 +01:00
Tim Brandin
08ed063ef5
Added inline field validation.
2016-12-18 20:53:19 +01:00
Tim Brandin
0d41ba6868
Bump versions.
2016-12-18 15:53:55 +01:00
Tim Brandin
a0950f4b61
Bump version.
2016-12-18 15:52:34 +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
e661af6b08
Bumped versions.
2016-12-14 16:33:22 +01:00
Tim Brandin
935e021b49
Bump version.
2016-12-14 16:29:18 +01:00
Tim Brandin
89ba9f1c3e
Updated Changelog.
2016-12-14 16:28:40 +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
Tim Brandin
f7a32530a4
Merge pull request #82 from cdmbase/master
...
Fix for empty `input.value` issue and form prefilled issues
2016-12-14 15:17:49 +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