feat: Enterprise Wiki Expansion & Governance Strategy #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Enhance the MokoGitea wiki system with page-level permissions and granular access control, enabling different visibility levels for individual wiki pages.
Requirements
Page-Level Permissions
Granular Permissions
Integration with .mokogitea Org Repo
.mokogiteaorg-level repo houses org wiki and profilesprivate/,members/,public/with README/profile.md filesCurrent Behavior
Wiki pages inherit repo-level visibility � either all public or all private. No per-page control exists.
Design Considerations
Authored-by: Moko Consulting
feat(wiki): page-level permissions and granular access controlto feat: Enterprise Wiki Expansion & Governance StrategyEnhancement: Hierarchical folder navigation with auto-generated sidebar
See #506 for the full proposal. Key points:
Closing #506 as duplicate - this is the canonical wiki feature issue.
Authored by Jonathan Miller (@jmiller)
Testing Complete - Wiki Folder Navigation
Verified on Production (v1.26.1-moko.06.08.04)
Screenshot Evidence
Wiki home page showing sidebar tree with features/ folder expanded:
Known Limitation
Folder URL navigation (/wiki/features) requires authentication. Unauthenticated users see 404 (repo requires login). When authenticated, folder navigation works with README.md index fallback.
Authored by Jonathan Miller (@jmiller)