Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adding more error handling in dump cmd | kakwa | 2015-11-28 |
| | | | | | | | | | The dump cmd did not check the return value of the z.AddFile or z.AddDir when building the final archive. It caused the dump command to succeed even if an error occurred. The resulted dump archive could be corrupted/empty. (errors could be various: removal by a concurrent process, disk full, bugs in the dump cmd itself) | ||
* | Use better LDAP lib and should fix #1139 | Unknwon | 2015-11-26 |
| | |||
* | Merge branch '0.8.0' of github.com:gogits/gogs into develop | Unknwon | 2015-11-25 |
|\ | |||
| * | add unsupported migration prompt | Unknwon | 2015-11-25 |
| | | |||
* | | prepare for release | Unknwon | 2015-11-25 |
|/ | |||
* | allow admin to migrate for any user/org | Unknwon | 2015-11-25 |
| | |||
* | minor fix markdown post process | Unknwon | 2015-11-24 |
| | |||
* | more link fix | Unknwon | 2015-11-24 |
| | |||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
| | |||
* | fix #2020 | Unknwon | 2015-11-24 |
| | |||
* | #2008 more supported git hooks | Unknwon | 2015-11-24 |
| | |||
* | print error log to client side when dev mode | Unknwon | 2015-11-23 |
| | |||
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 |
| | |||
* | some fix to #2026 | Unknwon | 2015-11-23 |
| | |||
* | Merge pull request #2024 from andreynering/dropzone-allow-all-files | Unknwon | 2015-11-23 |
|\ | | | | | Fixing Dropzone should accept all files when config is "*/*". | ||
| * | Fixing Dropzone should accept all files when config is "*/*". | Andrey Nering | 2015-11-23 |
|/ | |||
* | more HTTP clone word fix | Unknwon | 2015-11-22 |
| | |||
* | fix #2013 | Unknwon | 2015-11-22 |
| | |||
* | minor JS fix | Unknwon | 2015-11-22 |
| | |||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | upgrade libs | Unknwon | 2015-11-21 |
| | |||
* | fix possible panic | Unknwon | 2015-11-21 |
| | |||
* | fix incorrect | Unknwon | 2015-11-21 |
| | |||
* | add some log | Unknwon | 2015-11-21 |
| | |||
* | remove tags redis and memcache | Unknwon | 2015-11-21 |
| | |||
* | prepare for release | Unknwon | 2015-11-21 |
| | |||
* | update locales | Unknwon | 2015-11-21 |
| | |||
* | fix for #2012 | Unknwon | 2015-11-21 |
| | |||
* | minor fix on #1694 | Unknwon | 2015-11-21 |
| | |||
* | Merge pull request #1694 from sapk/fix-admin-configuration-new-ui | Unknwon | 2015-11-21 |
|\ | | | | | Fix admin configuration new ui | ||
| * | Fix admin configuration new ui | Antoine GIRARD | 2015-11-21 |
|/ | |||
* | notice | Unknwon | 2015-11-20 |
| | |||
* | add more debug info | Unknwon | 2015-11-20 |
| | |||
* | HTML render fix | Unknwon | 2015-11-20 |
| | |||
* | more fix on #2002 | Unknwon | 2015-11-20 |
| | |||
* | fix #2002 | Unknwon | 2015-11-20 |
| | |||
* | fix #1383 | Unknwon | 2015-11-20 |
| | |||
* | fix #1873 | Unknwon | 2015-11-20 |
| | |||
* | better escape char handle | Unknwon | 2015-11-20 |
| | |||
* | fix #1119 and data race in timming tasks | Unknwon | 2015-11-20 |
| | |||
* | fix minor dashboard CSS issue | Unknwon | 2015-11-19 |
| | |||
* | better error message | Unknwon | 2015-11-19 |
| | |||
* | #1971 more general rule to detect error | Unknwon | 2015-11-19 |
| | |||
* | fix typo for #1996 | Unknwon | 2015-11-19 |
| | |||
* | fix #1997 | Unknwon | 2015-11-19 |
| | |||
* | minor fix on auto sign in | Unknwon | 2015-11-19 |
| | |||
* | update locale #1965 | Unknwon | 2015-11-19 |
| | |||
* | work on #1891 | Unknwon | 2015-11-18 |
| | |||
* | Merge pull request #1994 from arthuroy/develop | Unknwon | 2015-11-18 |
|\ | | | | | 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 |
| | | | | | | | | Fix #1965 |