d568019306
Remember last selected clone protocol, and establish uniform order (https, ssh)
2016-02-01 17:04:58 +00:00
da2585c11e
Indent all templates with tabs
...
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
2015-12-08 00:57:46 +01:00
b2fb7e3fd2
more HTTP clone word fix
2015-11-22 13:01:42 -05:00
4465c58f4b
new quick start page
2015-10-02 19:58:36 -04:00
4564d13496
Remove SSH button when SSH is disabled
2015-08-09 15:03:46 -03:00
4aecaf7488
#1082 : missing link for help
2015-03-18 05:00:28 -04:00
1628ef4ba5
changed repo-clone-url behaviour for bare repo
2015-02-18 08:22:13 +01:00
7ba9257a7f
Add suburl support
2014-09-19 20:11:34 -04:00
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
676bd764fa
UI: SSH/HTTPS address switch and copy
2014-08-31 21:03:16 +08:00
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
08c6d07aad
UI: Bare repository does not have visual link to settings page
2014-08-09 15:50:06 -07:00
8dd07c0ddd
New UI merge in progress
2014-07-26 00:24:27 -04:00