You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/setting
zeripath 1d7b7504d0
Make CertFile and KeyFile relative to CustomPath (#9868)
* 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>
5 years ago
..
cache.go Use gitea forked macaron (#7933) 5 years ago
cors.go Use gitea forked macaron (#7933) 5 years ago
cron.go Update migrated repositories' issues/comments/prs poster id if user has a github external user saved (#7751) 5 years ago
database.go Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8528) 5 years ago
database_sqlite.go Move database settings from models to setting (#7806) 5 years ago
database_test.go Move database settings from models to setting (#7806) 5 years ago
git.go Make hook status printing configurable with delay (#9641) 5 years ago
indexer.go Refactor code indexer (#9313) 5 years ago
indexer_test.go Restrict repository indexing by glob match (#7767) 5 years ago
log.go Use Req.URL.RequestURI() to cope with FCGI urls (#9473) 5 years ago
mailer.go Use gitea forked macaron (#7933) 5 years ago
markup.go Markdown: Sanitizier Configuration (#9075) 5 years ago
migrations.go Add retry for migration http/https requests (#9019) 5 years ago
queue.go Move mailer to use a queue (#9789) 5 years ago
repository.go Add setting to set default and global disabled repository units. (#8788) 5 years ago
service.go Add /milestones endpoint (#8733) 5 years ago
session.go Use gitea forked macaron (#7933) 5 years ago
setting.go Make CertFile and KeyFile relative to CustomPath (#9868) 5 years ago
task.go Graceful Queues: Issue Indexing and Tasks (#9363) 5 years ago
webhook.go Webhook support custom proxy (#8760) 5 years ago