Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1693 from sapk/fix-admin-repo-new-ui | 无闻 | 2015-09-25 | 1 | -7/+6 |
|\ | | | | | Fix admin repos new ui | ||||
| * | Fix admin repos new ui | Antoine GIRARD | 2015-09-26 | 1 | -7/+6 |
| | | |||||
* | | New admin organization UI | Antoine GIRARD | 2015-09-25 | 1 | -5/+4 |
|/ | |||||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 | 1 | -5/+4 |
| | |||||
* | drop oauth2 feature support | Unknwon | 2015-09-17 | 3 | -109/+2 |
| | |||||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 | 1 | -0/+16 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||||
* | simplify names | Unknwon | 2015-09-16 | 2 | -2/+2 |
| | |||||
* | #1643 fix delete milestone | Unknwon | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | #1637 able to skip verify for LDAP | Unknwon | 2015-09-14 | 1 | -4/+15 |
| | |||||
* | #1635 PAM return error bug | Unknwon | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | #1633 admin delete user | Unknwon | 2015-09-13 | 1 | -1/+2 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #1500 only regulateTimeZone for MySQL | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #1625 remove auto_register and makes it default | Unknwon | 2015-09-12 | 1 | -80/+99 |
| | |||||
* | #1625 LDAP not working | Unknwon | 2015-09-12 | 1 | -5/+4 |
| | |||||
* | #1622 comment with whitespace | Unknwon | 2015-09-12 | 1 | -1/+1 |
| | |||||
* | add tidb support | Unknwon | 2015-09-12 | 2 | -1/+5 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -5/+4 |
| | |||||
* | clean log | Unknwon | 2015-09-11 | 1 | -1/+0 |
| | |||||
* | #1620 add allowed domains for SMTP auth | Unknwon | 2015-09-11 | 1 | -6/+18 |
| | |||||
* | #1500 timezone minutes offset | Unknwon | 2015-09-11 | 1 | -3/+4 |
| | |||||
* | finish new edit auth UI | Unknwon | 2015-09-11 | 1 | -5/+34 |
| | |||||
* | finish new add auth UI | Unknwon | 2015-09-10 | 1 | -6/+4 |
| | |||||
* | more minor fix on 1581 | Unknwon | 2015-09-10 | 2 | -1/+7 |
| | |||||
* | minor fix on #1581 | Unknwon | 2015-09-10 | 1 | -7/+4 |
| | |||||
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-09-10 | 1 | -58/+54 |
|\ | | | | | | | | | # Conflicts: # modules/bindata/bindata.go | ||||
| * | Merged conflicts. | Sergio Benitez | 2015-09-09 | 6 | -127/+194 |
| |\ | |||||
| * \ | Merged conflicts. | Sergio Benitez | 2015-09-04 | 1 | -58/+54 |
| |\ \ | |||||
| | * | | Added LDAP simple auth support. | Sergio Benitez | 2015-09-04 | 1 | -58/+54 |
| | | | | |||||
* | | | | finish all new user settings UI | Unknwon | 2015-09-10 | 5 | -14/+14 |
| | | | | |||||
* | | | | #1595 pushing new branch will rereference issues in previous branch | Unknwon | 2015-09-10 | 2 | -12/+38 |
| | | | | |||||
* | | | | #1611 fix bool type in sqlite query | Unknwon | 2015-09-09 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | clean log | Unknwon | 2015-09-09 | 1 | -1/+1 |
| | | | |||||
* | | | #1602 change status after comment issue | Unknwon | 2015-09-08 | 1 | -1/+1 |
| | | | |||||
* | | | #1585 order owners list by last changed time | Unknwon | 2015-09-07 | 2 | -0/+28 |
| | | | |||||
* | | | #1594 Collaborative Repositories missing suburl on Dashboard | Unknwon | 2015-09-07 | 1 | -1/+1 |
| | | | |||||
* | | | minor fix on #1589 | Unknwon | 2015-09-06 | 2 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | | | Merge pull request #1589 from siadat/migrating-empty-repository | 无闻 | 2015-09-06 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Set IsBare true if migrated repo is empty | ||||
| * | | | Set IsBare true if migrated repo is empty. | Sina Siadat | 2015-09-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Executes `git log -1` and sets IsBare to true if stderr contains this string: fatal: bad default revision 'HEAD' | ||||
* | | | | new user profile settings UI | Unknwon | 2015-09-06 | 2 | -0/+25 |
|/ / / | | | | | | | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | | | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 | 2 | -79/+68 |
| | | | |||||
* | | | fix #1558 | Unknwon | 2015-09-06 | 3 | -43/+54 |
| | | | |||||
* | | | Mirror repository should not allow fork | Unknwon | 2015-09-05 | 1 | -0/+5 |
|/ / | |||||
* / | #1577 explore paginator problem | Unknwon | 2015-09-04 | 1 | -2/+17 |
|/ | |||||
* | work on #1570 | Unknwon | 2015-09-03 | 1 | -3/+7 |
| | |||||
* | #1569 force InnoDB for MySQL | Unknwon | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | #1544 better tmp dir name for creating repo | Unknwon | 2015-09-03 | 2 | -4/+5 |
| | |||||
* | #1545 prevent duplicated refs of issues in single commit | Unknwon | 2015-09-03 | 3 | -92/+55 |
| | |||||
* | fix #1568 | Unknwon | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | ui and pulls index fix | Unknwon | 2015-09-03 | 1 | -0/+4 |
| |