summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-242-18/+21
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+10
* Log failed authentication attempts with remote address for fail2ban (#2334)David Schneiderbauer2017-08-241-0/+2
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-233-42/+21
* Improve swagger doc (#2274)Antoine GIRARD2017-08-2119-62/+294
* Add OpenID configuration in install page (#2276)Sandro Santilli2017-08-193-26/+36
* Add AppURL without trailing slash to TOTP issuer parameter to prevent conflic...David Schneiderbauer2017-08-191-1/+1
* Fix variable name typo (#2327)Morlinest2017-08-181-2/+2
* Make SHOW_USER_EMAIL also apply to profiles (#2258)Michael Kuhn2017-08-171-0/+2
* Trigger sync webhooks on UI commit (#2302)Ethan Koenig2017-08-171-14/+1
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-172-0/+3
* Fix rendering of external links (#2292)Ethan Koenig2017-08-132-1/+2
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-124-12/+15
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-035-57/+109
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-023-5/+5
* Fix Commits nil pointer dereference (#2203)Bwko2017-07-311-0/+4
* Fixed robots.txt 404 error (#2226)Florian / sinnlosername2017-07-301-1/+1
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-301-1/+4
* fix some bugLunny Xiao2017-07-281-5/+5
* Fix bare-repo bugs (#2199)Ethan Koenig2017-07-271-1/+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
* Remove unit types commits and settings (#2161)Lauris BH2017-07-172-21/+30
* Fix OpenID registration route (#2160)Christian Weiske2017-07-131-1/+1
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-132-0/+19
* Fix repo API bug (#2133)Ethan Koenig2017-07-126-54/+63
* Fix GET /users/:username/repos endpoint (#2125)Ethan Koenig2017-07-101-30/+30
* Improve org error handling (#2117)Antoine GIRARD2017-07-063-5/+5
* Fix git hooks update to receive required arguments. Fixes #2090 (#2095)Lauris BH2017-07-021-1/+2