Commit graph

  • 50733bce76 make failures a property Mike Blume 2011-03-16 15:13:06 +0000
  • 887df1ac4b lose settings import -- we don't seem to be using it. Mike Blume 2011-03-16 15:12:51 +0000
  • e91600dbe2 separete RequestContext from context data we pass in Mike Blume 2011-03-16 15:12:30 +0000
  • 8f7ac3fdbe version bump Mike Blume 2011-02-13 19:34:43 +0000
  • b74dec0151 fix kwargs bug Mike Blume 2011-02-13 19:33:23 +0000
  • 30c4347a77 version bump Mike Blume 2011-02-13 17:26:52 +0000
  • 50a3d4861f add reset management command Mike Blume 2011-01-25 21:41:06 +0000
  • c5ad01720c Added tag 1.2.1-rc1 for changeset 48981134694f Josh VanderLinden 2010-12-30 20:38:50 -0500
  • dd53c0217b Fixed some reStructuredText problems in the README 1.2.1-rc1 Josh VanderLinden 2010-12-30 20:33:54 -0500
  • 0e49d282c8 Adding README.rst to the manifest Josh VanderLinden 2010-12-30 20:30:44 -0500
  • 6cc216c14a Removing any passwords from the request data. (GC #2) Josh VanderLinden 2010-12-27 22:16:08 -0500
  • 39b2afea28 Removing the dist directory Josh VanderLinden 2010-12-27 21:53:37 -0500
  • dc1235b6a9 Updating authors. Version bump. Josh VanderLinden 2010-12-27 21:51:51 -0500
  • 7af0764340 Introduce (and document) replacement staff_member_required decorator. Mike Blume 2010-10-18 03:38:42 +0000
  • 58453048a9 factor lockout_response into its own helper function Mike Blume 2010-10-18 03:33:50 +0000
  • aa1bc1456b provide more fine-grained control over login patching Mike Blume 2010-10-18 03:31:59 +0000
  • 6d1c0131a1 Document reset() function and some new parameter defaults Mike Blume 2010-10-11 22:58:45 +0000
  • 474e7a3d21 Linking README to README.rst Josh VanderLinden 2010-10-01 17:46:01 -0400
  • 12387668be Renaming README to README.rst Josh VanderLinden 2010-10-01 17:44:25 -0400
  • 5a238b30ea Removing symlink to README Josh VanderLinden 2010-10-01 17:44:01 -0400
  • c01158b74d Updating ignores Josh VanderLinden 2010-10-01 17:42:47 -0400
  • 2c066c7080 Merging in changes from MichaelBlume, with some modifications of my own. Josh VanderLinden 2010-10-01 17:41:38 -0400
  • c44589687e oneline these Mike Blume 2010-10-01 20:12:05 +0000
  • 75eef30053 let git and hg ignore eachother Mike Blume 2010-09-29 21:11:41 +0000
  • bd04aac6cd bump version Mike Blume 2010-09-27 17:44:57 +0000
  • aa411ddcd6 add reset command. Mike Blume 2010-09-27 17:34:52 +0000
  • a1d4d098ad bump this up to 1.0 RC 1 Mike Blume 2010-09-24 22:46:04 +0000
  • 7e7f52e80c locking someone out deserves a warn, not just an info Mike Blume 2010-09-24 22:42:21 +0000
  • c4304f6a89 successful login resets failure count Mike Blume 2010-09-20 22:49:31 +0000
  • cf8cf00f94 a bit less verbosity -- this gets imported a lot if you're using runserver Mike Blume 2010-09-20 22:18:09 +0000
  • 62f43b97d2 update logging style a bit Mike Blume 2010-09-20 17:59:25 +0000
  • 62dbac1c26 some controls on ouput verbosity Mike Blume 2010-09-20 17:43:16 +0000
  • 5df66876d7 ignore build folder Mike Blume 2010-09-20 17:15:31 +0000
  • be1db1de12 ignore .pyc files Mike Blume 2010-09-20 17:15:12 +0000
  • f289dc9f81 doc new features Mike Blume 2010-09-20 17:14:34 +0000
  • df61513e71 allow more flexibility in lockout display Mike Blume 2010-09-15 09:42:45 -0700
  • 063111434d log to arbitrary loggers Mike Blume 2010-09-15 09:33:33 -0700
  • 7bc8e8a3b3 ask forgiveness, not permission Mike Blume 2010-09-15 09:33:12 -0700
  • 5f10ffddc2 move check_request out to its own function, so folks can import it. Mike Blume 2010-09-14 21:39:35 -0700
  • a27ac6444b check for lockout immediately, rather than mucking with the database. Mike Blume 2010-09-15 03:39:24 +0000
  • 8a4f146cb3 fix some variable name issues Mike Blume 2010-09-15 03:36:31 +0000
  • a6c2e2c622 document cooloff feature Mike Blume 2010-09-14 21:29:10 +0000
  • 49de80206d add nifty cooloff feature. Mike Blume 2010-09-14 21:28:42 +0000
  • 9b72adfee9 Updated the README with info for hg and git codekoala 2009-12-16 23:37:58 -0500
  • eafc81b7d8 GC #1 - I've implemented some of the groovy features offered by philipn. Thanks! codekoala 2009-12-16 23:24:30 -0500
  • 74676db7dc Added an ignores file codekoala 2009-12-16 21:48:05 -0500
  • e1e68ee2c0 Created tag 0.1.1-rc1 wheaties.box 2008-12-06 10:09:34 +0000
  • 8dd2141605 Fixed a problem with what seems to be several levels of recursion causing many AccessAttempt objects to be created even though only one failed login attempt took place (for example). It seems to be working anyway... wheaties.box 2008-12-06 09:50:52 +0000
  • 404f02b85c Initial import wheaties.box 2008-11-05 22:52:40 +0000
  • d564fcc481 Initial directory structure. unknown 2008-11-05 16:54:22 +0000