Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix malformed address | Michel Roux | 2014-10-08 |
| | |||
* | Update with macaron | Unknwon | 2014-10-06 |
| | |||
* | Fix #264 | Unknwon | 2014-10-06 |
| | |||
* | Fix #522 | Unknwon | 2014-10-06 |
| | |||
* | Merge pull request #525 from linquize/tag-sort-reverse | 无闻 | 2014-10-05 |
|\ | | | | | sort tags in descending order by version number | ||
| * | If git >= 2.0, sort tags in descending order by version number | Linquize | 2014-10-05 |
| | | |||
* | | Basic xss prevention | Unknwon | 2014-10-04 |
|/ | |||
* | Fix #515 | Unknwon | 2014-09-30 |
| | |||
* | Fix AvatarLink when using a suburl and gravatar is disabled or avatars are ↵ | Martin van Beurden | 2014-09-28 |
| | | | | cached | ||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 |
| | |||
* | Fix download archive issue | Unknwon | 2014-09-24 |
| | |||
* | Page: Repository home page | Unknwon | 2014-09-23 |
| | |||
* | Fix #495 and cannot view repository by tag | Unknwon | 2014-09-23 |
| | |||
* | Feature: Integrate crypto/tls/generate_cert.go command | Unknwon | 2014-09-22 |
| | |||
* | Add basic submodule support | Unknwon | 2014-09-22 |
| | |||
* | submodule support and closed #478 | lunnyxiao | 2014-09-22 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-22 |
|\ | |||
| * | Support custom robots.txt | Unknwon | 2014-09-21 |
| | | |||
| * | Mirror bug fix | Unknwon | 2014-09-21 |
| | | |||
| * | Mirror bug fix | Unknwon | 2014-09-21 |
| | | |||
| * | Set cookiepath to AppSubUrl | Martin van Beurden | 2014-09-21 |
| | | |||
* | | add submodule basic support & buf fixed #478 | lunnyxiao | 2014-09-22 |
|/ | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | 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 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | lunnyxiao | 2014-09-17 |
|\ | | | | | | | | | Conflicts: conf/app.ini | ||
| * | Quick fix on #476 | Unknwon | 2014-09-16 |
| | | |||
| * | Work #475 and #458 | Unknown | 2014-09-16 |
| | | |||
| * | Work on #476 | Unknwon | 2014-09-16 |
| | | |||
| * | Work on #476 | Unknwon | 2014-09-16 |
| | | |||
* | | toutf8 improved & add max git diff lines | lunnyxiao | 2014-09-17 |
|/ | |||
* | UI fix | Unknwon | 2014-09-13 |
| | |||
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 |
| | |||
* | Prepare 0.5 release | Unknwon | 2014-09-12 |
| | |||
* | Fix #453 | Unknwon | 2014-09-09 |
| | |||
* | Fix test cases | Unknwon | 2014-09-07 |
| | |||
* | Remove ldap dep | Unknwon | 2014-09-07 |
| | |||
* | Remove hg dep | Unknwon | 2014-09-07 |
| | |||
* | Finish new install page, almost ready for 0.5 release | Unknwon | 2014-09-07 |
| | |||
* | Fix #425 | Unknwon | 2014-09-02 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2014-09-01 |
|\ | |||
| * | add Slack API webhook support | Christopher Brickley | 2014-08-31 |
| | | |||
* | | Update deps | Unknwon | 2014-09-01 |
|/ | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||
* | Finish all new admin pages. | Unknwon | 2014-08-30 |
| | |||
* | Finish new admin users pages | Unknwon | 2014-08-29 |
| | |||
* | Bug fix on organization | Unknwon | 2014-08-27 |
| | |||
* | fix #367 | Unknwon | 2014-08-25 |
| | |||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 |
| |