forgejo/modules
silverwind 8188176b58
Direct SVG rendering (#12157)
Introduce 'make svg' which calls a node script that compiles svg files
to `public/img/svg`. These files are vendored to not create a dependency
on Node for the backend build.

On the frontend side, configure webpack using `raw-loader` so SVGs can
be imported as string.

Also moved our existing SVGs to web_src/svg for consistency.

Fixes: https://github.com/go-gitea/gitea/issues/11618
2020-07-12 12:10:56 +03:00
..
analyze
auth Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
avatar
base
cache Use hash of repo path, ref and entrypath as cache key (#12151) 2020-07-06 01:40:34 +03:00
charset
context
convert
cron
emoji
eventsource Move EventSource to SharedWorker (#12095) 2020-07-03 10:55:36 +01:00
generate
git
gitgraph
graceful Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
highlight Ensure syntax highlighting is the same inside diffs (#12205) 2020-07-11 13:43:12 +08:00
httplib
indexer
lfs
log Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
markup
metrics
migrations
notification
options
password
pprof
private Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
process
public
queue Multiple small admin dashboard fixes (#12153) 2020-07-05 22:38:03 +03:00
recaptcha
references
repofiles
repository Update the wiki repository remote origin while update the mirror repository's Clone From URL (#12053) 2020-07-05 22:08:32 -04:00
secret
session
setting fix a spelling error (#12163) 2020-07-06 11:58:31 -04:00
ssh
structs
svg Direct SVG rendering (#12157) 2020-07-12 12:10:56 +03:00
sync
task
templates Direct SVG rendering (#12157) 2020-07-12 12:10:56 +03:00
test
timeutil
upload
user
util
validation
webhook