summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-1/+5
* Mention completion for issue editor. (#3136)harry2017-12-111-0/+1
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-271-6/+6
* Fix files/commits of merged PRs (#2937)Ethan Koenig2017-11-251-8/+30
* Fix fork repository cycle to self (#2860)Lunny Xiao2017-11-061-5/+45
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-6/+20
* Change pull description text (#2075) (#2646)Kazuki Sawada2017-10-041-11/+23
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-1/+1
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-1/+1
* Revert "Add ability to fork your own repos (#761)" (#2193)Bwko2017-07-261-0/+6
* Fix displaying commits and files of PR created from now deleted fork (#2023)Kim "BKC" Carlbäcker2017-06-221-6/+14
|\
| * Fix displaying commits and files of PR created from now deleted forked reposi...Lauris Bukšis-Haberkorns2017-06-211-6/+14
* | Make branch deletion URL more like GitHub's, fixes #1397 (#1994)Lauris BH2017-06-211-0/+127
|/
* 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