Commit graph

187 commits

Author SHA1 Message Date
Camilo Nova
4e2a9bd02d Fixes object type issue, response is not an string 2014-04-09 07:11:02 -05:00
Camilo Nova
26b8927c77 Fixed merge conflicts 2014-04-09 07:05:10 -05:00
Camilo Nova
6ea41bb624 Merge pull request #66 from nicois/master
Python 3 compatibility fix for db_reset
2014-04-09 06:54:41 -05:00
Camilo Nova
ebabed7136 Merge pull request #65 from barseghyanartur/master
Added example project and helper scripts
2014-04-09 06:49:51 -05:00
Camilo Nova
c8232773d1 Merge pull request #72 from marianov/master
Admin command to list login attemps
2014-04-09 06:45:58 -05:00
Mariano Vassallo
9e7b1f9767 Admin command to list login attemps 2014-03-20 13:13:52 -03:00
Flavio Curella
0a1377866f replaced assertIns and assertNotIns with assertContains and assertNotContains 2014-02-26 23:52:28 +01:00
Flavio Curella
98bafd3926 added py3k to travis 2014-02-26 22:36:38 +01:00
Nick Farrell
864508bd13 update test cases to be python3 compatible 2014-02-08 23:38:06 +11:00
Nick Farrell
3788b0d9bf Python 3 compatibility fix for db_reset 2014-02-08 22:54:35 +11:00
Artur Barseghyan
e819c70049 removed trash from example urls 2013-12-24 19:41:06 +01:00
Artur Barseghyan
29a22b97f4 added django installer 2013-12-24 19:37:01 +01:00
Artur Barseghyan
b67374dfb3 added example project and helper scripts 2013-12-24 19:30:30 +01:00
Camilo Nova
778f208cc1 Release 1.3.6 2013-11-23 11:17:15 -05:00
Camilo Nova
19182a4b43 Improved formatting 2013-11-07 19:08:16 -05:00
Camilo Nova
03c8282f89 Updated repository url and made some cleanup 2013-11-07 19:01:56 -05:00
Camilo Nova
38689a550d Added missing import 2013-11-07 18:54:35 -05:00
Camilo Nova
46c13b87de Updated django package version 2013-11-07 18:51:17 -05:00
Camilo Nova
38a9fcf4c9 Merge pull request #53 from camilonova/reset-trusted-users
Improved axes_reset command. Fixes #52
2013-11-07 15:46:57 -08:00
Camilo Nova
20ffed0fc4 Fixed conflict 2013-11-07 18:45:56 -05:00
Camilo Nova
50408ba3aa Added AttributeError in case get_profile doesn't exist 2013-11-07 15:30:22 -05:00
Alex Clark ☺
6f84ed7483 Merge pull request #61 from graingert/master
complete a zest.releaser fullrelease
2013-11-01 05:17:10 -07:00
Thomas Grainger
ecfee34598 Back to development: 1.3.6 2013-11-01 12:07:50 +00:00
Thomas Grainger
8ee1e138e4 Preparing release 1.3.5 2013-11-01 12:07:30 +00:00
Thomas Grainger
89548fd373 add history 2013-11-01 12:07:15 +00:00
Thomas Grainger
d524e3f3e9 pull version from the correct package 2013-11-01 12:02:56 +00:00
Thomas Grainger
b06498d8f3 Back to development: 1.3.5 2013-11-01 11:48:47 +00:00
Thomas Grainger
e3325d2f74 Preparing release 1.3.4 2013-11-01 11:48:08 +00:00
Alex Clark ☺
16cc393ad2 Merge pull request #60 from graingert/master
reverse version loading direction to support zest.releaser
2013-11-01 04:41:03 -07:00
Thomas Grainger
e1af717ce1 reverse version loading direction to support zest.releaser 2013-11-01 11:20:02 +00:00
Alex Clark ☺
5068510159 Merge pull request #59 from graingert/master
complete a zest.releaser prerelease in preparation for a fullrelease
2013-11-01 04:13:32 -07:00
Thomas Grainger
702358b87c add history 2013-11-01 10:45:43 +00:00
Thomas Grainger
1c85247cc0 Back to development: 1.3.4 2013-11-01 10:43:31 +00:00
Alex Clark ☺
e175553129 Merge pull request #57 from graingert/patch-1
update PyPI URL
2013-10-31 03:20:09 -07:00
Thomas Grainger
c2feae329b update PyPI URL 2013-10-31 10:01:54 +00:00
Camilo Nova
85a398569b Update travis url 2013-10-22 12:24:47 -05:00
Alex Clark ☺
0d4bb465b0 Merge pull request #56 from martey/axeslog404
Remove reference to axes.log in README.
2013-10-11 14:14:54 -07:00
Martey Dodoo
4ca640d27f Remove reference to axes.log in README.
Since the custom logfile "axes.log" was removed in commit ef3f75e, the
README should no longer reference it.
2013-10-11 16:26:37 -04:00
Alex Clark ☺
d075f8174e Merge pull request #54 from visualspace/cooloff
Cool off period
2013-08-15 07:41:05 -07:00
Alexander Schrijver
bf208944fd Add tests for the cooling off period and for the cooling off period with
trusted users.
2013-08-14 11:29:15 +02:00
Alexander Schrijver
60273bab90 Reload the queryset after certain objects have been deleted. 2013-08-14 11:23:47 +02:00
Alexander Schrijver
18191897d3 When the cooloff period has expired if the user is trusted: reset the
failure counter otherwise obliterate the user.
2013-08-14 11:22:39 +02:00
Camilo Nova
cf1091d411 Improved axes_reset command. Fixes #52 2013-07-27 12:16:54 -05:00
Alex Clark
d6df48792c Add history 2013-07-05 07:51:32 -04:00
Alex Clark ☺
e686734372 Merge pull request #50 from bkvirendra/master
added the 'username' field to the Django admin
2013-07-01 04:09:22 -07:00
Virendra Rajput
7cec890411 added 'username' field to the Admin table 2013-07-01 16:27:31 +05:30
Alex Clark ☺
9db538e1e7 Merge pull request #46 from camilonova/fix-issue-45
Removed fallback logging creation since logging cames by default on djan...
2013-06-24 16:38:22 -07:00
Camilo Nova
ef3f75e9df Removed fallback logging creation since logging cames by default on django 1.4 or later, if you don't have it is because you explicitly wanted. Fixes #45 2013-04-29 12:27:41 -05:00
Alex Clark
18959d8300 Release 1.3.2 2013-04-28 07:39:20 -04:00
Alex Clark ☺
f984f37fba Merge pull request #44 from camilonova/fix-tests
Fix an issue when a user logout
2013-04-28 04:34:20 -07:00