forgejo/routers/repo
Lanre Adelowo e1fcd6b742 Disallow empty titles (#5785)
* add util method and tests

* make sure the title of an issue cannot be empty

* wiki title cannot be empty

* pull request title cannot be empty

* update to make use of the new util methof
2019-01-21 13:45:32 +02:00
..
activity.go
attachment.go
branch.go branch: Trigger update when deleting branch via UI. (#5617) 2019-01-02 20:56:58 +08:00
commit.go fix commit page showing status for current default branch (#5650) 2019-01-06 16:32:00 +02:00
download.go
editor.go SECURITY: protect DeleteFilePost et al with cleanUploadFileName (#5631) 2019-01-04 11:08:26 -05:00
editor_test.go
http.go Add proper CORS preflight origin validation (#5740) 2019-01-15 23:16:45 -05:00
issue.go Disallow empty titles (#5785) 2019-01-21 13:45:32 +02:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
milestone.go
pull.go Disallow empty titles (#5785) 2019-01-21 13:45:32 +02:00
pull_review.go
release.go
release_test.go
repo.go Refactor repo.isBare to repo.isEmpty #5629 (#5714) 2019-01-17 19:01:04 -05:00
search.go
setting.go
setting_protected_branch.go
settings_test.go
topic.go
view.go Refactor repo.isBare to repo.isEmpty #5629 (#5714) 2019-01-17 19:01:04 -05:00
webhook.go
wiki.go Disallow empty titles (#5785) 2019-01-21 13:45:32 +02:00
wiki_test.go