1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 18:31:34 +02:00
gitea/models/repo
wxiaoguang 539015403f
Fix the topic validation rule and suport dots (#26286)
1. Allow leading and trailing spaces by user input, these spaces have
already been trimmed at backend
2. Allow using dots in the topic
2023-08-03 09:18:06 +00:00
..
archiver.go
attachment_test.go
attachment.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
avatar.go
collaboration_test.go
collaboration.go
fork_test.go
fork.go
git.go Avoid amending the Rebase and Fast-forward merge if there is no message template (#25779) 2023-07-10 10:12:50 +02:00
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror_test.go
pushmirror.go Allow editing push mirrors after creation (#26151) 2023-08-01 16:00:59 +00:00
redirect_test.go
redirect.go
release.go Release attachments duplicated check (#26176) 2023-07-27 09:24:22 +00:00
repo_indexer.go
repo_list_test.go Add commits dropdown in PR files view and allow commit by commit review (#25528) 2023-07-28 21:18:12 +02:00
repo_list.go
repo_test.go
repo_unit.go
repo.go
search.go
star_test.go
star.go
topic_test.go Fix the topic validation rule and suport dots (#26286) 2023-08-03 09:18:06 +00:00
topic.go Fix the topic validation rule and suport dots (#26286) 2023-08-03 09:18:06 +00:00
update.go
upload.go
user_repo_test.go
user_repo.go
watch_test.go
watch.go
wiki_test.go
wiki.go