gitea/modules/setting
zeripath f8e015e8e4
Move LFS directory creation out of NewContext ()
Fix 
(probably others too)

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
..
cache.go Cache last commit to accelerate the repository directory page visit ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved ()
database.go Fix SQLite concurrency problems by using BEGIN IMMEDIATE ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Make PR message on pushes configurable ()
indexer.go Add detected file language to code search ()
indexer_test.go Restrict repository indexing by glob match ()
log.go Use Req.URL.RequestURI() to cope with FCGI urls ()
mailer.go Sendmail should create a process on the gitea system and have a default timeout ()
markup.go Fix sanitizer config - multiple rules ()
migrations.go Add retry for migration http/https requests ()
queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
repository.go Make archive prefixing configurable with a global setting ()
service.go Add /milestones endpoint ()
session.go Movde dependents on macaron from modules/setting ()
setting.go Move LFS directory creation out of NewContext ()
task.go Graceful Queues: Issue Indexing and Tasks ()
webhook.go Add Matrix webhook ()