Skip to content

fix(files_sharing): Apply default password setting in SharingDetailsTab #52121

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

nfebe
Copy link
Contributor

@nfebe nfebe commented Apr 11, 2025

Summary

When admin has set that shares should have password by default but not enforce it, this does not take effect in the sharing details tab, this change fixes that.

@nfebe nfebe added 3. to review Waiting for reviews feature: sharing labels Apr 11, 2025
@nfebe nfebe requested a review from a team as a code owner April 11, 2025 09:19
@github-project-automation github-project-automation bot moved this to 🏗️ In progress in 📁 Files team Apr 11, 2025
@AndyScherzinger AndyScherzinger moved this to In Progress in 29+ Improvement Apr 14, 2025
@AndyScherzinger AndyScherzinger added this to the Nextcloud 32 milestone Apr 14, 2025
Copy link
Contributor

@susnux susnux left a comment

Choose a reason for hiding this comment

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

seems to work

Copy link
Contributor

@szaimen szaimen left a comment

Choose a reason for hiding this comment

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

🐘

@AndyScherzinger AndyScherzinger force-pushed the fix/no-issue/use-password-default-sharing-details branch from 72d4b39 to f06a223 Compare April 14, 2025 09:35
@AndyScherzinger
Copy link
Member

/compile /

@artonge artonge force-pushed the fix/no-issue/use-password-default-sharing-details branch from 8acec45 to 574807e Compare April 14, 2025 10:21
@nfebe nfebe force-pushed the fix/no-issue/use-password-default-sharing-details branch from 574807e to 44156c8 Compare April 14, 2025 15:20
@nfebe
Copy link
Contributor Author

nfebe commented Apr 14, 2025

/compile

@nfebe nfebe force-pushed the fix/no-issue/use-password-default-sharing-details branch from add5489 to 02efad6 Compare April 15, 2025 09:57
@nfebe
Copy link
Contributor Author

nfebe commented Apr 15, 2025

/compile

@nfebe nfebe enabled auto-merge April 15, 2025 09:58
@nfebe
Copy link
Contributor Author

nfebe commented Apr 15, 2025

/backport to stable31

@nfebe
Copy link
Contributor Author

nfebe commented Apr 15, 2025

/backport to stable30

@nfebe
Copy link
Contributor Author

nfebe commented Apr 15, 2025

/backport to stable29

Signed-off-by: nextcloud-command <[email protected]>
@nfebe nfebe merged commit e5b34b7 into master Apr 15, 2025
129 of 132 checks passed
@nfebe nfebe deleted the fix/no-issue/use-password-default-sharing-details branch April 15, 2025 10:56
Copy link

backportbot bot commented Apr 15, 2025

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29

# Create the new backport branch
git checkout -b backport/52121/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 02efad60 ace09287

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/52121/stable29

Error: Failed to check for changes with origin/stable29: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗️ In progress
Development

Successfully merging this pull request may close these issues.

6 participants