summaryrefslogtreecommitdiffstats
path: root/templates/repo/bare.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Remove SSH button when SSH is disabledGustavo Paes2015-08-091-5/+7
|
* #1082: missing link for helpUnknwon2015-03-181-1/+1
|
* changed repo-clone-url behaviour for bare repoStefan-Code2015-02-181-2/+2
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-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 copyUnknwon2014-08-311-9/+9
|
* Removed trailing white spacesTristan Storch2014-08-301-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 pageUnknwon2014-08-091-1/+4
|
* New UI merge in progressUnknwon2014-07-261-0/+50