loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow everyone to read or write a wiki by a repo unit setting (#30495)

Replace #6312
Help #5833
Wiki solution for #639

(cherry picked from commit 3feba9f1f44156c256a30d25ad1c25f751819c94)

Conflicts:
Trash everything, just keep the migration placeholder to ensure the Gitea
sequence is preserved. The Wiki edition is implemented differently.

authored by

wxiaoguang and committed by
Earl Warren
b9891088 4e6e63dc

+2
+2
models/migrations/migrations.go
··· 584 584 NewMigration("Add commit status summary table", v1_23.AddCommitStatusSummary), 585 585 // v296 -> v297 586 586 NewMigration("Add missing field of commit status summary table", v1_23.AddCommitStatusSummary2), 587 + // v297 -> v298 588 + NewMigration("Add everyone_access_mode for repo_unit", noopMigration), 587 589 } 588 590 589 591 // GetCurrentDBVersion returns the current db version