Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor fixes on #1551 | Unknwon | 2015-09-01 | 2 | -3/+5 |
| | |||||
* | fix dashboard 500 when no issues at all | Unknwon | 2015-09-01 | 1 | -224/+224 |
| | | | | | - update locales - update README | ||||
* | rename fields | Unknwon | 2015-08-31 | 3 | -9/+9 |
| | |||||
* | finish new repo options page | Unknwon | 2015-08-31 | 1 | -2/+2 |
| | |||||
* | new repo options UI | Unknwon | 2015-08-30 | 2 | -8/+8 |
| | |||||
* | #1545 Cross reference the commit from the issue when it is closed by the commit | Unknwon | 2015-08-30 | 1 | -2/+2 |
| | |||||
* | #1333 Disable Gravatar option when install | Unknwon | 2015-08-30 | 2 | -2/+3 |
| | |||||
* | #1542 A way to skip TLS verify for SMTP authentication | Unknwon | 2015-08-29 | 2 | -3/+4 |
| | |||||
* | #1474 logic fix | Unknwon | 2015-08-29 | 2 | -3/+3 |
| | |||||
* | #1474 minor fix | Unknwon | 2015-08-29 | 1 | -3/+4 |
| | |||||
* | webhook APIs | Unknwon | 2015-08-29 | 3 | -5/+8 |
| | |||||
* | new create webhook event | Unknwon | 2015-08-28 | 2 | -4/+18 |
| | |||||
* | more clear error | Unknwon | 2015-08-28 | 1 | -2/+1 |
| | |||||
* | #1487 Readme Template | Unknwon | 2015-08-28 | 2 | -11/+16 |
| | |||||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 | 2 | -218/+4350 |
| | |||||
* | #1474 Edit New issue UpdateGravatarSource() assumes insecure protocol | Unknwon | 2015-08-28 | 2 | -6/+7 |
| | |||||
* | #1203 bundle jquery with gogs | Unknwon | 2015-08-28 | 2 | -5/+2 |
| | |||||
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 3 | -126/+129 |
| | |||||
* | fix locale | Unknwon | 2015-08-27 | 1 | -6/+6 |
| | |||||
* | fix suburl | Unknwon | 2015-08-27 | 1 | -2/+2 |
| | |||||
* | new edit webhook UI | Unknwon | 2015-08-27 | 1 | -1/+0 |
| | |||||
* | new create webhook UI | Unknwon | 2015-08-27 | 3 | -32/+36 |
| | |||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 1 | -2/+2 |
| | |||||
* | new repo git hooks UI | Unknwon | 2015-08-26 | 1 | -1/+6 |
| | |||||
* | update locale and org dashboard navbar | Unknwon | 2015-08-26 | 1 | -6/+6 |
| | |||||
* | new org dashboard issues | Unknwon | 2015-08-25 | 1 | -0/+9 |
| | |||||
* | new user dahsboard issues | Unknwon | 2015-08-25 | 1 | -2/+2 |
| | |||||
* | Fix missing space in issue emails subject | Louis Matthijssen | 2015-08-24 | 1 | -2/+2 |
| | |||||
* | update locales | Unknwon | 2015-08-24 | 1 | -26/+26 |
| | |||||
* | 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 |
| | |