Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new commits table | Unknwon | 2015-08-20 | 1 | -1/+3 |
| | |||||
* | minor fix on #1517 | Unknwon | 2015-08-20 | 1 | -5/+5 |
| | |||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1517 from haoyixin/master | 无闻 | 2015-08-20 | 1 | -1/+31 |
|\ | | | | | Added supported of 'AUTH LOGIN' | ||||
| * | Added supported of 'AUTH LOGIN' | Yixin Hao | 2015-08-20 | 1 | -1/+31 |
| | | | | | | i've been missing a 'r' in previous, lol~ | ||||
* | | fix #966 | Unknwon | 2015-08-20 | 1 | -0/+7 |
| | | |||||
* | | update locales | Unknwon | 2015-08-20 | 1 | -4/+4 |
| | | |||||
* | | fix timezone | Unknwon | 2015-08-20 | 1 | -1/+0 |
| | | |||||
* | | print time to debug | Unknwon | 2015-08-20 | 1 | -2/+3 |
| | | |||||
* | | #1500 use UTC for TimeSince | Unknwon | 2015-08-20 | 1 | -2/+2 |
| | | |||||
* | | able edit issue title | Unknwon | 2015-08-19 | 2 | -6/+8 |
|/ | |||||
* | Able to set SSH port when install, update Docker docs | Unknwon | 2015-08-19 | 2 | -18/+19 |
| | |||||
* | Merge pull request #1507 from cloudron-io/develop | 无闻 | 2015-08-19 | 2 | -7/+25 |
|\ | | | | | Set IsAdmin using LDAP | ||||
| * | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 2 | -7/+25 |
| | | | | | | | | | | | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation. | ||||
* | | Merge pull request #1414 from nice-software/wip/currentUser | 无闻 | 2015-08-19 | 2 | -4/+20 |
|\ \ | |/ |/| | Factor out function to get the current user | ||||
| * | Factor out function to get the current user | Paolo Borelli | 2015-08-15 | 2 | -4/+20 |
| | | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place. | ||||
* | | token recent activity | Unknwon | 2015-08-19 | 2 | -4/+9 |
| | | |||||
* | | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -1/+1 |
| | | |||||
* | | new access token UI | Unknwon | 2015-08-19 | 2 | -6/+6 |
| | | |||||
* | | work on #986 and fix a LDAP crash | Unknwon | 2015-08-18 | 2 | -14/+13 |
| | | |||||
* | | change minimum password length to 1 | Unknwon | 2015-08-18 | 1 | -4/+4 |
| | | |||||
* | | make cron task configurable | Unknwon | 2015-08-18 | 3 | -62/+52 |
| | | |||||
* | | work on #1493 | Unknwon | 2015-08-17 | 1 | -1/+1 |
| | | |||||
* | | Small style fixes to the LDAP module README | Sergio Benitez | 2015-08-16 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 | 5 | -147/+167 |
|\ \ | | | | | | | | | | | | | # 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 | 5 | -165/+236 |
| | | | |||||
* | | | fix style and locale name | Unknwon | 2015-08-16 | 1 | -2/+2 |
| | | | |||||
* | | | update locale and TRANSLATOR | Unknwon | 2015-08-15 | 1 | -11/+11 |
| | | | |||||
* | | | fix autocomplete on migration | Unknwon | 2015-08-15 | 1 | -6/+6 |
| | | | |||||
* | | | Merge pull request #1475 from donbowman/master | 无闻 | 2015-08-15 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Fix race condition on ssh key delete, and revert re-revert of hard line break | ||||
| * \ \ | Merge branch 'master' of https://github.com/gogits/gogs | Don Bowman | 2015-08-12 | 20 | -420/+836 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: routers/repo/download.go | ||||
| * | | | | fixes for binary | Don Bowman | 2015-08-12 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | clean file and update locales | Unknwon | 2015-08-15 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | #1180 and #1250: migration | Unknwon | 2015-08-15 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | update locale | Unknwon | 2015-08-15 | 1 | -10/+10 |
| | | | | |||||
* | | | | able sort issues | Unknwon | 2015-08-15 | 1 | -2/+2 |
| | | | | |||||
* | | | | Filter issues by assignee | Unknwon | 2015-08-15 | 1 | -2/+2 |
| | | | | |||||
* | | | | more on #1319 | Unknwon | 2015-08-15 | 1 | -4/+4 |
| | | | | |||||
* | | | | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 | 2 | -5/+10 |
| | | | | |||||
* | | | | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | 3 | -4/+51 |
| | | | | |||||
* | | | | finish close/reopen issue | Unknwon | 2015-08-13 | 2 | -4/+4 |
| | | | | |||||
* | | | | finish view comments on issue page | Unknwon | 2015-08-13 | 4 | -8/+23 |
| | | | | |||||
* | | | | add comment form UI | Unknwon | 2015-08-12 | 1 | -2/+2 |
| | | | | |||||
* | | | | finish view issue without comments and ops | Unknwon | 2015-08-12 | 1 | -5/+5 |
| |_|/ |/| | | |||||
* | | | update locales | Unknwon | 2015-08-12 | 1 | -8/+8 |
| | | | |||||
* | | | finish attachments when create issue | Unknwon | 2015-08-11 | 3 | -6/+7 |
| | | | |||||
* | | | finish create issue attachment UI | Unknwon | 2015-08-11 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | 2 | -7/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css | ||||
| * | | | minor fix on #1460 | Unknwon | 2015-08-10 | 1 | -47/+47 |
| | | | |