Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add changelog for release v1.2.0-rc2 (#2469)v1.2.0-rc2 | Lauris BH | 2017-09-06 | 1 | -0/+8 |
| | |||||
* | Fix migration from pre-v15 to 1.2.0 (#2460) (#2465) | Lauris BH | 2017-09-05 | 1 | -0/+1 |
| | |||||
* | bug fixed | Lunny Xiao | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | Fix releases to be counted from database not tags (#2389) (#2424) | Lauris BH | 2017-08-30 | 3 | -3/+11 |
| | |||||
* | fix duplicated feed (#2370) | Lunny Xiao | 2017-08-28 | 3 | -10/+1 |
| | |||||
* | Set version to 1.2.0-dev | Sandro Santilli | 2017-08-27 | 1 | -1/+1 |
| | | | | 1.2.0-dev is less than 1.2.0, according to semver | ||||
* | fix wrong changelog title (#2395) | Lunny Xiao | 2017-08-25 | 1 | -1/+1 |
| | |||||
* | add change log for release v1.2.0-rc1 (#2388)v1.2.0-rc1 | Lunny Xiao | 2017-08-25 | 1 | -4/+463 |
| | |||||
* | Fix missing collabrative repos (#2367) (#2382) | Lunny Xiao | 2017-08-25 | 3 | -42/+47 |
| | | | | | | | * fix missing collabrative repos * fix bug of collabrative * fix SQL quotes | ||||
* | Move 3rd party js/css into `public/vendor` and document sources (#2383) | Michael Lustfield | 2017-08-25 | 1354 | -127/+793 |
| | | | | | | | | | This commit cherry picks the following commits (master -> v1.2): a915a09 874f9be 233bbcf Ref: https://github.com/go-gitea/gitea/issues/1484 Signed-off-by: Michael Lustfield <michael@lustfield.net> | ||||
* | update translation from crowdin (#2368) (#2380) | Lunny Xiao | 2017-08-24 | 23 | -172/+698 |
| | |||||
* | Add more test for login links and fix a bug on action retrieve (#2361) | Lunny Xiao | 2017-08-23 | 2 | -1/+98 |
| | | | | * add more test for login links and fix a bug on action retrieve | ||||
* | Add integration tests for signin (#2363) | David Schneiderbauer | 2017-08-23 | 2 | -4/+71 |
| | | | Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | ||||
* | Fix SQL condition bug in GetFeeds(..) (#2360) | Ethan Koenig | 2017-08-23 | 1 | -4/+5 |
| | |||||
* | fix bug on create repo link on dashboard (#2359) | Lunny Xiao | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Revert "Changes for latest DroneCI (#2355)" (#2358) | Bo-Yi Wu | 2017-08-22 | 2 | -41/+27 |
| | | | This reverts commit faf4b503b24d33a2a0f455d26bb782345ab8e0c9. | ||||
* | Add collaborative repositories to the dashboard (#2205) | Bwko | 2017-08-23 | 6 | -80/+71 |
| | | | | | | | | | | * Add collaborative repositories to the dashboard Remove some unused code from the Dashboard func * fix some bug and some refactor * fix tests | ||||
* | Changes for latest DroneCI (#2355) | Thomas Boerger | 2017-08-22 | 2 | -27/+41 |
| | |||||
* | Remove (almost) server side data rendering from repo-search component (#2317) | Morlinest | 2017-08-22 | 2 | -44/+72 |
| | | | | | | * Rename some shorthands * Remove (almost) server side data rendering from repo-search component template | ||||
* | update latest xorm version to vendor (#2353) | Lunny Xiao | 2017-08-22 | 44 | -1401/+1735 |
| | |||||
* | Add badge and link to the Matrix room (#2348) | Silke | 2017-08-21 | 1 | -2/+3 |
| | |||||
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 32 | -110/+1911 |
| | | | | | | | | | | | | | | | | | | | | * Add swagger comment for adminCreateOrg * Add swagger comment for admin route * add hook swagger doc * Add tags * Add auth * Fix name of responses * Edit name method * Update vendor * make generate-swagger | ||||
* | Add INTERNAL_TOKEN to integration .ini file (#2346) | Sandro Santilli | 2017-08-21 | 1 | -0/+1 |
| | | | | | | | Avoids override of source file upon running `make test-pgsql` Long story: settings.NewContext *adds* an INTERNAL_TOKEN if none is found; the other ini files under integration/ all have an INTERNAL_TOKEN | ||||
* | Fix order of elements in dashboard html (#2344) | Morlinest | 2017-08-20 | 1 | -2/+2 |
| | |||||
* | 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> |