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.
forgejo/modules
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
..
analyze Exclude generated files from language statistics (#11653) 4 years ago
auth User Settings: Ignore empty language codes & validate (#13755) 4 years ago
avatar Avatars and Repo avatars support storing in minio (#12516) 4 years ago
base Fix panic in BasicAuthDecode (#14046) 4 years ago
cache Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
charset Ensure that the detected charset order is set in chardet test (#12574) 4 years ago
context Inline manifest.json (#14038) 4 years ago
convert [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 4 years ago
cron Added option to disable migrations (#13114) 4 years ago
doctor Refactor doctor (#12264) 4 years ago
emoji Fix emoji detection in certain cases (#12320) 4 years ago
eventsource Move EventSource to SharedWorker (#12095) 4 years ago
generate Add gitea-vet (#10948) 4 years ago
git Add Test for Fix #14040 (#14045) 4 years ago
gitgraph [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) 4 years ago
graceful Move install pages out of main macaron routes (#13195) 4 years ago
hcaptcha hCaptcha Support (#12594) 4 years ago
highlight Use existing analyzer module for language detection for highlighting (#13522) 4 years ago
httpcache HTTP cache rework and enable caching for storage assets (#13569) 4 years ago
httplib Add golangci (#6418) 5 years ago
indexer Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
lfs Move LFSLock APIFormat into convert package (#13808) 4 years ago
log Refactor Logger (#13294) 4 years ago
markup Add mentionable teams to tributeValues and change team mention rules to gh's style (#13198) 4 years ago
matchlist Add Allow-/Block-List for Migrate & Mirrors (#13610) 4 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations [API] Add Ref to Issue (#13946) 4 years ago
nosql Allow common redis and leveldb connections (#12385) 4 years ago
notification Cause NotifyMigrateRepository to emit a repo create webhook (#14004) 4 years ago
options Add StatDir and replace com.StatDir (#14099) 4 years ago
password Check passwords against HaveIBeenPwned (#12716) 4 years ago
pprof Add golangci (#6418) 5 years ago
private Fix send mail (#13312) 4 years ago
process Only write to global gitconfig if necessary (#11876) 4 years ago
public HTTP cache rework and enable caching for storage assets (#13569) 4 years ago
queue Slightly simplify the queue settings code to help reduce the risk of problems (#12976) 4 years ago
recaptcha hCaptcha Support (#12594) 4 years ago
references Add mentionable teams to tributeValues and change team mention rules to gh's style (#13198) 4 years ago
repofiles Standardize Co-Authored-By / Reviewed-By strings (#14097) 4 years ago
repository Use native git variants by default with go-git variants as build tag (#13673) 4 years ago
secret Attachments: Add extension support, allow all types for releases (#12465) 4 years ago
session Allow common redis and leveldb connections (#12385) 4 years ago
setting Inline manifest.json (#14038) 4 years ago
ssh Standardise logging of failed authentication attempts in internal SSH (#13962) 4 years ago
storage Fix Storage mapping (#13297) 4 years ago
structs Added option to disable migrations (#13114) 4 years ago
svg Fix filepath basename on Windows for SVG bindata (#12241) 4 years ago
sync Fix missing unlock in uniquequeue (#9790) 5 years ago
task Migrations: Use Process Manager to create own Context (#13792) 4 years ago
templates Add StatDir and replace com.StatDir (#14099) 4 years ago
test Macaron 1.5 (#12596) 4 years ago
timeutil Fix timezone on issue deadline (#11697) 4 years ago
upload Update golangci-lint to version 1.31.0 (#13102) 4 years ago
user Add gitea-vet (#10948) 4 years ago
util Add StatDir and replace com.StatDir (#14099) 4 years ago
validation [API] Get a single commit via Ref (#10915) 4 years ago