Skip to content

Releases: internxt/drive-web

v1.0.677

11 Feb 10:12
fa4c35c

Choose a tag to compare

Description

Extracting the logic from the Shared Dialog to custom hooks.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

v1.0.676

10 Feb 17:18
0690091

Choose a tag to compare

Description

Fix socket polling connection.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

v1.0.675

10 Feb 15:12
413a903

Choose a tag to compare

Description

Reserve a space for the scroll bar so we can avoid the content shifting to the right

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

v1.0.674

10 Feb 10:48
c24462c

Choose a tag to compare

Description

The user’s storage limit is now updated whenever an event is received from the backend.

When a user purchases a plan, the backend sends a socket event called PLAN_UPDATED containing the new storage (in bytes). This value is now used to update the user’s storage limit directly, without requiring an additional fetch to retrieve the updated limit.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

v1.0.673

10 Feb 10:19
4e52985

Choose a tag to compare

Description

Removing the useless headers by using the newest SDK version.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

v1.0.672

09 Feb 14:23
66f45dc

Choose a tag to compare

Reverts #1841

v1.0.671

09 Feb 11:43
99589fc

Choose a tag to compare

Description

Pass basic headers when asking for user loc.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes

v1.0.670

05 Feb 14:58
17258d6

Choose a tag to compare

Description

  • Applied redesign to univeral link view

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

  • Try login from desktop or mobile app to check new unviersal link view design

Additional Notes

v1.0.669

05 Feb 07:15
654f8ea

Choose a tag to compare

Description

  • Correct typos in Spanish localization strings

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

  • No need to test

Additional Notes

v1.0.668

03 Feb 11:18
b487d6c

Choose a tag to compare

Description

Use the resources token exclusively for file uploads to workspaces, and avoid using the workspace token as a resources token.

Related Issues

Related Pull Requests

Checklist

  • Changes have been tested locally.
  • Unit tests have been written or updated as necessary.
  • The code adheres to the repository's coding standards.
  • Relevant documentation has been added or updated.
  • No new warnings or errors have been introduced.
  • SonarCloud issues have been reviewed and addressed.
  • QA Passed

Testing Process

Additional Notes