Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | fix template error | Unknwon | 2015-08-10 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | 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 | ||
* | UI fix | Unknwon | 2014-09-13 |
| | |||
* | 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. | ||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 |
| | |||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 |
| | |||
* | Working on organization pages | Unknwon | 2014-08-23 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |