Skip to content

Releases: TelwareSW/telware-frontend

v1.2.0

26 Dec 14:17
95c4e89

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Dec 13:24

Choose a tag to compare

What's Changed

Read more

v1.0.0

08 Nov 19:08
f3d81f0

Choose a tag to compare

What's Changed

Full Changelog: v0,0,1...v1.0.0

Bugs

  1. (block): integration with backend is missing
  2. (messaging): socket integration with backend is missing

TelWare First Release

01 Nov 14:49

Choose a tag to compare

What's Changed

Bugs

  • [loginPage] Data-testid Overriding:

    • Issue: Assigning the data-testid for the email input is not working due to an internal assignment in the general inputField component.
  • [loginPage] Input Fields Problem:

    • Issue: After submitting the login button, the email and password fields clear unexpectedly.
  • [loginPage] Error Message Problem:

    • Issue: The "invalid email" error message appears without submitting the form.
  • [loginPage] Very Long Inputs:

    • Issue: Very long email addresses or passwords should not be sent to the backend.
  • [signupPage] Show Password Button Issue:

    • Issue: The "Show Password" button does not work in the confirm password field.
  • [signupPage] Captcha Not Verified Before Submission:

    • Issue: The captcha is not checked before form submission, allowing the user to submit data and receive a verification code without using the captcha.
  • [signupPage] Whitespace as a Valid Username:

    • Issue: Whitespace is currently accepted as a valid username.
  • [signupPage] No Character Limit on Input Fields:

    • Issue: There are no restrictions on input field sizes, creating a potential vulnerability.
  • [signupPage] No Validation for Phone Number:

    • Issue: Users can enter only the '+' character and still proceed to the confirmation code stage.
  • [signupPage] Unlimited Verification Code Attempts (Brute Force Vulnerability):

    • Issue: Users are allowed unlimited attempts to enter the verification code, which could be exploited in brute-force attacks.
  • [profileSettings] Upload Image Input Location Not Responsive:

    • Issue: On smaller screens, the profile picture remains centered, but the file input field shifts to the left.
  • [profileSettings] No Character Limit on Input Fields:

    • Issue: No input size restrictions, which could present a vulnerability.
  • [profileSettings] Drawer Not Responsive:

    • Issue: On smaller screens, certain settings in the drawer are no longer visible, and the drawer is not scrollable.
  • [profileSettings] Missing Data-testid for Privacy Settings Menu Buttons:

    • Issue: data-testid attributes are missing for privacy settings menu buttons.

Contributors