Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webhook APIs | Unknwon | 2015-08-29 | 2 | -19/+31 |
* | slack JSON indent | Unknwon | 2015-08-28 | 1 | -1/+1 |
* | new create webhook event | Unknwon | 2015-08-28 | 4 | -227/+282 |
* | fix bare repo issue | Unknwon | 2015-08-28 | 1 | -2/+4 |
* | fix 1093 | Unknwon | 2015-08-28 | 1 | -1/+1 |
* | add more README vars | Unknwon | 2015-08-28 | 1 | -2/+8 |
* | #1487 Readme Template | Unknwon | 2015-08-28 | 1 | -82/+110 |
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 | 2 | -4/+9 |
* | #1458: Authorities were messed up when using mysql database | Unknwon | 2015-08-28 | 2 | -41/+28 |
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 4 | -62/+189 |
* | rename a user method | Unknwon | 2015-08-27 | 2 | -16/+9 |
* | new create webhook UI | Unknwon | 2015-08-27 | 1 | -0/+0 |
* | new webhooks list UI | Unknwon | 2015-08-26 | 3 | -23/+55 |
* | minor update | Unknwon | 2015-08-26 | 1 | -7/+14 |
* | new org dashboard issues | Unknwon | 2015-08-25 | 1 | -2/+6 |
* | new user dahsboard issues | Unknwon | 2015-08-25 | 2 | -15/+56 |
* | #1535 Removing deploy key does not remove key | Unknwon | 2015-08-25 | 2 | -10/+14 |
* | fix release created timezone issue | Unknwon | 2015-08-24 | 2 | -1/+12 |
* | Modify minimumKeySize of RSA to 1024 for old keys. | Yixin Hao | 2015-08-21 | 1 | -1/+1 |
* | new commits table | Unknwon | 2015-08-20 | 1 | -0/+7 |
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -1/+9 |
* | more on #966 | Unknwon | 2015-08-20 | 1 | -0/+6 |
* | allow edit issue and comment | Unknwon | 2015-08-20 | 2 | -11/+42 |
* | fix timezone! | Unknwon | 2015-08-20 | 3 | -6/+24 |
* | fix timezone | Unknwon | 2015-08-20 | 2 | -3/+6 |
* | print time to debug | Unknwon | 2015-08-20 | 1 | -1/+1 |
* | work #1500 | Unknwon | 2015-08-20 | 2 | -15/+28 |
* | minor fix on API response | Unknwon | 2015-08-19 | 2 | -2/+2 |
* | Set IsAdmin using LDAP | Girish Ramakrishnan | 2015-08-18 | 1 | -1/+2 |
* | token recent activity | Unknwon | 2015-08-19 | 1 | -2/+8 |
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | 1 | -9/+1 |
* | new access token UI | Unknwon | 2015-08-19 | 1 | -2/+2 |
* | work on #986 and fix a LDAP crash | Unknwon | 2015-08-18 | 2 | -47/+98 |
* | make cron task configurable | Unknwon | 2015-08-18 | 2 | -4/+44 |
* | work on #1493 | Unknwon | 2015-08-17 | 3 | -45/+85 |
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 | 1 | -4/+4 |
|\ | |||||
| * | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 | 1 | -4/+4 |
* | | Merge pull request #1475 from donbowman/master | 无闻 | 2015-08-15 | 1 | -3/+3 |
|\ \ | |||||
| * | | remove empty line as per https://github.com/gogits/gogs/pull/1475 | Don Bowman | 2015-08-15 | 1 | -1/+0 |
| * | | race condition on keydelete | Don Bowman | 2015-08-12 | 1 | -2/+3 |
* | | | able sort issues | Unknwon | 2015-08-15 | 1 | -9/+5 |
* | | | more on #1319 | Unknwon | 2015-08-15 | 1 | -1/+2 |
* | | | #1419: 500 when visit a issue with issue/comments of deleted user | Unknwon | 2015-08-15 | 2 | -2/+21 |
* | | | Creates hooks directory when init update hook | Unknwon | 2015-08-15 | 1 | -1/+3 |
* | | | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 | 1 | -39/+120 |
* | | | delete attachments when delete repo | Unknwon | 2015-08-14 | 1 | -1/+21 |
* | | | Show owner/poster tags of comments and fix #1312 | Unknwon | 2015-08-14 | 3 | -2/+33 |
* | | | finish close/reopen issue | Unknwon | 2015-08-13 | 2 | -8/+15 |
* | | | finish view comments on issue page | Unknwon | 2015-08-13 | 3 | -96/+256 |
* | | | add comment form UI | Unknwon | 2015-08-12 | 1 | -10/+6 |