summaryrefslogtreecommitdiffstats
path: root/routers/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* [Branch View] Add Included TAG (#8449)65432019-10-141-0/+4
* improve branches list performance and fix protected branch icon when no-login...Lunny Xiao2019-08-011-4/+12
* Only show "New Pull Request" button if repo allows pulls (#7426)Gary Kim2019-07-111-0/+1
* Show Pull Request button or status of latest PR in branch list (#6990)Mario Lubenka2019-06-271-12/+26
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-9/+12
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-6/+0
* Number of commits ahead/behind in branch overview (#6695)Mario Lubenka2019-05-051-4/+16
* Delete local branch if it exists (#6497)John Olheiser2019-04-081-0/+6
* Better logging (#6038) (#6095)zeripath2019-04-021-7/+7
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up ref name rules (#6437)mrsdizzie2019-03-261-1/+2
* branch: Trigger update when deleting branch via UI. (#5617)Harshit Bansal2019-01-021-1/+13
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-2/+3
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-6/+6
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-5/+5
* Add branch overiew page (#2108)Bwko2017-10-261-7/+167
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+49
* Make branch deletion URL more like GitHub's, fixes #1397 (#1994)Lauris BH2017-06-211-59/+0
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-111-1/+11
* Improve the way how branches are deletedBwko2016-12-261-6/+36
* Provide button to delete merged pull request (#441)Lunny Xiao2016-12-251-0/+19
* golint fixed for routers/repo/branch.go (#206)Lunny Xiao2016-11-221-2/+3
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* models/issue: improve quality and performance of NewIssue functionUnknwon2016-08-151-50/+0
* Web editor: improve edit file and diff previewUnknwon2016-08-141-3/+3
* Code clean up for new config optionsUnknwon2016-08-141-7/+2
* Squashed commit of the following:Richard Mahn2016-08-141-0/+55
* Rename module: middleware -> contextUnknwon2016-03-111-2/+2
* New UI merge in progressUnknwon2014-07-261-3/+1
* Use constants to name template fileUnknown2014-06-221-3/+8
* Fixed #209Unknown2014-05-251-3/+4
* update with new gitslene2014-04-131-2/+1
* Change new martini impot pathUnknown2014-03-301-1/+2
* update git api. fix link... and so onslene2014-03-301-8/+2
* Added create issueUnknown2014-03-251-5/+0
* refactor repo.goFuXiaoHei2014-03-241-0/+38