forgejo/modules/setting
John Olheiser a6fd2f23f7
Allow site admin to disable mirrors (#11740)
* Allow site admin to disable mirrors

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* No need to run through Safe

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Clarify only disabling NEW mirrors

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Apply suggestions from @guillep2k

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

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
2020-06-02 21:21:38 -04:00
..
cache.go
cors.go
cron.go Refactor Cron and merge dashboard tasks (#10745) 2020-05-16 19:31:38 -04:00
database.go Default MSSQL port 0 to allow automatic detection by default (#11642) 2020-05-28 23:59:59 -04:00
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 Allow site admin to disable mirrors (#11740) 2020-06-02 21:21:38 -04:00
service.go
session.go
setting.go Use -1 to disable key algorithm type in ssh.minimum_key_sizes (#11635) 2020-05-28 16:29:15 +03:00
task.go
webhook.go