gitea/models/repo
Lunny Xiao a3ab82e592
Fix error when calculate the repository size (#22392)
Fix #22386 

`GetDirectorySize` moved as `getDirectorySize` because it becomes a
special function which should not be put in `util`.

Co-authored-by: Jason Song <i@wolfogre.com>
2023-01-13 18:54:02 +00:00
..
archiver.go
attachment_test.go
attachment.go
avatar.go
collaboration_test.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
collaboration.go
fork_test.go
fork.go
git.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror_test.go
pushmirror.go
redirect_test.go
redirect.go
release.go
repo_indexer.go
repo_list_test.go Add a simple test for external renderer (#20033) 2022-12-12 20:45:21 +08:00
repo_list.go
repo_test.go
repo_unit.go
repo.go
star_test.go
star.go
topic_test.go
topic.go
update.go Fix error when calculate the repository size (#22392) 2023-01-13 18:54:02 +00:00
upload.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
user_repo_test.go
user_repo.go
watch_test.go
watch.go
wiki_test.go
wiki.go