Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update outdated Go toolchain version for .drone.yml (#5146) | Mura Li | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | Update build tags for sqlite_unlock_notify (#5144) | Mura Li | 2018-10-23 | 7 | -23/+24 |
| | |||||
* | Update vendor/go-sqlite3 (#5133) | Mura Li | 2018-10-23 | 35 | -14461/+35770 |
| | |||||
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 27 | -1/+649 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added basic heatmap data * Added extra case for sqlite * Built basic heatmap into user profile * Get contribution data from api & styling * Fixed lint & added extra group by statements for all database types * generated swagger spec * generated swagger spec * generated swagger spec * fixed swagger spec * fmt * Added tests * Added setting to enable/disable user heatmap * Added locale for loading text * Removed UseTiDB * Updated librejs & moment.js * Fixed import order * Fixed heatmap in postgresql * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: kolaente <konrad@kola-entertainments.de> * Added copyright header * Fixed a bug to show the heatmap for the actual user instead of the currently logged in * Added integration test for heatmaps * Added a heatmap on the dashboard * Fixed timestamp parsing * Hide heatmap on mobile * optimized postgresql group by query * Improved sqlite group by statement | ||||
* | Add comment replies (#5104) | Jonas Franz | 2018-10-22 | 6 | -10/+14 |
| | | | | | | * Add comment replies * Replace reviewID with review.ID | ||||
* | Increase the retry limit to 20 times and the interval to 200ms (#5134) | Mura Li | 2018-10-21 | 1 | -2/+9 |
| | | | | The original settings has less tolerance and would fail on some environments. | ||||
* | Fix Swagger JSON autogeneration issues. (#4845) | zeripath | 2018-10-20 | 23 | -66/+298 |
| | | | | | | | | | | | | | | | | | | | | | * Fix Swagger JSON. Remove unnecessary schema references for the forbidden and empty responses Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix swagger API for CreateAccessToken * Fix admin create org swagger * Fix swagger for adminCreateRepo * More swagger fixes Set int64 format for those which are int64 Some more form fixes * Fix swagger description of GET /repos/{owner}/{repo}/pulls | ||||
* | Fix SQL quoting (#5117) | Filip Navara | 2018-10-20 | 1 | -1/+1 |
| | | | | | `show` is keyword in MySQL and has to be quoted to reference a column name. Use grave accents (ASCII code 96) for quoting to match rest of the source code. It's non-standard SQL, but it's supported by SQLite and MySQL. Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | Add must-change-password flag to cli for creating a user (#4955) | Lanre Adelowo | 2018-10-21 | 1 | -5/+17 |
| | | | | | | | | | | * add support for an admin to force a user to change his/her password from thee cli * use BoolFlag instead * default to true * simplify by removing unnneccessary if/else | ||||
* | Remove check for negative length (#5120) | Oleg Kovalov | 2018-10-20 | 7 | -8/+8 |
| | |||||
* | Retry test-fixtures loading in case of transaction rollback (#5125) | Mura Li | 2018-10-20 | 1 | -1/+10 |
| | |||||
* | fix fading menu in arc-green theme (#5128) | glaszig | 2018-10-20 | 2 | -1/+6 |
| | | | | | | | | | | | * fix fading menu in arc-green theme the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px. * Generate minimized css * compiled arc-green.less to apply changes from 76e4f9a58 | ||||
* | Add LFS timeout issue to troubleshooting doc (#5129) | James Ravenscroft | 2018-10-20 | 1 | -0/+14 |
| | |||||
* | Give user a link to create PR after push (#4716) | Julien Tant | 2018-10-20 | 4 | -0/+197 |
| | | | | | | | | * Give user a link to create PR after push * Forks now create PR in the base repository + make sure PR creation is allowed * fix code style | ||||
* | Use named const instead of a raw string (#5115) | Oleg Kovalov | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | Use type switch (#5122) | Oleg Kovalov | 2018-10-19 | 2 | -24/+24 |
| | |||||
* | Remove duplicated if bodies (#5121) | Oleg Kovalov | 2018-10-19 | 1 | -12/+5 |
| | |||||
* | Fix deadlock when sqlite (#5118) | Lunny Xiao | 2018-10-19 | 2 | -14/+18 |
| | | | | | | * fix deadlock when sqlite * fix clonelink deadlock on sqlite | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-19 | 1 | -0/+2 |
| | |||||
* | Make switch more clear (#5119) | Oleg Kovalov | 2018-10-19 | 1 | -3/+2 |
| | |||||
* | Fix home page template regression (#5102) | Tohka | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | Commit 7bb4d610e5cca7ad514e377d2b36254a4cfee5b9 tries to take the app_name from the locale, however, it is a user defined setting. This causes the app name to simply display as `app_name` instead of the correct value. templates/helper.go automatically injects the AppName variable into every template, so we can safely use that instead. Signed-off-by: Daniel Derzsi <daniel@tohka.us> | ||||
* | Add notification interface and refactor UI notifications (#5085) | Lunny Xiao | 2018-10-18 | 11 | -42/+376 |
| | | | | | | | | * add notification interface and refactor UI notifications * add missing methods on notification interface and notifiy only issue status really changed * implement NotifyPullRequestReview for ui notification | ||||
* | Add support for search by uid (#4876) | zeripath | 2018-10-18 | 3 | -0/+17 |
| | | | Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | Use APP_NAME on home page (#5048) | mcnesium | 2018-10-18 | 1 | -1/+1 |
| | | | Would it make sense to actually use the configured app name on the home page? | ||||
* | Use native go method to get current user rather than environment variable ↵ | SagePtr | 2018-10-18 | 2 | -10/+48 |
| | | | | | | | | (#4930) * Use native go method to get current user rather than environment var * Use t.Skip instead of return in test | ||||
* | ZH-CN translation of Installation part (#5089) | BetaCat | 2018-10-18 | 1 | -0/+63 |
| | |||||
* | refactor: err != nil check, just return error instead (#5093) | Bo-Yi Wu | 2018-10-18 | 2 | -19/+5 |
| | |||||
* | Use fingerprint in place of id (#5099) | Antoine GIRARD | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Add myself to maintainers (#5101) | BetaCat | 2018-10-18 | 1 | -0/+1 |
| | |||||
* | feat(topic): search keyword by splitting provided values by , (#4939) | Bo-Yi Wu | 2018-10-17 | 2 | -5/+11 |
| | |||||
* | Fix regex to support optional end line of old section in diff hunk (#5096) | kolaente | 2018-10-17 | 1 | -9/+16 |
| | | | + Named groups in reges for easier group parsing | ||||
* | CN translation of README (#5049) | BetaCat | 2018-10-18 | 1 | -0/+42 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-18 | 2 | -0/+143 |
| | |||||
* | add myself to maintainers (#5098) | kolaente | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | ZH-CN translation of Usage part (#5086)v1.6.0-rc1v1.6.0-dev | BetaCat | 2018-10-17 | 6 | -2/+188 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-17 | 4 | -13/+437 |
| | |||||
* | Add change log for 1.6.0-rc1 (#5095) | Lunny Xiao | 2018-10-17 | 1 | -0/+135 |
| | | | | | | * add change log for 1.6.0-rc1 * Fix some uppercases | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | ZH-CN translation of Advanced part (#5090) | BetaCat | 2018-10-17 | 5 | -2/+269 |
| | |||||
* | Update process to include tag vX.Y.0-dev on master branch (#5091) | Lauris BH | 2018-10-16 | 1 | -4/+6 |
| | |||||
* | CN translation of README (#5050) | BetaCat | 2018-10-15 | 2 | -7/+64 |
| | |||||
* | fix release creation via API (#5076) | Lunny Xiao | 2018-10-15 | 2 | -2/+98 |
| | | | | | | * fix release creation via API * fix release create tests | ||||
* | Fix dep for actual goth version used in dep lock file (#5078) | Lauris BH | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Fix golint to new URL (#5079) | Lauris BH | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Fixed spelling typos in CONTRIBUTING.md (#5061) | SagePtr | 2018-10-10 | 1 | -3/+3 |
| | |||||
* | Add HOWTO for releasing Gitea (#5054) | techknowlogick | 2018-10-10 | 1 | -0/+12 |
| | | | | | | | | * Add HOWTO for releasing Gitea Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155 * Update CONTRIBUTING.md | ||||
* | Backport 1.5.2 changelog (#5053) | techknowlogick | 2018-10-09 | 1 | -0/+16 |
| | |||||
* | Fix adding review comment in split view (#5038) | Lauris BH | 2018-10-09 | 1 | -3/+2 |
| | |||||
* | Remove links from topics in edit mode (#5026) | SagePtr | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | Fix missing AppSubUrl in few more templates (#5021) | SagePtr | 2018-10-05 | 2 | -2/+2 |
| |