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

Use Privacy Access Tokens, CAPTCHA, and Rack to rate limit sign ins and sign ups #3519

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    c336047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5962b58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ed264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c101b7b View commit details
    Browse the repository at this point in the history
  5. add i18n for captcha

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    e520d8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46c123c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    540dab4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3f30be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    228927d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdd917d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e9ae239 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a2be52e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bcc1f71 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aeffdae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61d19a8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1bb46a7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c4aa940 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cf2146a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    39f5277 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7c2cadc View commit details
    Browse the repository at this point in the history
  21. handle nil auth header

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    f215648 View commit details
    Browse the repository at this point in the history
  22. cleanup comments

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9abaaef View commit details
    Browse the repository at this point in the history
  23. lint fix

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    20cecb9 View commit details
    Browse the repository at this point in the history
  24. fix base64 string

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    54eb409 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    494769e View commit details
    Browse the repository at this point in the history
  26. resolve PR feedback

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    508b0b2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6dd4474 View commit details
    Browse the repository at this point in the history
  28. add hcaptcha secrets

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    3cc8e6d View commit details
    Browse the repository at this point in the history
  29. clean up concerns

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    7208230 View commit details
    Browse the repository at this point in the history
  30. feature flag privacy pass

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    72bc324 View commit details
    Browse the repository at this point in the history
  31. lint fix

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    71880ce View commit details
    Browse the repository at this point in the history
  32. rename LD variation

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    1b89db2 View commit details
    Browse the repository at this point in the history
  33. lint fix

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    da8d566 View commit details
    Browse the repository at this point in the history
  34. add context kind

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    007936d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8b7384f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d7c709b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cffedcc View commit details
    Browse the repository at this point in the history
  38. fix tests

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    50a120f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a984568 View commit details
    Browse the repository at this point in the history
  40. flip negative conditional

    mercedesb committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    2619a61 View commit details
    Browse the repository at this point in the history