0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/functional/routes/api
David Wolfe 68af2145a1 Replace memory spam prevention with brute-express (#7579)
no issue

- removes count from user checks model
- uses brute express brute with brute-knex adaptor to store persisted data on spam prevention
- implement brute force protection for password/token exchange, password resets and private blogging
2016-11-08 12:33:19 +01:00
..
authentication_spec.js Replace memory spam prevention with brute-express (#7579) 2016-11-08 12:33:19 +01:00
configuration_spec.js 🎨 public config endpoint (#7631) 2016-10-28 14:07:46 +01:00
db_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
error_spec.js 🎉 🎨 Remove middleware/index.js (#7548) 2016-10-13 17:24:09 +02:00
notifications_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
posts_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
public_api_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
settings_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
slugs_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
spam_prevention_spec.js Replace memory spam prevention with brute-express (#7579) 2016-11-08 12:33:19 +01:00
tags_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
themes_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
upload_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00
users_spec.js use migration runner for init db (#7502) 2016-10-11 13:37:11 +01:00