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 Ensure memcache TTL cannot be over 30 days (#14592) 2021-02-09 22:29:03 +00:00
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go
git.go Add pager to the branches page (#14202) 2021-01-19 05:07:38 +01:00
indexer_test.go
indexer.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
migrations.go
picture.go
project.go
queue.go
repository.go
service.go Allow blocking some email domains from registering an account (#14667) 2021-02-15 00:31:29 +01:00
session.go Create DB session provider(based on xorm) (#13031) 2021-02-15 00:33:31 -05:00
setting_test.go Prevent use of double sub-path and incorrect asset path in manifest (#14827) 2021-02-28 12:29:22 +00:00
setting.go Prevent use of double sub-path and incorrect asset path in manifest (#14827) 2021-02-28 12:29:22 +00:00
storage_test.go
storage.go
task.go
webhook.go