Ghost/core/server
Harry Wolff 09b64c82df Remove successful login connections from the auth
throttle list

- once a user has successfully logged into ghost
they no longer are a malicious user and as such
their IP address should be removed from the
array of login attempts

- should also reduce the memory usage of Ghost
as the loginSecurity array gets pruned upon
every successful login

- this also fixes a race condition i was experiencing
during functional tests wherein i would receive
the login throttle message during regular testing.
Seems my machine is able to run casper fast enough
that it could complete each test under an amount
of time that tripped the login throttle message.
2014-01-04 21:52:54 -05:00
..
api Fix routing of posts and static pages 2013-12-30 02:04:46 -05:00
config Move config path.update to config.load 2014-01-02 20:29:49 +00:00
controllers Remove successful login connections from the auth 2014-01-04 21:52:54 -05:00
data Update import tool to be safe 2013-12-29 13:23:23 +00:00
helpers Fix {{content words=“0”}} to actually return 0 words 2014-01-04 00:30:52 -05:00
middleware Error handling simplification & test improvements 2014-01-02 21:03:37 +00:00
models Fix gravatar retrieval 2014-01-01 18:10:55 +00:00
permissions Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00
plugins Remove ghost.js 2013-12-07 10:10:02 -05:00
routes Adds ability to quickly get to post’s edit page 2014-01-03 18:16:00 -05:00
storage Cache control headers & query string asset management 2014-01-02 12:14:33 +00:00
views Delete all content (posts and tags) 2013-12-25 01:05:20 +01:00
bookshelf-session.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00
errorHandling.js Added handling for undefined errors and test coverage 2014-01-03 15:07:08 -05:00
filters.js This commit removes a lot of code from ghost.js, including: 2013-11-28 09:21:53 -05:00
index.js Move config path.update to config.load 2014-01-02 20:29:49 +00:00
mail.js Fix unhandled errors in mail.js 2013-12-20 12:57:21 +00:00
require-tree.js Remove unparam:true from jslint config in Gruntfile.js 2013-10-31 14:02:34 -04:00