gitea/modules/setting
zeripath cf29cb30d3
Prevent use of double sub-path and incorrect asset path in manifest (#14827)
MakeAbsoluteAssetURL should just url join the static url prefix on to appurl
if it is not an absolute path - this is because StaticURLPrefix is an absolute
prefix not a relative prefix to the app sub url.

Fix #14422

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-02-28 12:29:22 +00:00
..
attachment.go
cache.go
cors.go Movde dependents on macaron from modules/setting (#10050) 2020-01-29 09:47:46 +02:00
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
git.go
indexer.go
indexer_test.go
lfs.go
log.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
mailer.go
markup.go Fix sanitizer config - multiple rules (#11133) 2020-04-29 12:34:59 +01:00
migrations.go Add Allow-/Block-List for Migrate & Mirrors (#13610) 2020-11-28 19:37:58 -05:00
picture.go
project.go
queue.go
repository.go
service.go
session.go Create DB session provider(based on xorm) (#13031) 2021-02-15 00:33:31 -05:00
setting.go
setting_test.go
storage.go
storage_test.go
task.go
webhook.go