summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More tweaks to repo top panel (#2267)silverwind2017-08-135-23/+19
* Fix rendering of external links (#2292)Ethan Koenig2017-08-134-79/+56
* Use /dev/urandom to create random password (#2298)Pontus Leitzler2017-08-133-3/+3
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-126-17/+45
* fix 500 error when view an issue which's milestone deleted (#2297)Lunny Xiao2017-08-121-1/+1
* fix webhook linkLunny Xiao2017-08-112-2/+2
* Comment help text for issues (#2281)Patrick G2017-08-091-7/+9
* Temporarily patch go-ini/ini with fork (#2255)Ethan Koenig2017-08-078-160/+515
* File path tweaks in UI (#2264)silverwind2017-08-063-6/+20
* Make short link pattern greedy (#2259)Michael Kuhn2017-08-062-1/+7
* update drone sig file. (#2262)Bo-Yi Wu2017-08-051-1/+1
* ignore coverage steps. (#2257)Bo-Yi Wu2017-08-041-6/+6
* Convert xorm literal queries to method calls (#2253)G2017-08-042-4/+2
* Fix internal requests when gitea listens to unix socket or only external IP (...Lauris BH2017-08-034-12/+34
* update code.gitea.io/git in vendor to fix #2245 (#2250)Lauris BH2017-08-032-5/+7
* add changelog of release v1.1.3 (#2252)Lunny Xiao2017-08-031-0/+11
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-0312-90/+329
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-029-36/+29
* Fix git version check with four digits (1.8.3.1) (#2236)Christoph Handel2017-08-011-1/+1
* Replace calls to xorm UseBool with Where (#2237)G2017-08-012-9/+4
* Prevent selection of diff line numbers (#2240)silverwind2017-08-012-0/+8
* go get github.com/wadey/gocovmerge when needed (#2235)Antoine GIRARD2017-07-311-0/+3
* Fix Commits nil pointer dereference (#2203)Bwko2017-07-311-0/+4
* Improve docs for PROTOCOL and HTTP_ADDR options (#2231)silverwind2017-07-301-1/+3
* Generate small and large logos at 4x resolution (#2233)silverwind2017-07-303-4/+4
* Fixed robots.txt 404 error (#2226)Florian / sinnlosername2017-07-301-1/+1
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-302-1/+12
* remove unused variable on makefile (#2225)Lunny Xiao2017-07-291-1/+0
* Add task to generate images from SVG and change to new logo (#2194)Lauris BH2017-07-2812-4/+190
* fix some bugLunny Xiao2017-07-281-5/+5
* Fix bare-repo bugs (#2199)Ethan Koenig2017-07-2723-2/+575
* Fix hooks for integration repo (#2216)Ethan Koenig2017-07-277-3/+30
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-275-0/+73
* Fix unclosed session bug (#2214)Ethan Koenig2017-07-261-1/+1
* Only allow token authentication with 2FA enabled (#2184)Moritz Heiber2017-07-261-6/+32
* Fix compiling without sqlite and gcc (#2177)Lauris BH2017-07-262-18/+19
* Use sqlite3 database as default for Docker image (#2182)Tao Wang2017-07-261-1/+1
* Revert "Add ability to fork your own repos (#761)" (#2193)Bwko2017-07-263-1/+8
* Fix PR nil-dereference bug (#2195)Ethan Koenig2017-07-262-7/+91
* Fix key usage time update if the key is used in parallel for multiple operati...Lauris BH2017-07-201-4/+9
* Fix profile update for non-local users (#2178)Lauris BH2017-07-191-1/+1
* Remove unit types commits and settings (#2161)Lauris BH2017-07-1720-104/+174
* Refactor vue delimeters to use es6 template delimeters (#2171)Lauris BH2017-07-152-3/+3
* Only show SSH clone URL if signed in (#2169) (#2170)Stefan Kalscheuer2017-07-157-13/+61
* Make compare button URL aware if current repo is a fork (#2162) (#2163)Wiktor Żurawik2017-07-151-1/+1
* Only show "No Description" to repo admins (#2167)bit2017-07-141-1/+1
* More integration tests for comment API (#2156)Ethan Koenig2017-07-141-1/+90
* Fix OpenID registration route (#2160)Christian Weiske2017-07-131-1/+1
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-134-1/+57
* fix: replace tmp with TMPDIR. (#2152)Bo-Yi Wu2017-07-131-3/+3