]> source.dussan.org Git - gitea.git/commit
Move install pages out of main macaron routes (#13195)
authorzeripath <art27@cantab.net>
Mon, 19 Oct 2020 21:03:08 +0000 (22:03 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 21:03:08 +0000 (17:03 -0400)
commit2f1353a2f33762e10a304cbebf3a6a8d0381d316
treeb345bf060a107341c64447f7132d9e2b8d37a7b3
parent3ddf3f93d6346ac9440a7a571faea4b5c1c329be
Move install pages out of main macaron routes (#13195)

* Move install pages out of main macaron loop

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update templates/post-install.tmpl

Co-authored-by: Lauris BH <lauris@nix.lv>
* remove prefetch

Signed-off-by: Andrew Thornton <art27@cantab.net>
cmd/web.go
cmd/web_graceful.go
modules/context/auth.go
modules/graceful/manager.go
modules/graceful/server.go
routers/init.go
routers/install.go
routers/routes/routes.go
templates/install.tmpl
templates/post-install.tmpl [new file with mode: 0644]