10 Commits

Author SHA1 Message Date
1e9730a779 Fixes xss, clickjacking & password autocompletion 2016-11-29 22:49:06 +01: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
9d36fc6986 finish new auth e-mails 2015-09-17 14:57:24 -04:00
e4ecbcdf4a new sign in page 2015-09-14 22:50:44 -04:00
83e747bfda #697 and #1606 and new admin edit user UI 2015-09-13 11:07:21 -04:00
8e0a69f86a #697 disable captcha and new admin create user UI 2015-09-13 09:51:51 -04: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
8829174574 Finish new admin users pages 2014-08-29 15:32:52 +08:00
bba707de36 Finish team list, create new team, join/leave team page 2014-08-16 16:21:17 +08:00