1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-12 00:34:20 -04:00
gitea/modules/setting
zeripath 5c0697ad1e
Use argon as default password hash algorithm (#12688)
* Restrict TLS connections to 1.2 minimum

* Set Argon2 as the default KDF

* Fix user.yml

* Remove TLS minversion changes

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

* Add migration as per @techknowlogick

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

* set the password algo in the fixtures

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

* Remove the v148 migration - it needs recreate table to change the defaults

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

Co-authored-by: Nadim Kobeissi <nadim@symbolic.software>
2020-09-03 14:58:31 -04:00
..
attachment.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
cache.go Mark Cache with ini tag (#12605) 2020-08-26 02:04:18 +03:00
cors.go
cron.go
database_sqlite.go
database_test.go
database.go Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563) 2020-08-22 13:56:33 +01:00
git.go
indexer_test.go
indexer.go Support elastic search for code search (#10273) 2020-08-30 19:08:01 +03:00
log.go
mailer.go
markup.go
migrations.go
project.go
queue.go
repository.go
service.go
session.go
setting.go Use argon as default password hash algorithm (#12688) 2020-09-03 14:58:31 -04:00
task.go
webhook.go