gitea/routers/web/org
logikonline b816ee4eec feat: add Phases 3-5 enhancements (org profiles, pages, wiki v2 API)
Phase 3: Organization Public Profile Page
- Pinned repositories with groups
- Public members display with roles
- API endpoints for pinned repos and groups

Phase 4: Gitea Pages Foundation
- Landing page templates (simple, docs, product, portfolio)
- Custom domain support with verification
- YAML configuration parser (.gitea/landing.yaml)
- Repository settings UI for pages

Phase 5: Enhanced Wiki System with V2 API
- Full CRUD operations via v2 API
- Full-text search with WikiIndex table
- Link graph visualization
- Wiki health metrics (orphaned, dead links, outdated)
- Designed for external AI plugin integration
- Developer guide for .NET integration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 15:14:27 -05:00
..
setting Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
block.go refactor organization menu (#33928) 2025-04-10 12:12:55 -07:00
home.go feat: add Phases 3-5 enhancements (org profiles, pages, wiki v2 API) 2026-01-09 15:14:27 -05:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
members.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
org_labels.go Validate hex colors when creating/editing labels (#34623) 2025-06-07 11:25:08 +03:00
org.go Restore form inputs on organization create error (#34201) 2025-04-15 08:21:51 +00:00
projects_test.go Clarify path param naming (#32969) 2024-12-24 13:47:45 +00:00
projects.go Add proper page title for project pages (#35773) 2025-11-09 21:54:34 +00:00
setting_oauth2.go Convert locale files from ini to json format (#35489) 2025-12-19 09:50:48 -08:00
setting_packages.go refactor organization menu (#33928) 2025-04-10 12:12:55 -07:00
setting.go Allow admins to rename non-local users (#35970) 2025-11-23 20:59:55 +00:00
teams.go Fix team permissions (#34827) 2025-06-24 21:24:09 +08:00
worktime.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00