summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
...
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-0/+4
* fix compare button failed when there is no fork repos (#1104)Lunny Xiao2017-03-031-1/+1
* Notifying on open PR, and Close/Reopen/Merge issue or PRAndrey Nering2017-01-281-0/+6
* Add ability to fork your own repos (#761)Bwko2017-01-261-6/+0
* Rename .gogs to .gitea and comply with github template guidelines (#568) (#582)Manuel Kuhlmann2017-01-051-3/+6
* bug fixed for fork repos (#560)Lunny Xiao2017-01-031-1/+1
* resolved #310: hide fork to self (#323)Lunny Xiao2016-12-011-0/+1
* golint fixed for modules/authLunny Xiao2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-8/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-17/+29
* Remember diff view style (#163)Andrey Nering2016-11-131-1/+0
* Normalize files with gofmtThibault Meyer2016-11-111-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-7/+7
* Use MixedCase constant namesSandro Santilli2016-11-071-1/+1
* Replace GOGS with GITEA in variable namesSandro Santilli2016-11-071-1/+1
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Merge branch 'master' into feature/goimportsSandro Santilli2016-11-051-10/+0
|\
| * Refactor editorconfig middlewareAndrey Nering2016-11-051-10/+0
* | Fix imports found by goimports.Matthias Loibl2016-11-051-3/+1
|/
* Fix 500 when repo has invalid .editorconfigAndrey Nering2016-11-051-8/+4
* Show issue/PR number on titleAndrey Nering2016-11-031-1/+2
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
* #2246 add HTMLURL to webhook typeUnknwon2016-08-161-10/+14
* #3466 fix response of pull request form validation errorUnknwon2016-08-151-6/+18
* Squashed commit of the following:Richard Mahn2016-08-141-1/+1
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-18/+21
* On showing diff/file, use the tab_width specified on .editorconfig, if any (#...Andrey Nering2016-08-111-0/+14
* Refactor User.Id to User.IDUnknwon2016-07-241-5/+5
* #2790 fix not detect diff style in pull request file changesUnknwon2016-07-231-0/+1
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-231-0/+8
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-3/+0
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-151-1/+1
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-291-2/+4
* #1692 add CRUD issue APIsUnknwon2016-03-131-8/+3
* Rename module: middleware -> contextUnknwon2016-03-111-15/+15
* Fix pull request availability checkUnknwon2016-03-061-1/+1
* #1146 finish new access rights for collaboratorsUnknwon2016-03-051-1/+1
* #1597 fix premission logic check of pull requestUnknwon2016-03-041-7/+14
* #1597 support pull requests in same repositoryUnknwon2016-03-041-22/+45
* Call PushToBaseRepo() also on Pull Request creation and not only on git pushMartin Hartkorn2016-02-241-6/+13
* Implement issue and pull request templates.Andrey Nering2016-02-181-0/+11
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-041-0/+2
* Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-271-6/+0
* Compute inline diff for pull request view, too. Fix #2462Andrey Nering2016-01-251-0/+6
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-201-0/+1
* #1692 add organization APIsUnknwon2015-12-171-1/+1
* rename import pathUnknwon2015-12-151-1/+1
* fix possible disclosureUnknwon2015-12-141-6/+12
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-101-0/+5
* move out git module and #1573 send push hookUnknwon2015-12-091-5/+6