Gustavo Paes
|
4564d13496
|
Remove SSH button when SSH is disabled
|
2015-08-09 15:03:46 -03:00 |
|
Unknwon
|
4aecaf7488
|
#1082: missing link for help
|
2015-03-18 05:00:28 -04:00 |
|
Stefan-Code
|
1628ef4ba5
|
changed repo-clone-url behaviour for bare repo
|
2015-02-18 08:22:13 +01:00 |
|
Unknwon
|
7ba9257a7f
|
Add suburl support
|
2014-09-19 20:11:34 -04:00 |
|
Martin van Beurden
|
0055cbd365
|
Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
|
2014-09-18 20:50:48 +02:00 |
|
Unknwon
|
676bd764fa
|
UI: SSH/HTTPS address switch and copy
|
2014-08-31 21:03:16 +08:00 |
|
Tristan Storch
|
69e332f432
|
Removed trailing white spaces
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.
|
2014-08-30 15:12:53 +02:00 |
|
Unknwon
|
08c6d07aad
|
UI: Bare repository does not have visual link to settings page
|
2014-08-09 15:50:06 -07:00 |
|
Unknwon
|
8dd07c0ddd
|
New UI merge in progress
|
2014-07-26 00:24:27 -04:00 |
|