Skip to content

Conversation

LukasHirt
Copy link
Collaborator

Description

Drop the advanced mode and display password and expiration fields immediately. Also, stop revealing password inside of the password input after generating a password.

Related Issue

Motivation and Context

Streamlined process and secure password generation

How Has This Been Tested?

  • test environment: chrome & 🤖
  • test case 1: create new public link
  • test case 2: generate password

Screenshots (if appropriate):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests
  • Documentation
  • Maintenance (e.g. dependency updates or tooling)

@LukasHirt LukasHirt added the Type:Bug Something isn't working label Mar 18, 2025
@LukasHirt LukasHirt requested a review from mzner March 18, 2025 10:05
@LukasHirt LukasHirt self-assigned this Mar 18, 2025
expect(wrapper.find(selectors.passwordInput).exists()).toBeTruthy()
})
it('should not be rendered if user cannot create public links', () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dropping these tests as they seem to have been false positives. Permissions do not have any effect on the visibility of those fields.

Drop the advanced mode and display password and expiration fields immediately. Also, stop revealing password inside of the password input after generating a password.
@LukasHirt LukasHirt force-pushed the fix/drop-links-advanced-mode branch from db5dec9 to 7edde36 Compare March 18, 2025 10:08
Copy link

@LukasHirt LukasHirt enabled auto-merge March 18, 2025 10:19
@LukasHirt LukasHirt merged commit 4e3748b into master Mar 18, 2025
4 checks passed
@LukasHirt LukasHirt deleted the fix/drop-links-advanced-mode branch March 18, 2025 10:26
@LukasHirt LukasHirt mentioned this pull request Mar 19, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add public link - Shown menu and behavior of generate password button incorrect
2 participants