Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove integration test executables on `make clean` (#2340) | Sandro Santilli | 2017-08-20 | 1 | -1/+1 | |
| | ||||||
* | Add OpenID configuration in install page (#2276) | Sandro Santilli | 2017-08-19 | 7 | -26/+67 | |
| | ||||||
* | No error log entries for repo 404 (#2200) | Ethan Koenig | 2017-08-19 | 1 | -2/+2 | |
| | ||||||
* | Add AppURL without trailing slash to TOTP issuer parameter to prevent ↵ | David Schneiderbauer | 2017-08-19 | 1 | -1/+1 | |
| | | | | | conflicting accounts on multiple gitea installations (#2335) Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | |||||
* | Fix repo-search template errors for go1.7 (#2336) | Morlinest | 2017-08-19 | 3 | -85/+82 | |
| | ||||||
* | Fix variable name typo (#2327) | Morlinest | 2017-08-18 | 1 | -2/+2 | |
| | ||||||
* | Add missing forks key for dashboard repository component (#2325) | Lauris BH | 2017-08-18 | 1 | -0/+1 | |
| | | | Missing key that is used in #2285 | |||||
* | Make use of Vue more universal (#2318) | Morlinest | 2017-08-17 | 2 | -4/+4 | |
| | ||||||
* | Add public links check (#2323) | Lunny Xiao | 2017-08-17 | 1 | -0/+33 | |
| | | | | | | * add public links check * more links for query parameters | |||||
* | fix template error on explore repos (#2319) | Lunny Xiao | 2017-08-17 | 2 | -1/+18 | |
| | ||||||
* | Make SHOW_USER_EMAIL also apply to profiles (#2258) | Michael Kuhn | 2017-08-17 | 3 | -1/+73 | |
| | | | The e-mail address is currently only hidden from the explore page. | |||||
* | Trigger sync webhooks on UI commit (#2302) | Ethan Koenig | 2017-08-17 | 3 | -61/+80 | |
| | | | | | | * Trigger sync webhooks on UI commit * Also fix UI upload/delete | |||||
* | Fix and improve dashboard repo UI (#2285) | Morlinest | 2017-08-17 | 10 | -121/+205 | |
| | | | | | | | | | | | | | | | | * Fix and improve dashboard repo UI * Change order of scripts loading * Remove "mirror" tab * Remove single tab panel for "org user" * Add localization strings * Create vue component and change event for search * Add "mirrors" filter | |||||
* | refactor(Makefile): allow overriding default go program (#2310) | Bo-Yi Wu | 2017-08-16 | 1 | -24/+25 | |
| | ||||||
* | Revert to upstream ini dependency (#2304) | Ethan Koenig | 2017-08-14 | 2 | -6/+5 | |
| | ||||||
* | More tweaks to repo top panel (#2267) | silverwind | 2017-08-13 | 5 | -23/+19 | |
| | | | | | | | | | | * More tweaks to repo top panel * undo hiding of compare button on master * attempt to fix ci issue * another ci attempt | |||||
* | Fix rendering of external links (#2292) | Ethan Koenig | 2017-08-13 | 4 | -79/+56 | |
| | ||||||
* | Use /dev/urandom to create random password (#2298) | Pontus Leitzler | 2017-08-13 | 3 | -3/+3 | |
| | | | | | | | | | | | | * Make sure generated password is random Use /dev/urandom to get a 32 char password * Make sure generated password is random Use /dev/urandom to generate 32 char password * Make sure generated password is random | |||||
* | Only update needed columns when update user (#2296) | Lunny Xiao | 2017-08-12 | 6 | -17/+45 | |
| | | | | | | * only update needed columns when update user * fix missing update_unix column | |||||
* | fix 500 error when view an issue which's milestone deleted (#2297) | Lunny Xiao | 2017-08-12 | 1 | -1/+1 | |
| | ||||||
* | fix webhook link | Lunny Xiao | 2017-08-11 | 2 | -2/+2 | |
| | ||||||
* | Comment help text for issues (#2281) | Patrick G | 2017-08-09 | 1 | -7/+9 | |
| | ||||||
* | Temporarily patch go-ini/ini with fork (#2255) | Ethan Koenig | 2017-08-07 | 8 | -160/+515 | |
| | ||||||
* | File path tweaks in UI (#2264) | silverwind | 2017-08-06 | 3 | -6/+20 | |
| | ||||||
* | Make short link pattern greedy (#2259) | Michael Kuhn | 2017-08-06 | 2 | -1/+7 | |
| | | | Multiple links on the same line are currently not recognized correctly. | |||||
* | update drone sig file. (#2262) | Bo-Yi Wu | 2017-08-05 | 1 | -1/+1 | |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | ignore coverage steps. (#2257) | Bo-Yi Wu | 2017-08-04 | 1 | -6/+6 | |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | Convert xorm literal queries to method calls (#2253) | G | 2017-08-04 | 2 | -4/+2 | |
| | ||||||
* | Fix internal requests when gitea listens to unix socket or only external IP ↵ | Lauris BH | 2017-08-03 | 4 | -12/+34 | |
| | | | | | | | | (#2234) * Fix internal requests when gitea listens to unix socket or only external IP * When Gitea is set to listen using FastCGI use AppURL for LocalURL | |||||
* | update code.gitea.io/git in vendor to fix #2245 (#2250) | Lauris BH | 2017-08-03 | 2 | -5/+7 | |
| | ||||||
* | add changelog of release v1.1.3 (#2252) | Lunny Xiao | 2017-08-03 | 1 | -0/+11 | |
| | ||||||
* | Fix counts on issues dashboard (#2215) | Ethan Koenig | 2017-08-03 | 12 | -90/+329 | |
| | | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues | |||||
* | EnableUnit() -> UnitEnabled() (#2242) | Ethan Koenig | 2017-08-02 | 9 | -36/+29 | |
| | ||||||
* | Fix git version check with four digits (1.8.3.1) (#2236) | Christoph Handel | 2017-08-01 | 1 | -1/+1 | |
| | ||||||
* | Replace calls to xorm UseBool with Where (#2237) | G | 2017-08-01 | 2 | -9/+4 | |
| | ||||||
* | Prevent selection of diff line numbers (#2240) | silverwind | 2017-08-01 | 2 | -0/+8 | |
| | ||||||
* | go get github.com/wadey/gocovmerge when needed (#2235) | Antoine GIRARD | 2017-07-31 | 1 | -0/+3 | |
| | ||||||
* | Fix Commits nil pointer dereference (#2203) | Bwko | 2017-07-31 | 1 | -0/+4 | |
| | ||||||
* | Improve docs for PROTOCOL and HTTP_ADDR options (#2231) | silverwind | 2017-07-30 | 1 | -1/+3 | |
| | | | Fixes: #2230 | |||||
* | Generate small and large logos at 4x resolution (#2233) | silverwind | 2017-07-30 | 3 | -4/+4 | |
| | | | | | To support High-DPI displays, generate images at 4 times their displayed resolution, which should be enough to support all current devices according to https://material.io/devices/. | |||||
* | Fixed robots.txt 404 error (#2226) | Florian / sinnlosername | 2017-07-30 | 1 | -1/+1 | |
| | | | | | | * Update routes.go * Update routes.go | |||||
* | Check for access in /repositories/:id (#2227) | Ethan Koenig | 2017-07-30 | 2 | -1/+12 | |
| | | | | | | * Check for access in /repositories/:id * Integration test | |||||
* | remove unused variable on makefile (#2225) | Lunny Xiao | 2017-07-29 | 1 | -1/+0 | |
| | ||||||
* | Add task to generate images from SVG and change to new logo (#2194) | Lauris BH | 2017-07-28 | 12 | -4/+190 | |
| | | | | | | * Add makefile task to generate images from SVG and change to new logo * use absolute path on generate-images | |||||
* | fix some bug | Lunny Xiao | 2017-07-28 | 1 | -5/+5 | |
| | ||||||
* | Fix bare-repo bugs (#2199) | Ethan Koenig | 2017-07-27 | 23 | -2/+575 | |
| | | | | | | | | * Fix bare-repo bugs * Integration tests * Unused import | |||||
* | Fix hooks for integration repo (#2216) | Ethan Koenig | 2017-07-27 | 7 | -3/+30 | |
| | ||||||
* | Fix issue updated_unix bug (#2204) | Ethan Koenig | 2017-07-27 | 5 | -0/+73 | |
| | ||||||
* | Fix unclosed session bug (#2214) | Ethan Koenig | 2017-07-26 | 1 | -1/+1 | |
| | ||||||
* | Only allow token authentication with 2FA enabled (#2184) | Moritz Heiber | 2017-07-26 | 1 | -6/+32 | |
| | | | | | | | | | | | | | | * Don't allow for plain username/password authentication when 2FA is enabled * Removed debugging statement * Don't assume a token belongs to a given user, handle two-factor errors properly * Simplified user/token matching, refactored error handling for two-factor authentication * Change authentication response to avoid bruteforcing * Add TODO item as a comment for changing the response for security purposes |