Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update Docker README | Unknwon | 2015-08-18 | 2 | -17/+26 |
| | |||||
* | work on #986 and fix a LDAP crash | Unknwon | 2015-08-18 | 4 | -61/+111 |
| | |||||
* | change minimum password length to 1 | Unknwon | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | make cron task configurable | Unknwon | 2015-08-18 | 10 | -80/+123 |
| | |||||
* | try to fix HTTP ops not GC | Unknwon | 2015-08-17 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1497 from codeskyblue/develop | 无闻 | 2015-08-17 | 2 | -3/+16 |
|\ | | | | | add pam for docker | ||||
| * | add pam for docker | codeskyblue | 2015-08-17 | 2 | -3/+16 |
|/ | |||||
* | update docker README | Unknwon | 2015-08-17 | 1 | -7/+8 |
| | |||||
* | Merge pull request #1494 from codeskyblue/develop | 无闻 | 2015-08-17 | 26 | -360/+101 |
|\ | | | | | docker support ssh | ||||
| * | add docker ssh support | codeskyblue | 2015-08-17 | 2 | -27/+23 |
| | | |||||
| * | add missing file | codeskyblue | 2015-08-17 | 1 | -0/+54 |
| | | |||||
| * | pass test in my foreign machine test | codeskyblue | 2015-08-17 | 3 | -62/+8 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/gogits/gogs into develop | codeskyblue | 2015-08-17 | 13 | -147/+857 |
| |\ | |||||
| * | | some modify, I need to move my workenv to foreign county, network in china ↵ | codeskyblue | 2015-08-17 | 28 | -374/+119 |
| | | | | | | | | | | | | is so slow. | ||||
* | | | work on #1493 | Unknwon | 2015-08-17 | 9 | -51/+91 |
| |/ |/| | |||||
* | | update locales | Unknwon | 2015-08-17 | 13 | -147/+857 |
|/ | |||||
* | Merge pull request #1492 from SergioBenitez/develop | 无闻 | 2015-08-17 | 1 | -3/+3 |
|\ | | | | | Small style fixes to the LDAP module README | ||||
| * | Small style fixes to the LDAP module README | Sergio Benitez | 2015-08-16 | 1 | -3/+3 |
|/ | |||||
* | fix #1491 | Unknwon | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | remove duplicated files | Unknwon | 2015-08-16 | 2 | -28/+0 |
| | |||||
* | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2015-08-16 | 1 | -3/+3 |
|\ | |||||
| * | prepare 0.6.5 | Unknwon | 2015-08-16 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 | 23 | -223/+217 |
|\ \ | |/ |/| | | | | | # Conflicts: # modules/bindata/bindata.go | ||||
| * | Updated the LDAP module readme. | Sergio Benitez | 2015-08-12 | 1 | -29/+29 |
| | | |||||
| * | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 23 | -241/+286 |
| | | |||||
* | | update octicons to 3.1 | Unknwon | 2015-08-16 | 7 | -164/+134 |
| | | |||||
* | | README images style | Unknwon | 2015-08-16 | 1 | -3/+3 |
| | | |||||
* | | Update README screenshots | Unknwon | 2015-08-16 | 1 | -2/+18 |
| | | |||||
* | | fix style and locale name | Unknwon | 2015-08-16 | 4 | -5/+5 |
| | | |||||
* | | update locale and TRANSLATOR | Unknwon | 2015-08-15 | 3 | -22/+116 |
| | | |||||
* | | Merge pull request #1490 from KLIM8D/patch-1 | 无闻 | 2015-08-15 | 1 | -0/+1 |
|\ \ | | | | | | | Update TRANSLATORS | ||||
| * | | Update TRANSLATORS | Morten Klim Sørensen | 2015-08-15 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2015-08-15 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #1486 from linquize/gopmfile | 无闻 | 2015-08-14 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Fix Fail to load gopmfile: could not parse line: github.com/mcuadros/go-version | ||||
| | * | | Fix Fail to load gopmfile: could not parse line: github.com/mcuadros/go-version | Linquize | 2015-08-14 | 1 | -1/+1 |
| |/ / | |||||
* | | | fix css styles | Unknwon | 2015-08-15 | 4 | -24/+33 |
| | | | |||||
* | | | comletely remove v1 UI files of Gogs | Unknwon | 2015-08-15 | 24 | -2965/+0 |
| | | | |||||
* | | | fix autocomplete on migration | Unknwon | 2015-08-15 | 6 | -18/+17 |
| | | | |||||
* | | | Merge pull request #1475 from donbowman/master | 无闻 | 2015-08-15 | 2 | -4/+3 |
|\ \ \ | | | | | | | | | Fix race condition on ssh key delete, and revert re-revert of hard line break | ||||
| * | | | remove empty line as per https://github.com/gogits/gogs/pull/1475 | Don Bowman | 2015-08-15 | 1 | -1/+0 |
| | | | | |||||
| * | | | 43bfee0d4872932c1da185e8367e21795bc4ceb5 reverted my change | Don Bowman | 2015-08-13 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 423b1c69be7828c331a47467b66217d190e916b9, which in turn causes all content to be served as text/plain. Let go decide what the mime type is (e.g. text/html instead of text/plain). | ||||
| * | | | race condition on keydelete | Don Bowman | 2015-08-12 | 1 | -2/+3 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/gogits/gogs | Don Bowman | 2015-08-12 | 250 | -6632/+13720 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: routers/repo/download.go | ||||
| * | | | | fixes for binary | Don Bowman | 2015-08-12 | 2 | -2/+0 |
| | | | | | |||||
* | | | | | clean file and update locales | Unknwon | 2015-08-15 | 4 | -90/+9 |
| | | | | | |||||
* | | | | | #1180 and #1250: migration | Unknwon | 2015-08-15 | 10 | -116/+231 |
| | | | | | |||||
* | | | | | update locale | Unknwon | 2015-08-15 | 6 | -47/+288 |
| | | | | | |||||
* | | | | | able sort issues | Unknwon | 2015-08-15 | 8 | -95/+66 |
| | | | | | |||||
* | | | | | Filter issues by assignee | Unknwon | 2015-08-15 | 7 | -28/+38 |
| | | | | | |||||
* | | | | | more on #1319 | Unknwon | 2015-08-15 | 4 | -7/+13 |
| | | | | |