gitea/modules
Roland Koebler 57ecf09787 Markdown: enable some more extensions ()
* Markdown: enable some more extensions

Improve Markdown-rendering by enabling some extensions:

- enable definitions lists
- enable footnotes
- enable header-ids and automatically generate header-ids (for linking to README-sections or creating table-of-contents for larger READMEs)

* Markdown: update and exted tests

Update and add tests for additionally enabled Markdown-extensions.
..
auth Add bio field for user ()
avatar Use assert in legacy unit tests ()
base Serve audio files using HTML5 audio tag ()
cache Fix memcache support when value is returned as string always ()
context Updates to API 404 responses ()
cron Add branch overiew page ()
generate Integrate OAuth2 Provider ()
gzip Pooled and buffered gzip implementation ()
highlight No highlighting for .txt files ()
httplib Add sensitive headers ()
indexer fix bug when set indexer as db and add tests ()
lfs Allow markdown files to read from the LFS ()
log Allow Macaron to be set to log through to gitea.log ()
mailer Make log mailer for testing ()
markup Markdown: enable some more extensions ()
metrics Prometheus endpoint ()
minwinsvc Fix Git hooks not being executed on Windows when running as a service ()
notification refactor issue indexer, add some testing and fix a bug ()
options Fix typos in models/ and modules/ ()
pprof cmd/serve: pprof cpu and memory profile dumps to disk ()
private Clean up various use of escape/unescape functions for URL generation ()
process Fix run command race ()
public When redirecting clean the path to avoid redirecting to //www.othersite.com ()
recaptcha Add Recaptcha functionality to Gitea ()
search Global code search support ()
secret Integrate OAuth2 Provider ()
setting split setting.go to multiple files ()
ssh use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines ()
structs Allow to set organization visibility (public, internal, private) ()
sync Fix status table race condition ()
templates Create Progressive Web App ()
test Restrict permission check on repositories and fix some problems ()
uploader Refactor editor upload, update and delete to use git plumbing and add LFS support ()
user Remove check for negative length ()
util Clean up various use of escape/unescape functions for URL generation ()
validation Improve URL validation for external wiki and external issues ()