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 Display when a repo was archived (#22664) 2023-04-26 10:46:26 -04:00
attachment.go
attachment_test.go
avatar.go
collaboration.go
collaboration_test.go Add unit test for repository collaboration (#25640) 2023-07-03 21:41:14 +00:00
fork.go
fork_test.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 Round language stats percentage using largest remainder (#22026) 2022-12-08 10:47:47 +08:00
main_test.go
mirror.go
pushmirror.go Allow editing push mirrors after creation (#26151) 2023-08-01 16:00:59 +00:00
pushmirror_test.go
redirect.go
redirect_test.go
release.go Release attachments duplicated check (#26176) 2023-07-27 09:24:22 +00:00
repo.go
repo_indexer.go
repo_list.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
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_test.go
repo_unit.go
search.go
star.go
star_test.go
topic.go Fix the topic validation rule and suport dots (#26286) 2023-08-03 09:18:06 +00:00
topic_test.go Fix the topic validation rule and suport dots (#26286) 2023-08-03 09:18:06 +00:00
update.go
upload.go
user_repo.go
user_repo_test.go
watch.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
watch_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
wiki.go
wiki_test.go