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

Add public registration #22125

Merged
merged 76 commits into from May 7, 2024
Merged

Add public registration #22125

merged 76 commits into from May 7, 2024

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    45eefff View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    de3b6c7 View commit details
    Browse the repository at this point in the history
  2. WIP register form

    DanielBiegler committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7cb09e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    3ca7722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f1e20 View commit details
    Browse the repository at this point in the history
  3. wip: users service

    DanielBiegler committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5d0861e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    3c1099d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    be9bdbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    266d114 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38bbd9b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    c4a9575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950a8ac View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. wip add email sending

    DanielBiegler committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4e54498 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    130cc9c View commit details
    Browse the repository at this point in the history
  2. rm console log

    DanielBiegler committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2a3ef64 View commit details
    Browse the repository at this point in the history
  3. update controller

    DanielBiegler committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d7167d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    f9ebb9e View commit details
    Browse the repository at this point in the history
  2. add translation

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6c2e6e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c19f6 View commit details
    Browse the repository at this point in the history
  4. add different redirects

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9eee9ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    316bd7c View commit details
    Browse the repository at this point in the history
  6. redirect to users page

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    17e41e6 View commit details
    Browse the repository at this point in the history
  7. update translation

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    afcf208 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f7c628 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e6f166 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9291b1 View commit details
    Browse the repository at this point in the history
  11. update translation

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f2e327d View commit details
    Browse the repository at this point in the history
  12. rm comments

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    45ab86b View commit details
    Browse the repository at this point in the history
  13. rm unused var

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4eb6a7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60403ba View commit details
    Browse the repository at this point in the history
  15. add changeset

    DanielBiegler committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3e7fb98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92c8280 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    421cc56 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d69c13d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. update error check

    DanielBiegler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9ec9ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4436d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860e07f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    805d289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f88ad0 View commit details
    Browse the repository at this point in the history
  6. add notes to fields

    DanielBiegler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    17cc82a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d93c54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d2b2da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de01b3e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. add public registration env vars, rm RATE_LIMITER_GLOBAL_STORE

    RATE_LIMITER_GLOBAL_STORE wasnt being used. Lets just stick to RATE_LIMITER_STORE for all rate limiters. TODO: also remove from docs!
    DanielBiegler committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2f780f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f93cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d69531 View commit details
    Browse the repository at this point in the history
  4. update changeset

    DanielBiegler committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d6cff7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    967c218 View commit details
    Browse the repository at this point in the history
  6. add ignore-notice

    Co-authored-by: Hannes Küttner <[email protected]>
    DanielBiegler and hanneskuettner committed May 6, 2024
    Configuration menu
    Copy the full SHA
    452d8bb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    854dd1c View commit details
    Browse the repository at this point in the history
  2. change variable name

    Co-authored-by: ian <[email protected]>
    DanielBiegler and licitdev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6e738ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b1991f View commit details
    Browse the repository at this point in the history
  4. change backticks to single quote

    Co-authored-by: ian <[email protected]>
    DanielBiegler and licitdev committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cafac8d View commit details
    Browse the repository at this point in the history
  5. inline variables

    DanielBiegler committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5ffa0f3 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'refs/remotes/origin/fix-21981-public-re…

    …gistration' into fix-21981-public-registration
    DanielBiegler committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2a59022 View commit details
    Browse the repository at this point in the history
  7. add fields to server info, update types

    - The other ratelimiters also expose points and duration, done
    - Add `public_registration_verify_email` so that we can render different success messages
    DanielBiegler committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0834b19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1fc19f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c9cf02 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'refs/remotes/origin/fix-21981-public-re…

    …gistration' into fix-21981-public-registration
    DanielBiegler committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0354280 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c62f89b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ee172c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6287505 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5792248 View commit details
    Browse the repository at this point in the history
  15. added sdk functions

    br41nslug committed May 7, 2024
    Configuration menu
    Copy the full SHA
    65a3c94 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56c5fff View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'refs/remotes/origin/fix-21981-public-re…

    …gistration' into fix-21981-public-registration
    DanielBiegler committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c7f7fc7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b72546b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    340edf0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9a60c18 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a4429f6 View commit details
    Browse the repository at this point in the history
  22. updated reference examples

    br41nslug committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0490ae2 View commit details
    Browse the repository at this point in the history
  23. WIP: add gql resolvers

    DanielBiegler committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b0d5ccb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4d87b46 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7caed4f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8624940 View commit details
    Browse the repository at this point in the history
  27. Update docs/reference/system/users.md

    Co-authored-by: Pascal Jufer <[email protected]>
    br41nslug and paescuj committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3966509 View commit details
    Browse the repository at this point in the history