Skip to content
Snippets Groups Projects
  1. Dec 20, 2016
    • Mike's avatar
      Json route user (#869) · 0b2866c9
      Mike authored
      * New global route setting for user JSON route
      
      * New server JSON folder for external requests, new user JSON endpoint
      
      * use different isotools assests file name in production
      0b2866c9
  2. Dec 13, 2016
  3. Oct 19, 2016
    • Valentine Zavgorodnev's avatar
      merge develop into master (release 0.0.161019) (#508) · 7021610b
      Valentine Zavgorodnev authored
      * 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
      
      * 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 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
      
      * misc copy updates
      7021610b
  4. Oct 17, 2016
  5. Oct 07, 2016
    • Valentine Zavgorodnev's avatar
      304 phone verification and sign up flow refactoring (#433) · 60fcea86
      Valentine Zavgorodnev authored
      * add newrelic; rebuild shrinkwrap
      
      * update shrinkwrap
      
      * A few more react 15.3.1 to 15.3.2 (#369)
      
      * Confirm mobile (work in progress) #304
      
      * Update mobile verification with schema change. #304
      
      * Update telesign example config
      
      * Progress with signature matching telesig ruby example. #304
      
      * Telesign signature fix (includs missing content type header).
      
      * Cleanup warnings
      
      * Able to verify a phone number in the UI
      
      * Adds telesig verify block check and updating of mobile
      
      * Enable mobile recaptcha.  SMS verify for FB users only.
      
      * Fixed verification code length #304
      
      * add sign up progress bar; refactor submit_email page
      
      * integrate phone verification into sign up process
      
      * check for existing email
      
      * check if phone number was already used
      
      * show SignupProgressBar on create_account page; some refactoring
      
      * work in progress
      
      * move ip and email checks out of oath module
      
      * Add confirm_email path in console log to help with testing. #304
      
      * Update email address is confirmation is re-sent. #304
      
      * polishing sign up flow
      
      * update wording as per TeleSign's recomendations
      60fcea86
  6. Sep 30, 2016
  7. Sep 28, 2016
  8. Sep 15, 2016
  9. Aug 24, 2016
  10. Aug 22, 2016
  11. Jul 28, 2016
Loading