No option to make wikis editable for all users of codeberg (not only the project members) #28
Labels
No labels
accessibility
bug
bug
infrastructure
Codeberg
contributions welcome
docs
duplicate
enhancement
infrastructure
legal
licence / ToS
please chill
we are volunteers
public relations
question
question
user support
s/Forgejo
s/Forgejo/migration
s/Pages
s/Weblate
s/Woodpecker
security
service
upstream
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Codeberg/Community#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
This workes on github as the default, IIRC.
stalled upstream PR: https://github.com/go-gitea/gitea/pull/6312
uff a stale one again ..., thanks for the ref. If one like to work on it, jsut checkout and create a new pull ...
I took the original PR, and updated it to the most recent codebase, and made it work not only for wikis owned by organizations, but by users too. The work in progress code is here.
Apart from code formatting, there are a few issues to iron out:
repo_unitshould have a "default permissions" column, with "none", "read", or "write" as possible options (defaulting to read). The UI would remain the same, and wouldn't expose "none" yet, just a "globally writeable" toggle for the wiki. The three-value column is more future proof, is all.globally_writeableflag (ordefault_permissions) torepo_unit.Nevertheless, it's looking good, and I will be submitting a PR most likely later today.
This has been resolved upstream and will be available soon.