You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/repo
Denys Konovalov 1f0625a277
Fix projects mode bugs (#29593)
Fix for regressions introduced by #28805 

Enabled projects on repos created before the PR weren't detected. Also,
the way projects mode was detected in settings didn't match the way it
was detected on permission check, which leads to confusion.

Co-authored-by: Giteabot <teabot@gitea.io>
11 months ago
..
archiver.go Add support for sha256 repositories (#23894) 1 year ago
attachment.go
attachment_test.go
avatar.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
collaboration.go Add user blocking (#29028) 11 months ago
collaboration_test.go Add user blocking (#29028) 11 months ago
fork.go Move more functions to db.Find (#28419) 1 year ago
fork_test.go
git.go Add merge style `fast-forward-only` (#28954) 12 months ago
issue.go
language_stats.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
mirror.go More `db.DefaultContext` refactor (#27265) 1 year ago
pushmirror.go Don't run push mirrors for archived repos (#27140) 1 year ago
pushmirror_test.go Refactor deletion (#28610) 1 year ago
redirect.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
redirect_test.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
release.go Refactor some Str2html code (#29397) 11 months ago
release_test.go
repo.go Fix projects mode bugs (#29593) 11 months ago
repo_indexer.go Add support for sha256 repositories (#23894) 1 year ago
repo_list.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
repo_list_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 11 months ago
repo_test.go Add user blocking (#29028) 11 months ago
repo_unit.go Fix projects mode bugs (#29593) 11 months ago
repo_unit_test.go
search.go
star.go Add user blocking (#29028) 11 months ago
star_test.go Add user blocking (#29028) 11 months ago
topic.go Fix non-alphabetic sorting of repo topics (#28938) 1 year ago
topic_test.go
update.go Move some repository transfer functions to service layer (#28855) 1 year ago
upload.go Refactor deletion (#28610) 1 year ago
user_repo.go Add user blocking (#29028) 11 months ago
user_repo_test.go Add user blocking (#29028) 11 months ago
watch.go Add user blocking (#29028) 11 months ago
watch_test.go Add user blocking (#29028) 11 months ago
wiki.go
wiki_test.go