Commit Graph

23 Commits (97dafdc0578ad24a14370c813c95108c0c41fc5b)

Author SHA1 Message Date
SagePtr 4a7de87071 Add gitea/issues link to 500 page ()
techknowlogick 0e464995ce
Remove link to GitHub issues ()
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
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 c50a3503e6 introduce git-shell
Unknwon 7f9598141b fix
Unknwon 9b9e5f0290 Cross reference the commit from the issue when it is closed by the commit
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
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 3f38ff6c09 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	templates/status/500.tmpl
Unknwon 8dd07c0ddd New UI merge in progress
Ciaran Downey 7921e60f30 Change "an error is occurred" to "has occurred"
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown 45462662e9 Add flash
Lunny Xiao 493b0c5ac2 add ssl support for web
FuXiaoHei 2a2f025388 change css name style
Unknown 97debac185 SSL enable config option
FuXiaoHei 13b6e06943 404 and 500 page ui
FuXiaoHei 47493a0191 use ctx.Handle to handle 404 page
Unknown 1ce17cce76 Add log.handle
Unknown 3eb1ab9e8b Add UI for register user