1. 19 12月, 2018 1 次提交
    • B
      Update specs to rails5 format · b44a2c80
      blackst0ne 提交于
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      b44a2c80
  2. 15 11月, 2018 1 次提交
  3. 09 6月, 2018 1 次提交
    • B
      Users can accept terms during registration · 3d713ac1
      Bob Van Landuyt 提交于
      When a user checks the `accept` checkbox, we will track that
      acceptance as usual. That way they don't need to accept again after
      they complete the registration.
      
      When an unauthenticated user visits the `/-/users/terms` page, there
      is no button to accept, decline or continue. The 'current-user menu'
      is also hidden from the top bar.
      3d713ac1
  4. 23 11月, 2017 1 次提交
  5. 07 10月, 2017 1 次提交
  6. 11 8月, 2017 1 次提交
  7. 09 8月, 2017 1 次提交
  8. 05 6月, 2017 1 次提交
  9. 02 4月, 2017 1 次提交
  10. 27 3月, 2017 1 次提交
  11. 07 2月, 2017 1 次提交
  12. 03 1月, 2017 1 次提交
    • D
      Properly handle failed reCAPTCHA on user registration · ca1c492b
      Drew Blessing 提交于
      If a user presses the 'Register' button too quickly after attempting
      to solve the reCAPTCHA, or the reCAPTCHA is not solved at all, the
      user would experience a 500 error. Now, the case is properly
      handled and the user will be sent back to the registration page
      with a clear error message and can try again.
      ca1c492b
  13. 05 7月, 2016 1 次提交
  14. 03 6月, 2016 2 次提交
  15. 28 5月, 2016 1 次提交
  16. 25 5月, 2016 1 次提交
  17. 17 5月, 2016 3 次提交