Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mirror fix on oauth2 | Unknwon | 2014-11-28 | 1 | -3/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 5 | -8/+8 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 5 | -8/+8 |
| | | | | | | | | | | | | | | 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 | ||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 3 | -3/+3 |
| | | | | | | | | | | 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 new admin users pages | Unknwon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 5 | -0/+189 |