aboutsummaryrefslogtreecommitdiff
path: root/routes/repo/issue.go
Commit message (Collapse)AuthorAge
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* templates/repo/issue: rework escape delete branch link after merged pull ↵Unknwon2018-04-16
| | | | request (#4601)
* repo: improve error handling for PR #4803Unknwon2018-03-08
|
* repo: disallow web ui to delete protected branch after PR merged (#4803)bayangan19912018-03-08
| | | | | | | | | | * Disallow web ui to delete protected branch * Fix for branches not yet protected Had to change how error was handled. If a branch had not yet been protected the error would be generated. Reworked to start as false and then use the protected if it was found.
* Refactoring: rename package routers -> routesUnknwon2017-06-11