summaryrefslogtreecommitdiffstats
path: root/routers/repo/branch.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-407/+0
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-071-61/+16
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-2/+2
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-2/+3
* Create tag on ui (#13467)a10121127962021-02-281-1/+15
* [API] Add pagination to ListBranches (#14524)65432021-02-031-27/+28
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-2/+4
* Add pager to the branches page (#14202)Chester Liu2021-01-191-80/+135
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-2/+2
* Return the full rejection message and errors in flash errors (#13221)zeripath2020-10-201-1/+10
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-8/+5
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-8/+9
* Protect default branch against deletion (#11115)65432020-05-061-1/+5
* Allow unauthenticated users to compare (#11240)Kyle Evans2020-05-041-0/+1
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-3/+13
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-091-2/+1
* Fix branch page pull request title and link error (#10092)Lunny Xiao2020-02-011-1/+1
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-3/+4
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-071-0/+44
* Push update after branch is restored (#9416)Mario Lubenka2019-12-261-0/+16
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-1/+1
* [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