gitea/modules/setting
a1012112796 1e877613bf
add `/assets` as root dir of public files ()
* add `/assets` as root dir of public files

Signed-off-by: a1012112796 <1012112796@qq.com>

* move serviceworker.js

* make fmt

* fix some link

* fix test

* Apply suggestions from code review

Co-authored-by: silverwind <me@silverwind.io>

* Apply suggestions from code review

Co-authored-by: silverwind <me@silverwind.io>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
..
attachment.go Provide self-registering storage system ()
cache.go Ensure memcache TTL cannot be over 30 days ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Allow extended config on cron settings ()
cron_test.go Allow extended config on cron settings ()
database.go When reinitialising DBConfig reset the database use flags ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Add pager to the branches page ()
indexer.go Avoid setting the CONN_STR in issue indexer queue unless it is meant to be set ()
indexer_test.go Restrict repository indexing by glob match ()
lfs.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
log.go use level config in main section when subsection not set level ()
mailer.go Sendmail should create a process on the gitea system and have a default timeout ()
markup.go Refactor renders ()
migrations.go Add Allow-/Block-List for Migrate & Mirrors ()
oauth2_client.go OAuth2 auto-register ()
picture.go add `/assets` as root dir of public files ()
project.go Kanban board ()
queue.go Slightly simplify the queue settings code to help reduce the risk of problems ()
repository.go Disable Stars config option ()
service.go Add ui.explore settings to control view of explore pages (2) ()
session.go Add SameSite setting for cookies ()
setting.go add `/assets` as root dir of public files ()
setting_test.go Migrate to use jsoniter instead of encoding/json ()
storage.go more test case for STORAGE_TYPE overrides (and fixes) ()
storage_test.go more test case for STORAGE_TYPE overrides (and fixes) ()
task.go Avoid setitng the CONN_STR in queues unless it is meant to be set ()
webhook.go Add Matrix webhook ()