Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #1383 | Unknwon | 2015-11-20 | 13 | -13/+97 |
| | |||||
* | fix #1873 | Unknwon | 2015-11-20 | 1 | -0/+11 |
| | |||||
* | better escape char handle | Unknwon | 2015-11-20 | 3 | -15/+14 |
| | |||||
* | fix #1119 and data race in timming tasks | Unknwon | 2015-11-20 | 3 | -16/+75 |
| | |||||
* | fix minor dashboard CSS issue | Unknwon | 2015-11-19 | 2 | -2/+2 |
| | |||||
* | better error message | Unknwon | 2015-11-19 | 3 | -4/+8 |
| | |||||
* | #1971 more general rule to detect error | Unknwon | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | fix typo for #1996 | Unknwon | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | fix #1997 | Unknwon | 2015-11-19 | 4 | -13/+13 |
| | |||||
* | minor fix on auto sign in | Unknwon | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | update locale #1965 | Unknwon | 2015-11-19 | 14 | -12961/+13078 |
| | |||||
* | work on #1891 | Unknwon | 2015-11-18 | 4 | -11/+16 |
| | |||||
* | Merge pull request #1994 from arthuroy/develop | Unknwon | 2015-11-18 | 3 | -2/+8 |
|\ | | | | | Fix #1965 - the hyperlink and the display name of the branch | ||||
| * | Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error | Arthur Ouyang | 2015-11-19 | 1 | -1/+1 |
| | | | | | | | | Fix #1965 | ||||
| * | Use refStr[11:] instead of TrimPrefix | Arthur Ouyang | 2015-11-19 | 1 | -1/+2 |
| | | | | | | | | Fix #1965 | ||||
| * | Fix #1965 - the hyperlink and the display name of the branch | Arthur Ouyang | 2015-11-19 | 3 | -2/+7 |
| | | | | | | | | The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#' | ||||
* | | fix #878 | Unknwon | 2015-11-18 | 11 | -39/+220 |
| | | |||||
* | | #1401 #493 Admin should be able to see private repositories | Unknwon | 2015-11-18 | 1 | -6/+10 |
| | | |||||
* | | #1742 Update default branch in git repository while change in web view | Unknwon | 2015-11-18 | 7 | -4/+47 |
|/ | |||||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 | 6 | -10/+2981 |
| | |||||
* | minor fix for #1992 | Unknwon | 2015-11-18 | 2 | -4/+4 |
| | |||||
* | Merge pull request #1992 from Gibheer/disable_version_display | Unknwon | 2015-11-18 | 5 | -6/+11 |
|\ | | | | | fix #1957 - disable version display | ||||
| * | fix old naming | Gibheer | 2015-11-18 | 1 | -1/+1 |
| | | | | | | | | | | This is the old naming of the variable and I forgot to fix it. It now works and is tested. | ||||
| * | fix #1957 - disable version display | Gibheer | 2015-11-18 | 5 | -6/+11 |
|/ | | | | | This allows the admin to disable the version information about gogs and go in use in the footer. | ||||
* | add admin op: delete missing repos | Unknwon | 2015-11-18 | 5 | -5/+51 |
| | |||||
* | fix #1981 | Unknwon | 2015-11-18 | 4 | -52/+3 |
| | |||||
* | fix #1987 | Unknwon | 2015-11-18 | 3 | -218/+225 |
| | |||||
* | fix #1979 | Unknwon | 2015-11-18 | 1 | -0/+1 |
| | |||||
* | fix #1990 | Unknwon | 2015-11-18 | 4 | -3074/+121 |
| | |||||
* | fix #1988 | Unknwon | 2015-11-18 | 4 | -220/+221 |
| | |||||
* | Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui | Unknwon | 2015-11-18 | 2 | -150/+142 |
|\ | | | | | Fix admin dashboard new ui | ||||
| * | Fix indent tmpl | Antoine GIRARD | 2015-10-14 | 1 | -148/+118 |
| | | |||||
| * | Fix indent .less | Antoine GIRARD | 2015-10-14 | 1 | -4/+4 |
| | | |||||
| * | To quick to copy-paste | Antoine GIRARD | 2015-10-13 | 1 | -1/+1 |
| | | |||||
| * | Little fix | Antoine GIRARD | 2015-10-13 | 1 | -2/+6 |
| | | |||||
| * | Implement new ui to dashboard | Antoine GIRARD | 2015-10-13 | 2 | -42/+60 |
| | | |||||
* | | minor css fix | Unknwon | 2015-11-17 | 2 | -0/+6 |
| | | |||||
* | | fix #1448 | Unknwon | 2015-11-17 | 12 | -53/+194 |
| | | |||||
* | | clean up code | Unknwon | 2015-11-16 | 3 | -42/+23 |
| | | |||||
* | | fix CSS width | Unknwon | 2015-11-16 | 2 | -2/+2 |
| | | |||||
* | | fix CSS | Unknwon | 2015-11-16 | 5 | -5/+5 |
| | | |||||
* | | new watchers, stars and forks UI | Unknwon | 2015-11-16 | 12 | -256/+216 |
| | | |||||
* | | #1922 Pull request fail to merge with BIN | Unknwon | 2015-11-16 | 5 | -4/+5 |
| | | |||||
* | | Merge pull request #1962 from 0rax/develop | Unknwon | 2015-11-16 | 3 | -2/+4 |
|\ \ | | | | | | | Update S6 Path after Alpine Package update | ||||
| * | | Add `set -x` & `set -e` to docker/build.sh for better debugging | Jean-Philippe Roemer | 2015-11-16 | 1 | -0/+2 |
| | | | |||||
| * | | Update s6 path following package update | Jean-Philippe Roemer | 2015-11-16 | 2 | -2/+2 |
|/ / | |||||
* | | only show user's activities in profile | Unknwon | 2015-11-16 | 1 | -1/+1 |
| | | |||||
* | | octicon fix in feeds | Unknwon | 2015-11-16 | 1 | -4/+8 |
| | | |||||
* | | CSS fix | Unknwon | 2015-11-16 | 1 | -1/+3 |
| | | |||||
* | | minor fix for #1961 | Unknwon | 2015-11-16 | 2 | -1/+6 |
| | |