gitea/modules/setting
zeripath bcb722daec
Make CertFile and KeyFile relative to CustomPath (#9868) (#9874)
* Make CertFile and KeyFile relative to CustomPath

The current code will absolute CertFile and KeyFile against the current working directory. This is quite unexpected for users. This code makes relative paths absolute against the CustomPath.

Fix #4196

* Improve error reporting when reading certificates

* Apply suggestions from code review

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-01-19 19:59:30 +00:00
..
cache.go
cors.go
cron.go
database_sqlite.go
database_test.go
database.go
git.go Make hook status printing configurable with delay (#9641) (#9725) 2020-01-12 18:02:36 +00:00
indexer_test.go
indexer.go Refactor code indexer (#9313) 2019-12-23 20:31:16 +08:00
log.go Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 2019-12-24 00:11:12 +00:00
mailer.go
markup.go Markdown: Sanitizier Configuration (#9075) 2019-12-07 14:49:04 -05:00
migrations.go
queue.go fix #9648 (#9652) 2020-01-08 17:32:25 +01:00
repository.go Provide Default messages for merges (#9393) 2019-12-30 18:34:11 -05:00
service.go Add /milestones endpoint (#8733) 2019-12-15 14:20:08 +00:00
session.go
setting.go Make CertFile and KeyFile relative to CustomPath (#9868) (#9874) 2020-01-19 19:59:30 +00:00
task.go Graceful Queues: Issue Indexing and Tasks (#9363) 2020-01-07 12:23:09 +01:00
webhook.go