forgejo/modules/setting
zeripath c81ab17de9
TrimSpace when reading InternalToken from a file (#11502)
InternalTokens are fixed as alphanum strings therefore TrimSpace from these.
Also use isatty to not add a terminal newline when redirecting generate.

Fix #11498

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
2020-05-20 19:16:06 +03:00
..
cache.go
cors.go
cron.go Refactor Cron and merge dashboard tasks (#10745) 2020-05-16 19:31:38 -04:00
database.go
database_sqlite.go
database_test.go
git.go
indexer.go
indexer_test.go
log.go Allow log.xxx.default to set logging settings for the default logger only (#11292) 2020-05-15 22:38:52 -04:00
mailer.go Sendmail should create a process on the gitea system and have a default timeout (#11256) 2020-05-03 00:04:31 +01:00
markup.go Fix sanitizer config - multiple rules (#11133) 2020-04-29 12:34:59 +01:00
migrations.go
queue.go
repository.go
service.go
session.go
setting.go TrimSpace when reading InternalToken from a file (#11502) 2020-05-20 19:16:06 +03:00
task.go
webhook.go