docs(ospo): address review feedback on community health rollout - #432
Merged
DeepDiver1975 merged 1 commit intoJul 31, 2026
Merged
Conversation
- agents.md: note tests/ covers acceptance tests too, and list the PHPUnit/API/CLI/WebUI acceptance make targets individually (per phil-davis review comments) - README: drop the outdated "encryption cannot be disabled" claim — `occ encryption:decrypt-all` + `occ encryption:disable` reverse it — and restore the OpenSSL 3.x legacy-cipher guidance that was dropped (per phil-davis review comment) - README: stop recommending per-user key encryption, which is deprecated per the server release notes (per phil-davis review comment) 🤖 Generated with Claude Code Signed-off-by: David Walter <david.walter@kiteworks.com>
DeepDiver1975
merged commit Jul 31, 2026
8b926c9
into
owncloud:ospo/community-health-v2
11 checks passed
phil-davis
pushed a commit
that referenced
this pull request
Aug 1, 2026
…iles (#425) * docs(ospo): community health rollout v2 — README, agents.md, health files Introduced by the Kiteworks Open Source Program Office (OSPO) on May 5, 2026. Changes: - README.md: rewritten with OSPO v2 template — license-specific migration guidance, Community & Support section, Contributing workflow, Security section pointing to security.owncloud.com + YesWeHack bug bounty - agents.md: AI agent context file with architecture, build commands, and OSPO Policy Constraints (GitHub Actions, Dependabot, Git Workflow) - CODE_OF_CONDUCT.md: redirect to https://owncloud.com/contribute/code-of-conduct/ - CONTRIBUTING.md: redirect to https://owncloud.com/contribute/ - SECURITY.md: redirect to https://security.owncloud.com + YesWeHack - SUPPORT.md: redirect to https://owncloud.com/contact-us/ + channels OSPO: https://kiteworks.com/opensource Signed-off-by: David Walter <david.walter@kiteworks.com> * docs(ospo): address review feedback on community health rollout (#432) - agents.md: note tests/ covers acceptance tests too, and list the PHPUnit/API/CLI/WebUI acceptance make targets individually (per phil-davis review comments) - README: drop the outdated "encryption cannot be disabled" claim — `occ encryption:decrypt-all` + `occ encryption:disable` reverse it — and restore the OpenSSL 3.x legacy-cipher guidance that was dropped (per phil-davis review comment) - README: stop recommending per-user key encryption, which is deprecated per the server release notes (per phil-davis review comment) 🤖 Generated with Claude Code Signed-off-by: David Walter <david.walter@kiteworks.com> --------- Signed-off-by: David Walter <david.walter@kiteworks.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses phil-davis's review comments on #425:
agents.md: notetests/covers acceptance tests too, and list the PHPUnit/API/CLI/WebUI acceptancemaketargets individually (as suggested)README.md: drop the outdated "encryption cannot be disabled" claim — verifiedocc encryption:decrypt-all(core) explicitly disables encryption and decrypts all files, followed byocc encryption:disable— and restore OpenSSL 3.x legacy-cipher guidance that had been droppedREADME.md: stop recommending per-user key encryption — verified it's marked deprecated intemplates/settings-admin.php, linking to the server release notesBase is
ospo/community-health-v2(notmaster) so merging this lands the fixes directly on #425.🤖 Generated with Claude Code