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/modules/repository
wxiaoguang 395f65c65a
Remove unnecessary length check for repo's Description & Website (#21194)
Follows #21119

The manual length check doesn't make sense nowadays:
1. The length check is already done by form's `binding:MaxSize` (then the manual check is unnecessary)
2. The CreateRepository doesn't have such check (then the manual check is inconsistent)

So this PR removes these manual length checks.
3 years ago
..
collaborator.go Move some files into models' sub packages (#20262) 3 years ago
collaborator_test.go Move some files into models' sub packages (#20262) 3 years ago
commits.go
commits_test.go
create.go Remove unnecessary length check for repo's Description & Website (#21194) 3 years ago
create_test.go Move some files into models' sub packages (#20262) 3 years ago
delete.go
env.go
fork.go
generate.go Move some files into models' sub packages (#20262) 3 years ago
generate_test.go
hooks.go
init.go Move some files into models' sub packages (#20262) 3 years ago
main_test.go
push.go
repo.go Move some files into models' sub packages (#20262) 3 years ago
temp.go