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

#4 - Login + reset password #20

Merged
merged 36 commits into from
Aug 20, 2024
Merged

#4 - Login + reset password #20

merged 36 commits into from
Aug 20, 2024

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Add:

    - register and login forms
    - RegisterUserController and RegisterUserRequest
    - ContestController
    - improve user model
    - add foreign key to user table
    PrabuckiDominik committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cbb1f7c View commit details
    Browse the repository at this point in the history
  2. Fix code style

    PrabuckiDominik committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    687b8d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ed6bf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Mail Verification

    PrabuckiDominik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a12b833 View commit details
    Browse the repository at this point in the history
  2. Test Mail

    PrabuckiDominik committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5370de1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Add EmailVerifyController

    Add PasswordResetLinkController
    PrabuckiDominik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    89ab832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ef29e View commit details
    Browse the repository at this point in the history
  3. Fix RegisterUserController

    Add and improve tests
    PrabuckiDominik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f5c1e6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47dddf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac65257 View commit details
    Browse the repository at this point in the history
  6. Code style fix

    PrabuckiDominik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3fdd083 View commit details
    Browse the repository at this point in the history
  7. Add reset password

    PrabuckiDominik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9e87e2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    276e7f3 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of https://github.com/blumilksoftware/interns2024b

    …into 4-login-+-reset-password
    PrabuckiDominik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2f9ae64 View commit details
    Browse the repository at this point in the history
  10. fix code style

    PrabuckiDominik committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f742250 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Add validation errors and messages

    Add:
     validation errors and messages
    Improve:
     Controllers with requests
     Tests
    PrabuckiDominik committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d8815a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add validation translation files

    Change to pl language in .env.example.
    Change some files name into PascalCase.
    Remove unused verify-email.
    Remove messages from requests.
    PrabuckiDominik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ee5cab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f52cabf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/blumilksoftware/interns2024b

    …into 4-login-+-reset-password
    PrabuckiDominik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    12d2c02 View commit details
    Browse the repository at this point in the history
  4. Link frontend with backend

    Add SchoolResource
    Remove unused route and pages
    PrabuckiDominik committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    231188e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    cb569ba View commit details
    Browse the repository at this point in the history
  2. Remove empty spaces

    PrabuckiDominik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b45bd2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff649cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdf719a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    804f0db View commit details
    Browse the repository at this point in the history
  6. Remove dead code

    PrabuckiDominik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a48af86 View commit details
    Browse the repository at this point in the history
  7. Fix code style

    PrabuckiDominik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8d5243f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2c597d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4e4aea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cdcd7e View commit details
    Browse the repository at this point in the history
  11. Add:

    - Schools are sortable by name in searchbar in register form
    PrabuckiDominik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    658c3a0 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' of https://github.com/blumilksoftware/interns2024b

    …into 4-login-+-reset-password
    PrabuckiDominik committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    51d8db6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a07083 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    004e4a9 View commit details
    Browse the repository at this point in the history