summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use better LDAP lib and should fix #1139Unknwon2015-11-2624-2739/+4
|
* Merge branch '0.8.0' of github.com:gogits/gogs into developUnknwon2015-11-251-0/+5
|\
| * add unsupported migration promptUnknwon2015-11-251-0/+5
| |
* | prepare for releaseUnknwon2015-11-2514-119/+145
|/
* allow admin to migrate for any user/orgUnknwon2015-11-256-20/+25
|
* minor fix markdown post processUnknwon2015-11-241-0/+1
|
* more link fixUnknwon2015-11-242-2/+6
|
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-2412-125/+122
|
* fix #2020Unknwon2015-11-248-10/+10
|
* #2008 more supported git hooksUnknwon2015-11-243-5/+13
|
* print error log to client side when dev modeUnknwon2015-11-231-0/+3
|
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-236-8/+14
|
* some fix to #2026Unknwon2015-11-233-5/+5
|
* Merge pull request #2024 from andreynering/dropzone-allow-all-filesUnknwon2015-11-231-1/+1
|\ | | | | Fixing Dropzone should accept all files when config is "*/*".
| * Fixing Dropzone should accept all files when config is "*/*".Andrey Nering2015-11-231-1/+1
|/
* more HTTP clone word fixUnknwon2015-11-224-5/+5
|
* fix #2013Unknwon2015-11-222-1/+4
|
* minor JS fixUnknwon2015-11-222-9/+11
|
* fix #650Unknwon2015-11-2284-12749/+740
|
* upgrade libsUnknwon2015-11-2116-256/+230
|
* fix possible panicUnknwon2015-11-211-2/+12
|
* fix incorrectUnknwon2015-11-211-2/+5
|
* add some logUnknwon2015-11-212-1/+2
|
* remove tags redis and memcacheUnknwon2015-11-213-43/+4
|
* prepare for releaseUnknwon2015-11-211-10/+10
|
* update localesUnknwon2015-11-2114-59/+124
|
* fix for #2012Unknwon2015-11-211-11/+7
|
* minor fix on #1694Unknwon2015-11-214-21/+20
|
* Merge pull request #1694 from sapk/fix-admin-configuration-new-uiUnknwon2015-11-211-211/+188
|\ | | | | Fix admin configuration new ui
| * Fix admin configuration new uiAntoine GIRARD2015-11-211-211/+188
|/
* noticeUnknwon2015-11-202-2/+3
|
* add more debug infoUnknwon2015-11-201-1/+1
|
* HTML render fixUnknwon2015-11-201-8/+32
|
* more fix on #2002Unknwon2015-11-201-3/+3
|
* fix #2002Unknwon2015-11-203-17/+23
|
* fix #1383Unknwon2015-11-2013-13/+97
|
* fix #1873Unknwon2015-11-201-0/+11
|
* better escape char handleUnknwon2015-11-203-15/+14
|
* fix #1119 and data race in timming tasksUnknwon2015-11-203-16/+75
|
* fix minor dashboard CSS issueUnknwon2015-11-192-2/+2
|
* better error messageUnknwon2015-11-193-4/+8
|
* #1971 more general rule to detect errorUnknwon2015-11-191-2/+2
|
* fix typo for #1996Unknwon2015-11-191-1/+1
|
* fix #1997Unknwon2015-11-194-13/+13
|
* minor fix on auto sign inUnknwon2015-11-191-2/+2
|
* update locale #1965Unknwon2015-11-1914-12961/+13078
|
* work on #1891Unknwon2015-11-184-11/+16
|
* Merge pull request #1994 from arthuroy/developUnknwon2015-11-183-2/+8
|\ | | | | Fix #1965 - the hyperlink and the display name of the branch
| * Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix errorArthur Ouyang2015-11-191-1/+1
| | | | | | | | Fix #1965
| * Use refStr[11:] instead of TrimPrefixArthur Ouyang2015-11-191-1/+2
| | | | | | | | Fix #1965