Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove SSH button when SSH is disabled | Gustavo Paes | 2015-08-09 | 1 | -5/+7 |
| | |||||
* | #1082: missing link for help | Unknwon | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 | 1 | -2/+2 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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: SSH/HTTPS address switch and copy | Unknwon | 2014-08-31 | 1 | -9/+9 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | UI: Bare repository does not have visual link to settings page | Unknwon | 2014-08-09 | 1 | -1/+4 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -0/+50 |