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/routers
Lanre Adelowo 9d8178b3ac Add option to close issues via commit on a non master branch (#5992)
* fixes #5957

* add tests to make sure config option is respected

* use already defined struct

* - use migration to make the flag repo wide not for the entire gitea instance
Also note that the config value can still be set so as to be able to control the value for new repositories that are to be created

- fix copy/paste error in copyright header year and rearrange import

- use repo config instead of server config value to determine if a commit should close an issue

- update testsuite

* use global config only when creating a new repository

* allow repo admin toggle feature via UI

* fix typo and improve testcase

* fix fixtures

* add DEFAULT prefix to config value

* fix test
6 years ago
..
admin Support reverse proxy providing email (#5554) 6 years ago
api/v1 Fix #5799 - swagger for mergePullRequest (#5996) 6 years ago
dev Make time diff translatable (#2057) 8 years ago
org Improve team members and repositories settings UI (#5457) 6 years ago
private Fix ssh deploy and user key constraints (#1357) (#5939) 6 years ago
repo Add option to close issues via commit on a non master branch (#5992) 6 years ago
routes Allow Macaron to be set to log through to gitea.log (#5667) 6 years ago
user Feature - #3031 - search for org repos (#5986) 6 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 7 years ago
home.go feat(repo): support search repository by topic name (#4505) 7 years ago
init.go Ensure error is logged on db reconnection attempts (#5780) 6 years ago
install.go Remove traces of embedded TiDB (#4906) 7 years ago
metrics.go Fix metrics auth token detection (#6006) 6 years ago
swagger_json.go Swagger.v1.json template (#3572) 7 years ago