Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding more error handling in dump cmd | kakwa | 2015-11-28 | 1 | -4/+12 |
* | Use better LDAP lib and should fix #1139 | Unknwon | 2015-11-26 | 24 | -2739/+4 |
* | Merge branch '0.8.0' of github.com:gogits/gogs into develop | Unknwon | 2015-11-25 | 1 | -0/+5 |
|\ | |||||
| * | add unsupported migration prompt | Unknwon | 2015-11-25 | 1 | -0/+5 |
* | | prepare for release | Unknwon | 2015-11-25 | 14 | -119/+145 |
|/ | |||||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 | 6 | -20/+25 |
* | minor fix markdown post process | Unknwon | 2015-11-24 | 1 | -0/+1 |
* | more link fix | Unknwon | 2015-11-24 | 2 | -2/+6 |
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 | 12 | -125/+122 |
* | fix #2020 | Unknwon | 2015-11-24 | 8 | -10/+10 |
* | #2008 more supported git hooks | Unknwon | 2015-11-24 | 3 | -5/+13 |
* | print error log to client side when dev mode | Unknwon | 2015-11-23 | 1 | -0/+3 |
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 | 6 | -8/+14 |
* | some fix to #2026 | Unknwon | 2015-11-23 | 3 | -5/+5 |
* | Merge pull request #2024 from andreynering/dropzone-allow-all-files | Unknwon | 2015-11-23 | 1 | -1/+1 |
|\ | |||||
| * | Fixing Dropzone should accept all files when config is "*/*". | Andrey Nering | 2015-11-23 | 1 | -1/+1 |
|/ | |||||
* | more HTTP clone word fix | Unknwon | 2015-11-22 | 4 | -5/+5 |
* | fix #2013 | Unknwon | 2015-11-22 | 2 | -1/+4 |
* | minor JS fix | Unknwon | 2015-11-22 | 2 | -9/+11 |
* | fix #650 | Unknwon | 2015-11-22 | 84 | -12749/+740 |
* | upgrade libs | Unknwon | 2015-11-21 | 16 | -256/+230 |
* | fix possible panic | Unknwon | 2015-11-21 | 1 | -2/+12 |
* | fix incorrect | Unknwon | 2015-11-21 | 1 | -2/+5 |
* | add some log | Unknwon | 2015-11-21 | 2 | -1/+2 |
* | remove tags redis and memcache | Unknwon | 2015-11-21 | 3 | -43/+4 |
* | prepare for release | Unknwon | 2015-11-21 | 1 | -10/+10 |
* | update locales | Unknwon | 2015-11-21 | 14 | -59/+124 |
* | fix for #2012 | Unknwon | 2015-11-21 | 1 | -11/+7 |
* | minor fix on #1694 | Unknwon | 2015-11-21 | 4 | -21/+20 |
* | Merge pull request #1694 from sapk/fix-admin-configuration-new-ui | Unknwon | 2015-11-21 | 1 | -211/+188 |
|\ | |||||
| * | Fix admin configuration new ui | Antoine GIRARD | 2015-11-21 | 1 | -211/+188 |
|/ | |||||
* | notice | Unknwon | 2015-11-20 | 2 | -2/+3 |
* | add more debug info | Unknwon | 2015-11-20 | 1 | -1/+1 |
* | HTML render fix | Unknwon | 2015-11-20 | 1 | -8/+32 |
* | more fix on #2002 | Unknwon | 2015-11-20 | 1 | -3/+3 |
* | fix #2002 | Unknwon | 2015-11-20 | 3 | -17/+23 |
* | 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 |
|\ | |||||
| * | Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error | Arthur Ouyang | 2015-11-19 | 1 | -1/+1 |