0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-21 13:13:31 +01:00
gitea/routers/web/repo
wxiaoguang edbf74c418
Fix "force private" logic (#31012)
When creating a repo, the "FORCE_PRIVATE" config option should be
respected, `readonly` doesn't work for checkbox, so it should use
`disabled` attribute.
2024-05-20 00:56:45 +00:00
..
actions
setting
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
code_frequency.go
commit.go
compare.go
contributors.go
download.go
editor.go
editor_test.go
find.go
fork.go
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go
issue_content_history.go
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go Fix various problems around projects board view (#30696) 2024-05-08 13:44:57 +00:00
projects_test.go
pull.go Fix misspelling of mergable (#30896) 2024-05-08 16:11:43 +00:00
pull_review.go
pull_review_test.go
recent_commits.go
release.go
release_test.go
render.go
repo.go Fix "force private" logic (#31012) 2024-05-20 00:56:45 +00:00
search.go
search_test.go
topic.go
treelist.go
view.go
view_test.go
wiki.go
wiki_test.go