summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Handle refactor (#3339)Morgan Bazalgette2018-01-1021-348/+348
* Fix branch name escaping in compare url (#3311)Deyong Zhu2018-01-081-8/+14
* Serve .patch for pull requests (#3305)Sandro Santilli2018-01-071-1/+47
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-072-1/+62
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-053-3/+55
* Serve pull request .diff files (#3293)Sandro Santilli2018-01-051-1/+37
* Fix guide link for webhooks in repository settings (#3291) (#3292)Elouan Martinet2018-01-031-1/+1
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-1/+1
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-214-42/+50
* Support default private when creating or migrating repository (#3239)Lunny Xiao2017-12-201-2/+15
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-181-1/+5
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-153-8/+168
* Fix wiki page list not rendering after updatedunix changes (#3175)Lauris BH2017-12-131-7/+7
* Mention completion for issue editor. (#3136)harry2017-12-112-0/+3
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-113-8/+10
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-081-1/+1
* Fix missing branch in release bug (#3108)Ethan Koenig2017-12-082-0/+62
* Allow adding collaborators with (fullname) (#3103)Sasha Varlamov2017-12-071-1/+2
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-2/+6
* Add reactions to issues/PR and comments (#2856)Lauris BH2017-12-041-3/+154
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-16/+2
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-302-0/+187
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-294-13/+31
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-281-241/+125
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-273-13/+13
* Fix files/commits of merged PRs (#2937)Ethan Koenig2017-11-251-8/+30
* Remove render issue link (#2954)Timur Makarchuk2017-11-221-13/+0
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-6/+73
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-3/+6
* Fix fork repository cycle to self (#2860)Lunny Xiao2017-11-061-5/+45
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-305-17/+32
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+46
* Add commit count caching (#2774)Lauris BH2017-10-261-2/+2
* Add branch overiew page (#2108)Bwko2017-10-262-7/+170
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-171-2/+3
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-165-42/+49
* Fix plain readme didn't render correctly on repo home page (#2705)Lunny Xiao2017-10-161-12/+7
* Integration test for activity page (#2704)Lauris BH2017-10-161-24/+4
* Create new branch from branch selection dropdown (#2130)Lauris BH2017-10-151-0/+49
* fix .netrc authentication (#2700)David Schneiderbauer2017-10-151-10/+24
* Fix so that user can still fork his own repository to owned organizations (#2...Lauris BH2017-10-151-6/+20
* Add Activity page to repository (#2674)Lauris BH2017-10-151-0/+76
* fix panic on gogs webhook creation (#2675)David Schneiderbauer2017-10-081-2/+2
* Change pull description text (#2075) (#2646)Kazuki Sawada2017-10-041-11/+23
* Remove repo unit index (#2621)Morlinest2017-10-021-6/+0
* Fix implementation of repo Home func (#2601)Morlinest2017-10-011-8/+13
* fix go get subpackage bug (#2584)Lunny Xiao2017-09-231-21/+1
* fix readme view bug (#2566)Lunny Xiao2017-09-211-1/+3
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-214-9/+7
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-45/+53