Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate all transfer amounts to at most 3 decimal places. #466

Merged
merged 2 commits into from
Oct 12, 2016

Conversation

jcalfee
Copy link
Contributor

@jcalfee jcalfee commented Oct 11, 2016

No description provided.

@valzav valzav merged commit da5068c into develop Oct 12, 2016
valzav pushed a commit that referenced this pull request Oct 14, 2016
* Auto re-establish session by resending email verification link. #467 (#472)

* Validate all transfer amounts to at most 3 decimal places. (#466)

* Warning cleanup

* Validate all transfer amounts to at most 3 decimal places. close #461

* Add formatting to saving account balance. close #462 (#463)

* Fix $ Signs in Locale Strings

* Power up should not show memo. close #474 (#475)

* Fixes save login checkbox to remember last status. Simplify react form types. close #482 (#483)

* 478 fix create account's form issue and a couple of more minor fixes (#480)

* fix  issue when get_accounts API call fails

* reset an error before making api call

* one more fix

* better handle existing email edge case

* use 302 redirects not 301

* Replace Math.random with secure-random. #478

* Lock down confirm email lookup to email identity provider records. #478

* Start over link more consistent order by in Identites sql. #478

* Revert "Start over link more consistent order by in Identites sql. #478"

This reverts commit dea06a5.

* reset session.user in /enter_email

* start registration process if user get to create_account page and has no id in session yet

* Add a few DESC to Identity.ID order by.

* update comment
valzav pushed a commit that referenced this pull request Oct 19, 2016
* 0.0.161014 release (#484)

* Auto re-establish session by resending email verification link. #467 (#472)

* Validate all transfer amounts to at most 3 decimal places. (#466)

* Warning cleanup

* Validate all transfer amounts to at most 3 decimal places. close #461

* Add formatting to saving account balance. close #462 (#463)

* Fix $ Signs in Locale Strings

* Power up should not show memo. close #474 (#475)

* Fixes save login checkbox to remember last status. Simplify react form types. close #482 (#483)

* 478 fix create account's form issue and a couple of more minor fixes (#480)

* fix  issue when get_accounts API call fails

* reset an error before making api call

* one more fix

* better handle existing email edge case

* use 302 redirects not 301

* Replace Math.random with secure-random. #478

* Lock down confirm email lookup to email identity provider records. #478

* Start over link more consistent order by in Identites sql. #478

* Revert "Start over link more consistent order by in Identites sql. #478"

This reverts commit dea06a5.

* reset session.user in /enter_email

* start registration process if user get to create_account page and has no id in session yet

* Add a few DESC to Identity.ID order by.

* update comment

* misc copy updates
valzav pushed a commit that referenced this pull request Oct 19, 2016
* Auto re-establish session by resending email verification link. #467 (#472)

* Validate all transfer amounts to at most 3 decimal places. (#466)

* Warning cleanup

* Validate all transfer amounts to at most 3 decimal places. close #461

* Add formatting to saving account balance. close #462 (#463)

* Fix $ Signs in Locale Strings

* Power up should not show memo. close #474 (#475)

* Fixes save login checkbox to remember last status. Simplify react form types. close #482 (#483)

* 478 fix create account's form issue and a couple of more minor fixes (#480)

* fix  issue when get_accounts API call fails

* reset an error before making api call

* one more fix

* better handle existing email edge case

* use 302 redirects not 301

* Replace Math.random with secure-random. #478

* Lock down confirm email lookup to email identity provider records. #478

* Start over link more consistent order by in Identites sql. #478

* Revert "Start over link more consistent order by in Identites sql. #478"

This reverts commit dea06a5.

* reset session.user in /enter_email

* start registration process if user get to create_account page and has no id in session yet

* Add a few DESC to Identity.ID order by.

* update comment

* Indicator for External Witness URLs (#477)

Show external link icon as appropriate on witness list; add space

* do not allow replies when viewing comment depth 6 in PostFull, resolves #365 (#491)

* remove less than and greater than from slugs, resolves #423 (#490)

* URL regex #424 (#489)

* urls and domains cannot end with a period, resolves #424

* urls cannot end with a comma, resolves #424

* trim category input, resolves #448 (#488)

* change account.`posts` to `comments` in relevant routes/vars. Resolves #443 (#487)

* Tidy dropdowns (#486)

* fix handling of empty dropdowns, optimize payout dropdown

* update max payout label

* add payout declined display for max_payout=0

* add HelpContent component (#494)

* add HelpContent component

* update shrinkwrap file

* add faq page

* add 'show beginner's guide' link in blog's empty state section

* update copy and comments

* 498 phone number validation (#501)

* Remove auto 1 prefix on phone numbers (breaks Norway numbers) #498

* Add country code drop-down. #498

* Improve where clause in confirm phone. #498

* Warn if password does not match checksum. #479 (#503)

* 498 phone number validation2 (#504)

* Update SMS country code drop down order.  Top 5 countries at the top.

* Remove zero prefix from country code.

* Remove Russia from top 5 in country code drop down.  They have their own blockchain.

* misc copy updates (#505)

* Update from master (#506)

* 0.0.161014 release (#484)

* Auto re-establish session by resending email verification link. #467 (#472)

* Validate all transfer amounts to at most 3 decimal places. (#466)

* Warning cleanup

* Validate all transfer amounts to at most 3 decimal places. close #461

* Add formatting to saving account balance. close #462 (#463)

* Fix $ Signs in Locale Strings

* Power up should not show memo. close #474 (#475)

* Fixes save login checkbox to remember last status. Simplify react form types. close #482 (#483)

* 478 fix create account's form issue and a couple of more minor fixes (#480)

* fix  issue when get_accounts API call fails

* reset an error before making api call

* one more fix

* better handle existing email edge case

* use 302 redirects not 301

* Replace Math.random with secure-random. #478

* Lock down confirm email lookup to email identity provider records. #478

* Start over link more consistent order by in Identites sql. #478

* Revert "Start over link more consistent order by in Identites sql. #478"

This reverts commit dea06a5.

* reset session.user in /enter_email

* start registration process if user get to create_account page and has no id in session yet

* Add a few DESC to Identity.ID order by.

* update comment

* misc copy updates
@jcalfee jcalfee deleted the 461-add-precision-validation4 branch November 16, 2016 01:02
roadscape pushed a commit that referenced this pull request Sep 1, 2017
* #466 Added clickable link to author pic & name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants