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

feat: Add registration page #286

Merged
merged 31 commits into from
Sep 14, 2021
Merged

feat: Add registration page #286

merged 31 commits into from
Sep 14, 2021

Commits on Sep 9, 2021

  1. feat: Add registration page

    - Added a html template of the signup page
    - Added a href button to the signup page from the login page
    - Added the form of the signup to the backend and db
    orronai committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    2cf26ed View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. feat: Add registration page

    - Added confirmation email system
    - Added some tests
    orronai committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    3913a5e View commit details
    Browse the repository at this point in the history
  2. Fixed sourcey-ai issues

    orronai committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    d206c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ad4d4d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    5acbda2 View commit details
    Browse the repository at this point in the history
  2. Added translations

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    6b137af View commit details
    Browse the repository at this point in the history
  3. Removed unused module

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3798a2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1377e9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93da860 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec52300 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e47d57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d08863 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    366b53f View commit details
    Browse the repository at this point in the history
  10. Removed versions change

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1443bad View commit details
    Browse the repository at this point in the history
  11. Fixed tests

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    1d00a27 View commit details
    Browse the repository at this point in the history
  12. Fixed a test

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    036bdf5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b426102 View commit details
    Browse the repository at this point in the history
  14. Added tests for coverage

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    c2ffa37 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a9c22c9 View commit details
    Browse the repository at this point in the history
  16. - Changed role name from not_confirmed into unverified

    - Added a unique salt into confirmation link for each user
    - Added a test
    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    b8dff02 View commit details
    Browse the repository at this point in the history
  17. Fixed conflict

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    2da74c3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fda1558 View commit details
    Browse the repository at this point in the history
  19. Removed unnecessary condition

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    6ad81a2 View commit details
    Browse the repository at this point in the history
  20. Added role attribute

    orronai committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    eb717f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. - Fixed babel translations

    - Added few _('...') instead of some english phrases
    - Moved out the auth logic into models/users
    - Added MAIL_DEFAULT_SENDER variable to the config
    - Changed the retrieve_salt method
    orronai committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7e87dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ecb65 View commit details
    Browse the repository at this point in the history
  3. Fixed a test

    orronai committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    71fbb2f View commit details
    Browse the repository at this point in the history
  4. Moved out the HASHED_PASSWORD in order to be global variable, and add…

    …ed an error message to the UnhashedPasswordError
    orronai committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    d4bd32a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    436fc9f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    d34d19d View commit details
    Browse the repository at this point in the history
  2. Removed formats from strings

    orronai committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    f44f1a2 View commit details
    Browse the repository at this point in the history