Commit graph

321 commits

Author SHA1 Message Date
Camilo Nova
035dca0b44 Merge pull request #131 from jdunck/fast-path-unlockable
Immediately return from is_already_locked if the user is not lockable
2015-10-17 16:42:42 -05:00
Camilo Nova
660f41b92f Tweak markdown 2015-10-15 08:09:14 -05:00
Camilo Nova
1ce68370cc Added documentation on how to use a captcha. Fixes #91 2015-10-15 08:07:44 -05:00
Camilo Nova
a9c9e0a0e8 Merge pull request #129 from tarkatronic/optimized-query2str
Fixes #127 & #73 - Improved the implementation of query2str
2015-10-15 07:45:32 -05:00
Jeremy Dunck
57e667ac73 Immediately return from is_already_locked if the user is not lockable 2015-10-13 14:34:11 -07:00
Joey Wilhelm
4dae514972 Removed an unnecessary six.u() call. Also excluded Py 3.4/Django 1.4 from tests 2015-10-12 13:21:28 -07:00
Joey Wilhelm
d3369c2721 Added Python 3.4 and Django 1.8.5 to the testing matrix 2015-10-09 16:08:49 -07:00
Joey Wilhelm
b36e5513d9 Improved performance & DoS prevention on query2str 2015-10-09 16:08:27 -07:00
Camilo Nova
6dcba2bfc4 Merge pull request #128 from tarkatronic/template-engine-agnostic
Stopped using render_to_response so that other template engines work
2015-10-09 09:02:08 -05:00
Joey Wilhelm
e56906b766 Stopped using render_to_response so that other template engines work 2015-10-06 18:40:41 -07:00
Alex Clark
a267c97058 Release 1.5.0 2015-09-11 11:21:06 -04:00
Camilo Nova
697147b46f Merge pull request #125 from AFioca/master
Fix #_get_user_attempts to include username when filtering AccessAtte…
2015-09-01 11:13:35 -05:00
afioca
796bc43646 Fix #_get_user_attempts to include username when filtering AccessAttempts if AXES_LOCK_OUT_BY_COMBINATION_USER_AND_IP is True 2015-08-31 10:18:27 -04:00
Alex Clark
2b33478456 Release 1.4.0
- Update meta
- Add new make targets for release
2015-08-10 08:04:52 -04:00
Camilo Nova
30c218cc8a Merge pull request #123 from Moco/master
Add username to LOCKOUT_TEMPLATE template context
2015-07-06 14:11:25 -05:00
Dale O'Brien
68f0d5ee86 Add username to LOCKOUT_TEMPLATE template context
So I can use their username in the lockout template, e.g. something like this,
2015-07-06 13:18:03 +10:00
Camilo Nova
493184b3e7 Merge pull request #121 from django-pci/revert-120-master
Revert "properly use username and IP when pulling attempts.
2015-06-26 11:25:45 -05:00
Camilo Nova
2dfcf969d8 Revert "properly use username and IP when pulling attempts. add test and easier testing command." 2015-06-26 09:07:22 -05:00
Camilo Nova
56e0d8df33 Merge pull request #120 from SteveByerly/master
properly use username and IP when pulling attempts. add test and easier testing command.
2015-06-23 14:50:26 -05:00
Steve Byerly
4a926c7cc6 properly use username and IP when pulling attempts. add test. 2015-06-23 09:16:01 -07:00
Alex Clark
877f824039 Update 2015-04-29 08:16:37 -04:00
Alex Clark
47d686a326 Merge pull request #119 from toabi/lockout-signal
Fixes sending the user_locked_out signal
2015-04-29 08:15:09 -04:00
Tobias Birmili
3a3b955225 Fixes sending the user_locked_out signal.
It also adds a test for that. Fixes #94.
2015-04-29 14:08:03 +02:00
Camilo Nova
0188f25547 Updated django version 2015-03-23 09:10:57 -05:00
Camilo Nova
41ad3cc806 Cleaned testing, removing global state and made some tweaks 2015-03-23 08:56:22 -05:00
Camilo Nova
d20f52819f Merge pull request #118 from Oik741/master
Fixed create_new_failure_records(), added feature to lock out by USER+IP
2015-03-20 17:41:02 -05:00
Vladimir Shaykovskiy
c43cd7bb9d Fixed create_new_failure_records(), added feature to lock out by USER+IP combination only
Removed unnecessary separating of one failure attempt on two AccessAttempt objects(according to current code it's not required).
Added optional feature to lock out account login from particular IP.
2015-03-20 20:56:15 +03:00
Camilo Nova
cb2c014334 Improved the way we ask if a user is lockable
Fixes #113
2015-02-24 11:16:24 -05:00
Alex Clark
4a7b90e98e Add pyroma 2015-02-11 12:04:06 -05:00
Alex Clark
f6c0e4fdd7 Ditch setuptools/easy_install instructions 2015-02-11 12:00:22 -05:00
Alex Clark
ed15836970 Prepare 1.3.9 2015-02-11 11:59:13 -05:00
Alex Clark
6bd5a50cb8 Merge pull request #110 from patgmiller/middleware-wraps-view
added middleware to decorate views with watched_login
2014-12-23 14:01:51 -05:00
Patrick Miller
4727fb639f added middleware to decorate views with watched_login 2014-12-23 08:17:34 -07:00
Camilo Nova
20dfda1a5c Merge pull request #109 from Zeioth/master
Syntax error fixed - closes #104
2014-11-25 07:50:55 -05:00
Adrian Lopez
23e0ad9635 Syntax error fixed - closes #104 2014-11-25 00:49:27 +01:00
Camilo Nova
c060bde49b Merge pull request #100 from AJRenold/two_factor
PASSWORD_FORM_FIELD set from django settings file
2014-10-23 07:06:08 -05:00
Alex Clark ☺
e2c00596ce Merge pull request #105 from kouk/patch-1
Update README.rst to document #97
2014-10-13 10:38:17 -04:00
Konstantinos Koukopoulos
e6c5d06c3a Update README.rst to document #97 2014-10-13 17:36:56 +03:00
Alex Clark ☺
281df366f3 Merge pull request #103 from robromano/master
Update Travis config to test latest versions of Django, and 1.7 is officially released
2014-10-09 12:47:59 -04:00
Robert Romano
4559ca5e9e Update Travis config to test latest versions of Django, including 1.7 which is officially released 2014-10-09 12:34:19 -04:00
Alex Clark
d0be3bcbef Update 2014-10-07 07:49:35 -04:00
Alex Clark
4fa6c2c35a Nit
lowercase pip
2014-10-07 07:47:51 -04:00
Alex Clark
10920cd7e5 Rename org 2014-10-07 07:47:37 -04:00
Alex Clark
621fac8404 Release 1.3.7 2014-10-05 09:17:54 -04:00
AJ
b77daf2657 refactored password form field for it can be set from settings
added extra logic in decorated login to handle two_factor no redirecty login

added extra logic in decorated login to handle two_factor no redirecty login part 2

added extra logic in decorated login to handle two_factor no redirecty login part 3

removed extra changes
2014-10-01 21:06:41 -07:00
Alex Clark ☺
36a9d5d414 Merge pull request #99 from cericoda/master
Explain common issues where Axes fails silently
2014-09-30 07:47:50 -04:00
cericoda
dec4d46df6 Update README.rst 2014-09-30 12:36:23 +01:00
cericoda
c1ecff5de6 Update README.rst 2014-09-30 12:35:01 +01:00
Camilo Nova
a2860d287f Merge pull request #97 from SteveByerly/master
Allow for user-defined username field for lookup in POST data
2014-09-17 16:12:07 -05:00
Camilo Nova
ee62450b79 Merge pull request #96 from zoten/master
Log out only if user was logged in
2014-09-17 16:10:34 -05:00