-
- Downloads
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 dea06a543f6ee288d05a9d976710712fad47028d. * 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
Showing
- app/components/elements/ChangePassword.jsx 6 additions, 1 deletionapp/components/elements/ChangePassword.jsx
- app/components/modules/LoginForm.jsx 1 addition, 1 deletionapp/components/modules/LoginForm.jsx
- app/components/modules/Transfer.jsx 3 additions, 1 deletionapp/components/modules/Transfer.jsx
- app/components/modules/UserWallet.jsx 6 additions, 4 deletionsapp/components/modules/UserWallet.jsx
- app/components/pages/CreateAccount.jsx 14 additions, 9 deletionsapp/components/pages/CreateAccount.jsx
- app/locales/en.js 2 additions, 2 deletionsapp/locales/en.js
- app/locales/es.js 2 additions, 2 deletionsapp/locales/es.js
- app/locales/es_AR.js 2 additions, 2 deletionsapp/locales/es_AR.js
- app/locales/fr.js 2 additions, 2 deletionsapp/locales/fr.js
- app/locales/it.js 2 additions, 2 deletionsapp/locales/it.js
- app/locales/jp.js 2 additions, 2 deletionsapp/locales/jp.js
- app/locales/ru.js 2 additions, 2 deletionsapp/locales/ru.js
- app/utils/ParsersAndFormatters.js 7 additions, 0 deletionsapp/utils/ParsersAndFormatters.js
- app/utils/ReactForm.js 10 additions, 5 deletionsapp/utils/ReactForm.js
- scripts/send_waiting_list_invites.js 2 additions, 1 deletionscripts/send_waiting_list_invites.js
- server/server-html.jsx 1 addition, 0 deletionsserver/server-html.jsx
- server/server.js 13 additions, 5 deletionsserver/server.js
- server/server_pages/enter_confirm_email.jsx 80 additions, 72 deletionsserver/server_pages/enter_confirm_email.jsx
- server/server_pages/enter_confirm_mobile.jsx 4 additions, 3 deletionsserver/server_pages/enter_confirm_mobile.jsx
- server/teleSign.js 2 additions, 1 deletionserver/teleSign.js
Loading
Please register or sign in to comment