Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix session API broken and SQL pretection | Unknwon | 2014-11-04 | 1 | -3/+0 |
| | |||||
* | Add basic FCGI support | Andy Leap | 2014-11-03 | 1 | -0/+4 |
| | |||||
* | check for smtp AUTH extension | mcheng89 | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Fix fork repo and macaron API broken | Unknwon | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 | 1 | -2/+1 |
| | |||||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | 2 | -3/+23 |
| | |||||
* | Fix API broken | Unknwon | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | Use binding middleware | Unknwon | 2014-10-15 | 9 | -576/+87 |
| | |||||
* | Fix repo css and rel path img in md | Unknwon | 2014-10-14 | 1 | -0/+8 |
| | |||||
* | Fix diff css style, hooks \r char | Unknwon | 2014-10-11 | 1 | -1/+1 |
| | |||||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 | 1 | -6/+0 |
| | |||||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 | 1 | -63/+3 |
| | |||||
* | Allow mail with self-signed certificates | Unknwon | 2014-10-09 | 1 | -2/+51 |
| | |||||
* | Fix malformed address | Michel Roux | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Update with macaron | Unknwon | 2014-10-06 | 1 | -2/+0 |
| | |||||
* | Fix #264 | Unknwon | 2014-10-06 | 4 | -0/+144 |
| | |||||
* | Fix #522 | Unknwon | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #525 from linquize/tag-sort-reverse | 无闻 | 2014-10-05 | 2 | -0/+16 |
|\ | | | | | sort tags in descending order by version number | ||||
| * | If git >= 2.0, sort tags in descending order by version number | Linquize | 2014-10-05 | 2 | -0/+16 |
| | | |||||
* | | Basic xss prevention | Unknwon | 2014-10-04 | 2 | -23/+52 |
|/ | |||||
* | Fix #515 | Unknwon | 2014-09-30 | 4 | -7/+9 |
| | |||||
* | Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵ | Martin van Beurden | 2014-09-28 | 1 | -2/+2 |
| | | | | cached | ||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | 1 | -18/+0 |
| | |||||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 | 1 | -5/+3 |
| | |||||
* | 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 | 2 | -2/+7 |
| | |||||
* | Feature: Integrate crypto/tls/generate_cert.go command | Unknwon | 2014-09-22 | 1 | -0/+6 |
| | |||||
* | Add basic submodule support | Unknwon | 2014-09-22 | 1 | -0/+52 |
| | |||||
* | submodule support and closed #478 | lunnyxiao | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-22 | 3 | -2/+6 |
|\ | |||||
| * | Support custom robots.txt | Unknwon | 2014-09-21 | 1 | -0/+3 |
| | | |||||
| * | Mirror bug fix | Unknwon | 2014-09-21 | 1 | -0/+1 |
| | | |||||
| * | Mirror bug fix | Unknwon | 2014-09-21 | 1 | -1/+0 |
| | | |||||
| * | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 | 3 | -2/+3 |
| | | |||||
* | | add submodule basic support & buf fixed #478 | lunnyxiao | 2014-09-22 | 4 | -1/+61 |
|/ | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 7 | -29/+30 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 7 | -32/+45 |
| | | | | | | | | | | | | | | 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 | ||||
* | Mirror fix and fix #481 | Unknwon | 2014-09-17 | 2 | -6/+8 |
| | |||||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-17 | 3 | -12/+75 |
|\ | | | | | | | | | Conflicts: conf/app.ini | ||||
| * | Quick fix on #476 | Unknwon | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | Work #475 and #458 | Unknown | 2014-09-16 | 1 | -0/+3 |
| | | |||||
| * | Work on #476 | Unknwon | 2014-09-16 | 2 | -2/+6 |
| | | |||||
| * | Work on #476 | Unknwon | 2014-09-16 | 2 | -11/+67 |
| | | |||||
* | | toutf8 improved & add max git diff lines | lunnyxiao | 2014-09-17 | 2 | -0/+30 |
|/ | |||||
* | UI fix | Unknwon | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 | 2 | -3/+0 |
| | |||||
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Fix #453 | Unknwon | 2014-09-09 | 1 | -3/+3 |
| | |||||
* | Fix test cases | Unknwon | 2014-09-07 | 8 | -6/+7 |
| |