Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #12, use go-gogs-client | Unknwon | 2014-11-14 | 1 | -7/+7 | |
| | ||||||
* | #12, add/edit hook | Unknwon | 2014-11-13 | 1 | -0/+9 | |
| | ||||||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 | 1 | -0/+96 | |
| | ||||||
* | add personal access token panel #12 | Unknwon | 2014-11-12 | 1 | -1/+1 | |
| | ||||||
* | work on #616 and update locales | Unknwon | 2014-11-10 | 1 | -20/+0 | |
| | ||||||
* | continue work on #255 | Unknwon | 2014-11-07 | 1 | -68/+0 | |
| | ||||||
* | work on #609 | Unknwon | 2014-11-07 | 1 | -0/+21 | |
| | ||||||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 | 2 | -70/+167 | |
| | ||||||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | 1 | -1/+11 | |
| | ||||||
* | Fix API broken | Unknwon | 2014-10-18 | 1 | -1/+1 | |
| | ||||||
* | Use binding middleware | Unknwon | 2014-10-15 | 1 | -472/+0 | |
| | ||||||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 | 1 | -6/+0 | |
| | ||||||
* | Update with macaron | Unknwon | 2014-10-06 | 1 | -2/+0 | |
| | ||||||
* | Fix #264 | Unknwon | 2014-10-06 | 1 | -0/+10 | |
| | ||||||
* | Fix #515 | Unknwon | 2014-09-30 | 1 | -3/+2 | |
| | ||||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | 1 | -18/+0 | |
| | ||||||
* | Fix download archive issue | Unknwon | 2014-09-24 | 1 | -8/+3 | |
| | ||||||
* | Page: Repository home page | Unknwon | 2014-09-23 | 1 | -1/+4 | |
| | ||||||
* | Fix #495 and cannot view repository by tag | Unknwon | 2014-09-23 | 1 | -2/+6 | |
| | ||||||
* | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 | 2 | -2/+2 | |
| | ||||||
* | Add suburl support | Unknwon | 2014-09-19 | 4 | -14/+14 | |
| | ||||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 4 | -14/+15 | |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -1/+1 | |
| | ||||||
* | Fix #425 | Unknwon | 2014-09-02 | 1 | -1/+1 | |
| | ||||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -0/+3 | |
| | ||||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 3 | -8/+30 | |
| | ||||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 2 | -4/+24 | |
| | ||||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 3 | -6/+22 | |
| | ||||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 3 | -9/+67 | |
| | ||||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 2 | -7/+5 | |
| | ||||||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 | 1 | -1/+3 | |
| | ||||||
* | Page: Manage social accounts | Unknwon | 2014-08-09 | 1 | -2/+4 | |
| | ||||||
* | Fix bare repo bug | Unknwon | 2014-08-05 | 1 | -2/+0 | |
| | ||||||
* | Finish new repo settings page | Unknwon | 2014-08-02 | 1 | -2/+2 | |
| | ||||||
* | Convert captcha, cache, csrf as middlewares | Unknwon | 2014-07-31 | 2 | -41/+15 | |
| | ||||||
* | Mirror fix on template | Unknwon | 2014-07-30 | 1 | -1/+1 | |
| | ||||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -2/+0 | |
| | | | | dashboard news feed page, create organization page | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 7 | -763/+168 | |
| | ||||||
* | Ignore EOF error when parsing form. | Justin Nuß | 2014-07-25 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-07-24 | 1 | -2/+8 | |
|\ | ||||||
| * | Add file upload for attachments | Justin Nuß | 2014-07-24 | 1 | -2/+8 | |
| | | ||||||
* | | Mirror fix | Unknwon | 2014-07-24 | 1 | -5/+1 | |
|/ | ||||||
* | Fix issue #278. Fall back to (default) branch for context data, if no branch ↵ | Justin Nuß | 2014-07-22 | 1 | -1/+12 | |
| | | | | selected | |||||
* | Able to set timeout for process monitor | Unknown | 2014-07-06 | 1 | -1/+1 | |
| | ||||||
* | Change martini.Static to custom Static function | Unknown | 2014-07-04 | 1 | -0/+127 | |
| | ||||||
* | Fix bug that collaborators are able to modify settings of repository | Unknown | 2014-07-04 | 1 | -1/+1 | |
| | ||||||
* | Fix bug that collaborators are able to modify settings of repository | Unknown | 2014-07-04 | 2 | -22/+28 | |
| | ||||||
* | bug fixed for message tag | Lunny Xiao | 2014-06-28 | 2 | -3/+6 | |
| | ||||||
* | Finish delete organization | Unknown | 2014-06-28 | 1 | -0/+1 | |
| | ||||||
* | Add create organization | Unknown | 2014-06-25 | 1 | -2/+2 | |
| |