0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/models
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
..
base 🎨 more clean code in User Model (#7572) 2016-10-14 18:24:38 +01:00
plugins Fix access-rules plugin description comment (#7665) 2016-11-02 12:40:09 +01:00
accesstoken.js 🎨 register events in base model (#7560) 2016-10-14 13:37:01 +01:00
app-field.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-setting.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app.js 🎨 register events in base model (#7560) 2016-10-14 13:37:01 +01:00
client-trusted-domain.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
client.js 🎨 replace process.env.NODE_ENV usages by config.get('env') (#7544) 2016-10-11 13:53:52 +01:00
index.js 🎨 Separate invites from user 2016-09-26 11:08:43 +02:00
invite.js 🎨 Separate invites from user 2016-09-26 11:08:43 +02:00
permission.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
post.js 🎨 register events in base model (#7560) 2016-10-14 13:37:01 +01:00
refreshtoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
role.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
settings.js 🎨 register events in base model (#7560) 2016-10-14 13:37:01 +01:00
subscriber.js 🎨 register events in base model (#7560) 2016-10-14 13:37:01 +01:00
tag.js 🎨 register events in base model (#7560) 2016-10-14 13:37:01 +01:00
user.js Replace memory spam prevention with brute-express (#7579) 2016-11-08 12:33:19 +01:00