summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Code/repo search (#2582)Ethan Koenig2017-10-273-0/+48
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-273-29/+82
* Add commit count caching (#2774)Lauris BH2017-10-264-10/+13
* Add branch overiew page (#2108)Bwko2017-10-263-8/+178
* fix importsLunny Xiao2017-10-251-5/+4
* some fixesLunny Xiao2017-10-251-1/+2
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-244-60/+23
* Move swagger-ui under /api/v1 (#2746)Antoine GIRARD2017-10-214-8/+22
* Configurable SSH cipher suite (#913)spacetourist2017-10-211-2/+2
* Fix repository search function (#2689)Morlinest2017-10-172-16/+14
* Render plain text README.txt monospaced (#2721)Jonas Franz2017-10-171-2/+3
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-162-41/+33
* Fix PR, milestone and label functionality if issue unit is disabled (#2710)Lauris BH2017-10-166-61/+63
* 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-152-0/+53
* 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
* Remove direct user adding to organization members (#2641)Lauris BH2017-10-152-42/+0
* Add Activity page to repository (#2674)Lauris BH2017-10-152-0/+81
* Remove redudant functions and code (#2652)Morlinest2017-10-102-35/+23
* fix panic on gogs webhook creation (#2675)David Schneiderbauer2017-10-081-2/+2
* Change default sort order (#2647)Kazuki Sawada2017-10-052-9/+10
* 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
* Remove redudant CheckUnit calls in router (#2627)Morlinest2017-09-301-4/+4
* Remove redudant issue LoadAttributes() calls (#2614)Morlinest2017-09-271-6/+0
* fix go get subpackage bug (#2584)Lunny Xiao2017-09-231-21/+1
* Use custom type and constants to hold order by options (#2572)Morlinest2017-09-222-19/+19
* 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-215-10/+8
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-202-86/+101
* Sort repository tree entries in natural way (#2506)Lauris BH2017-09-191-1/+1
* Fork permission bug fixes (#2534)Jonas Franz2017-09-181-2/+4
* Improve issue search (#2387)Ethan Koenig2017-09-162-3/+3
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-164-17/+15
* Implementation of all repositories of a user from user->settings (#1740)Rémy Boulanouar2017-09-142-0/+36
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-148-143/+216
* 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-128-4/+324
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-051-2/+2
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-038-14/+15
* fix orgnization webhooks (#2422)Lunny Xiao2017-08-301-1/+1
* fix webhook test (#2415)Lunny Xiao2017-08-291-2/+10
* Fix route handler order (#2409)Ethan Koenig2017-08-291-3/+4
* fix missing orgnization discord webhook (#2414)Lunny Xiao2017-08-292-1/+2
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-282-5/+108
* fix duplicated feed (#2370)Lunny Xiao2017-08-282-2/+0