0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-12 03:51:16 +01:00
gitea/modules/setting
Lunny Xiao 5e4fa7c703
Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one (#14673)
* Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one

* Add a warning on document
2021-02-13 18:03:29 +01:00
..
attachment.go
cache.go Ensure memcache TTL cannot be over 30 days (#14592) 2021-02-09 22:29:03 +00:00
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go
git.go Add pager to the branches page (#14202) 2021-01-19 05:07:38 +01:00
indexer_test.go
indexer.go
lfs.go
log.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
mailer.go
markup.go
migrations.go
picture.go
project.go
queue.go
repository.go
service.go Fix incorrect key name so registerManualConfirm setting works as expected. (#14455) 2021-01-26 09:20:59 +08:00
session.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
setting_test.go Fix manifest encoding (#14114) 2020-12-23 19:09:54 +00:00
setting.go Turn default hash password algorightm back to pbkdf2 from argon2 until we found a better one (#14673) 2021-02-13 18:03:29 +01:00
storage_test.go
storage.go
task.go
webhook.go