aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAge
* Initial version of protected branches (#776)Unknwon2017-02-17
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* routers/repo/pull: fix 404 on PR compare (#4074)Unknwon2017-02-08
* Fix 500 when repo has invalid .editorconfig (#3758)Andrey Nering2017-02-01
* Improve code for fix of #4006Unknwon2017-01-03
* Fix incorrect logic check for fork repo actionUnknwon2017-01-03
* Fix vulnerability reported in #4006Unknwon2017-01-03
* Code fix for PR #3547Unknwon2016-12-22
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
* #3466 fix response of pull request form validation errorUnknwon2016-08-15
* Squashed commit of the following:Richard Mahn2016-08-14
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
* On showing diff/file, use the tab_width specified on .editorconfig, if any (#...Andrey Nering2016-08-11
* Refactor User.Id to User.IDUnknwon2016-07-24
* #2790 fix not detect diff style in pull request file changesUnknwon2016-07-23
* #3181 detect situation when base branch is deleted in pull requestUnknwon2016-07-23
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
* models/repo: remove redundant info for some repo methodsUnknwon2016-07-15
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-29
* #1692 add CRUD issue APIsUnknwon2016-03-13
* Rename module: middleware -> contextUnknwon2016-03-11
* Fix pull request availability checkUnknwon2016-03-06
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
* #1597 fix premission logic check of pull requestUnknwon2016-03-04
* #1597 support pull requests in same repositoryUnknwon2016-03-04
* Call PushToBaseRepo() also on Pull Request creation and not only on git pushMartin Hartkorn2016-02-24
* Implement issue and pull request templates.Andrey Nering2016-02-18
* Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
* Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-27
* Compute inline diff for pull request view, too. Fix #2462Andrey Nering2016-01-25
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-20
* #1692 add organization APIsUnknwon2015-12-17
* rename import pathUnknwon2015-12-15
* fix possible disclosureUnknwon2015-12-14
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-10
* move out git module and #1573 send push hookUnknwon2015-12-09
* introduce git-shellUnknwon2015-11-26
* more HTTP clone word fixUnknwon2015-11-22
* fix #1981Unknwon2015-11-18
* Reopen PR need retest patchUnknwon2015-10-25
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
* New/reopen PR checks if there is any unmerged and open PRUnknwon2015-10-18
* add new status: checkingUnknwon2015-10-18
* save PR info as patch and minor fix on PRUnknwon2015-10-04
* Mirror repository should not allow forkUnknwon2015-09-05
* ui and pulls index fixUnknwon2015-09-03
* finish initial version of pull requestUnknwon2015-09-02
* tmp: fix issue open countUnknwon2015-09-02
* basic PR featureUnknwon2015-09-02