You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/admin
silverwind 3a21f8a986
Inline manifest.json (#14038)
* Inline manifest.json

Improve performance by eliminating this separate request and just inline
this small JSON in HTML directly as a data uri.

Also update previously static app name scripts to use AppName.

I've confirmed this as working via "Add to Homescreen" feature which
offered to save the shortcut under the new app name.

* prerender manifest data on startup

* move to settings

* restore setting.AppStartTime and use it on admin page

* use double quotes because template.URL escapes everything

* fix lint

* move variable to global context variable

* delete template file

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
4 years ago
..
admin.go Inline manifest.json (#14038) 4 years ago
admin_test.go Shadow the password on cache and session config on admin panel (#7300) 6 years ago
auths.go Remove PAM from auth dropdown when unavailable (#13276) 4 years ago
emails.go Admin page for managing user e-mail activation (#10557) 5 years ago
hooks.go System-wide webhooks (#10546) 5 years ago
main_test.go Force user to change password (#4489) 7 years ago
notice.go Use gitea forked macaron (#7933) 6 years ago
orgs.go API add/generalize pagination (#9452) 5 years ago
repos.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
users.go Added option to disable migrations (#13114) 4 years ago
users_test.go Add email validity check (#13475) 4 years ago