Ghost/core
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
..
client Disabled styles for disabled buttons 2014-01-03 22:13:02 +01:00
server Remove successful login connections from the auth 2014-01-04 21:52:54 -05:00
shared Modified github.js to ensure __ isn't escaped at beginning of line 2014-01-03 09:45:40 -05:00
test Merge pull request #1821 from schneidmaster/fix-1791 2014-01-04 11:13:37 -08:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00