zeripath
ca00ca8ee4
Provide better panic handling ( #5902 )
...
This PR gitea'ises the macaron.Recovery() handler meaning that in
the event of panic we get proper gitea 500 pages and the stacktrace
is logged with the gitea logger.
Signed-off-by: Andrew Thornton <art27@cantab.net>
6 years ago
SagePtr
4a7de87071
Add gitea/issues link to 500 page ( #4654 )
6 years ago
techknowlogick
0e464995ce
Remove link to GitHub issues ( #4639 )
6 years ago
Rémy Boulanouar
2d68bd1ef9
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
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
9 years ago
Unknwon
c50a3503e6
introduce git-shell
9 years ago
Unknwon
7f9598141b
fix #2020
9 years ago
Unknwon
9b9e5f0290
#1545 Cross reference the commit from the issue when it is closed by the commit
9 years ago
Unknwon
7ba9257a7f
Add suburl support
10 years ago
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
10 years ago
Unknwon
ab7206d6b7
Fix #348
10 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
10 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
10 years ago
Ciaran Downey
7921e60f30
Change "an error is occurred" to "has occurred"
10 years ago
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
11 years ago
Unknown
45462662e9
Add flash
11 years ago
zhsso
a4cbe79567
fix
11 years ago
zhsso
f3ed11d177
mistakes
11 years ago
Lunny Xiao
493b0c5ac2
add ssl support for web
11 years ago
FuXiaoHei
2a2f025388
change css name style
11 years ago
Unknown
97debac185
SSL enable config option
11 years ago
FuXiaoHei
13b6e06943
404 and 500 page ui
11 years ago
FuXiaoHei
47493a0191
use ctx.Handle to handle 404 page
11 years ago
Unknown
1ce17cce76
Add log.handle
11 years ago
Unknown
3eb1ab9e8b
Add UI for register user
11 years ago