| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish new admin users pages | Unknwon | 2014-08-29 | 3 | -223/+224 |
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-08-29 | 1 | -2/+3 |
|\ |
|
| * | Finish new admin dashboard | Unknwon | 2014-08-28 | 1 | -2/+3 |
* | | add migrate api | lunnyxiao | 2014-08-29 | 1 | -0/+86 |
|/ |
|
* | Mirror issue fix | Unknwon | 2014-08-27 | 1 | -8/+0 |
* | Bug fix on organization | Unknwon | 2014-08-27 | 3 | -5/+21 |
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-26 | 1 | -2/+7 |
|\ |
|
| * | import strings | Marios Andreopoulos | 2014-08-25 | 1 | -1/+3 |
| * | fix typo | Marios Andreopoulos | 2014-08-25 | 1 | -1/+1 |
| * | fix wrong variable name | Marios Andreopoulos | 2014-08-25 | 1 | -3/+3 |
| * | remove extra comma | Marios Andreopoulos | 2014-08-25 | 1 | -1/+1 |
| * | Remove newline characters from ssh key before processing it. | Marios Andreopoulos | 2014-08-25 | 1 | -2/+5 |
* | | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 4 | -23/+120 |
|/ |
|
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 3 | -17/+155 |
* | Fix code style | Unknwon | 2014-08-23 | 1 | -2/+4 |
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-08-23 | 1 | -1/+25 |
|\ |
|
| * | auto detect text file encode and convert to utf8 | lunnyxiao | 2014-08-20 | 1 | -1/+25 |
* | | Working on organization pages | Unknwon | 2014-08-23 | 1 | -4/+6 |
|/ |
|
* | Add/remove member need add/remove access to repositories as well | Unknwon | 2014-08-16 | 1 | -2/+2 |
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 4 | -66/+69 |
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 2 | -3/+94 |
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 3 | -113/+106 |
* | Finish new home page of organization | Unknwon | 2014-08-10 | 3 | -38/+47 |
* | Finish new reset password, etc. | Unknwon | 2014-08-09 | 2 | -119/+129 |
* | Feature: Social sign in | Unknwon | 2014-08-09 | 1 | -1/+5 |
* | Page: Manage social accounts | Unknwon | 2014-08-09 | 3 | -68/+66 |
* | Finish new web hook pages | Unknwon | 2014-08-09 | 1 | -26/+31 |
* | Finish new hooks list page | Unknwon | 2014-08-09 | 1 | -52/+8 |
* | Finish new collaboration page | Unknwon | 2014-08-07 | 3 | -64/+114 |
* | Use toolbox | Unknwon | 2014-08-06 | 2 | -23/+12 |
* | Add missing less files | Unknwon | 2014-08-05 | 1 | -1/+1 |
* | Finish new repo settings page | Unknwon | 2014-08-02 | 2 | -42/+34 |
* | Finish new migrate page | Unknwon | 2014-08-01 | 1 | -27/+43 |
* | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 | 2 | -2/+4 |
* | Reser repo owner to organization when error occurs in repo create page, dashb... | Unknwon | 2014-07-26 | 3 | -103/+89 |
* | Git installation check, show image in single file view, show short SHA1 inste... | Unknwon | 2014-07-26 | 2 | -6/+3 |
* | Use :index instead of :issue in UpdateIssueMilestone | Justin Nuß | 2014-07-26 | 1 | -1/+1 |
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 | 11 | -2088/+2085 |
* | New UI merge in progress | Unknwon | 2014-07-26 | 24 | -3114/+3057 |
* | Fix IE bug and show errors. | Justin Nuß | 2014-07-25 | 1 | -5/+4 |
* | Fix #318. Switch to JS(ON) implementation for issue/comment creation. | Justin Nuß | 2014-07-25 | 1 | -32/+64 |
* | Fix #321. Allow empty comments as long as there are attachments. | Justin Nuß | 2014-07-25 | 1 | -2/+3 |
* | Fix #312. Quote file names of attachments. | Justin | 2014-07-24 | 1 | -1/+3 |
* | Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244 | Justin Nuß | 2014-07-24 | 1 | -2/+113 |
|\ |
|
| * | Allow disabling uploads | Justin Nuß | 2014-07-24 | 1 | -1/+11 |
| * | Add file upload for attachments | Justin Nuß | 2014-07-24 | 1 | -250/+71 |
| * | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 | 1 | -8/+38 |
| * | Allow admins to delete attachments. | Justin Nuß | 2014-07-24 | 1 | -1/+1 |
| * | Merge branch 'dev' into feature/attachments | Justin Nuß | 2014-07-24 | 1 | -22/+9 |
| |\ |
|
| * | | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 | 1 | -3/+106 |