summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort repository tree entries in natural way (#2506)Lauris BH2017-09-191-1/+1
* Improve issue search (#2387)Ethan Koenig2017-09-161-1/+2
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-3/+2
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-145-140/+190
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-142-0/+18
* Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#i...Jonas Franz2017-09-131-1/+1
* Feature: Timetracking (#2211)Jonas Franz2017-09-124-4/+140
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-034-6/+7
* fix webhook test (#2415)Lunny Xiao2017-08-291-2/+10
* fix missing orgnization discord webhook (#2414)Lunny Xiao2017-08-291-1/+0
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-5/+106
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+10
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+1
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-022-4/+4
* Fix Commits nil pointer dereference (#2203)Bwko2017-07-311-0/+4
* Only allow token authentication with 2FA enabled (#2184)Moritz Heiber2017-07-261-6/+32
* Revert "Add ability to fork your own repos (#761)" (#2193)Bwko2017-07-261-0/+6
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-8/+7
* Pagination on releases page (#2035)iszla2017-06-281-2/+8
* Fix: `http: multiple response.WriteHeader calls` (#2038)Shuanglei Tao2017-06-281-1/+0
* Load label ID in NewLabels (#2045)Ethan Koenig2017-06-251-1/+1
* 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