Commit Graph

12 Commits (a6c487f6caa93c3b661ecc345b2f95c206718316)

Author SHA1 Message Date
Unknwon 2bf8494332 finish user and repository search
Both are possible on explore and admin panel
Adam Strzelecki 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
Unknwon 52c8f69163 fix
Unknwon 5dc3dd1704 fix
Unknwon 7714e792a4 minor fixes on
Michael Peppler c5629fe75a use localization string
Michael Peppler d1c5a5ed68 new explore UI
Dhuan 80e640f082 Fix HTML indentation
Dhuan 51aef347ee Display author's name on explore page
Unknwon 7ba9257a7f Add suburl support
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
Unknwon ab7206d6b7 Fix