fix(teams): allow hiding the shared folder button via app config - #5641
fix(teams): allow hiding the shared folder button via app config#5641lennart441 wants to merge 2 commits into
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
f897190 to
8eeea92
Compare
decf4fd to
40d92b9
Compare
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
|
I think we need to target stable8.8 now. |
|
It should target main then we can backport it. |
hamza221
left a comment
There was a problem hiding this comment.
Blocking accidental merge
40d92b9 to
9b6972f
Compare
Admins can hide the team-page shortcut that creates a personal folder and shares it with the team. The setting is registered in the app config Signed-off-by: Lennart Joswig <mail@ljoswig.de>
9b6972f to
cec72f9
Compare
… folder creation to nextcloud admin documentation Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Stefan Lender <Stefan.Lender@dataport.de>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughThe change adds the Merge Risk: ⚪ Minimal · up to This change adds an optional setting to hide the shared-folder creation button while preserving the current default behavior and existing sharing capabilities. No actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 10.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 10 functions across 4 files. (1 skipped: 1 unsupported.)
Warning Some tools did not complete. Review the errors below. 🔧 ESLint
src/components/CircleDetails.vueESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox. src/services/hideTeamSharedFolderCreation.jsESLint skipped: the matched ESLint configuration already failed (missing-dependency). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/backport to stable8.8 |
|
Could you squash your commits then we can merge |
Summary
Resolves: #5638
Default (show create button)

Now optional (no create button)

It is still possible to share a personal folder with a team.
AI