gitea/modules/setting
Lunny Xiao c0320065b6
Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one (#14673) (#14675)
* Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one

* Add a warning on document

Co-authored-by: zeripath <art27@cantab.net>
2021-02-13 21:19:33 +01:00
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go When reinitialising DBConfig reset the database use flags (#13796) (#13811) 2020-12-03 11:13:19 +01:00
database_sqlite.go
database_test.go
git.go
indexer.go
indexer_test.go
lfs.go
log.go
mailer.go
markup.go
migrations.go Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776) 2020-12-01 19:28:34 -05:00
picture.go Avatars and Repo avatars support storing in minio (#12516) 2020-10-14 21:07:51 +08:00
project.go
queue.go
repository.go missing quotes in default value slice (#13550) (#13557) 2020-11-14 14:12:01 +02:00
service.go
session.go
setting.go Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one (#14673) (#14675) 2021-02-13 21:19:33 +01:00
storage.go more test case for STORAGE_TYPE overrides (and fixes) (#14096) (#14104) 2020-12-22 09:13:57 +02:00
storage_test.go more test case for STORAGE_TYPE overrides (and fixes) (#14096) (#14104) 2020-12-22 09:13:57 +02:00
task.go
webhook.go