Commit graph

97 commits

Author SHA1 Message Date
Alex Clark
1a1a7243dc Release 1.2.9 2013-02-20 09:06:03 -05:00
Alex Clark ☺
a69f5f4e2b Merge pull request #28 from camilonova/fix-tests
Fix tests
2013-02-19 09:51:27 -08:00
Camilo Nova
1e2d521584 Added a test for a valid login case and make a better assert for the admin page because is not redirected to another url 2013-01-26 17:33:14 -05:00
Alex Clark ☺
b4ed181f2f Merge pull request #27 from camilonova/remove-mercurial
Removed unused mercurial files
2013-01-26 14:17:39 -08:00
Camilo Nova
cbc07d0f98 Cleaned up tests. Fixes #7 and closes #9 since it works with django-admin by default 2013-01-26 17:01:49 -05:00
Camilo Nova
b79c56ae7f Removed unused mercurial files 2013-01-26 16:03:51 -05:00
Alex Clark ☺
6eb24795fa Merge pull request #25 from jslatts/master
Pull request to increase http accept header length
2013-01-22 05:46:27 -08:00
Justin Slattery
184458416b Increased http accept header length per issue #24. 2013-01-22 08:38:29 -05:00
Alex Clark
bc4e0a5728 Release 1.2.7 2013-01-17 20:16:50 -05:00
Alex Clark ☺
4b2157aa1d Merge pull request #23 from rmagee/master
Reverse Proxy Support
2013-01-17 17:10:13 -08:00
Robert Magee
2a91f0bf80 accidentally committed this file. 2013-01-16 18:54:43 -07:00
Robert Magee
1705188c99 Added warning if config is wrong when configured for reverse proxy. 2013-01-16 18:40:50 -07:00
Robert Magee
aea343c191 forgot to pass request... 2013-01-16 18:03:15 -07:00
Robert Magee
f24ce0bea2 oooops. 2013-01-16 18:00:34 -07:00
Robert Magee
112b61b97b added get_ip function 2013-01-16 17:56:51 -07:00
Robert Magee
f4a7469e0e Added fixes for reverse proxy. 2013-01-16 17:32:38 -07:00
Alex Clark ☺
646609d9ba Merge pull request #22 from martey/point2github
Bitbucket and Google Code repositories are out of date
2012-12-13 13:28:00 -08:00
Martey Dodoo
64633a69aa Remove outdated Mercurial repos from README.
The Google Code and Bitbucket repositories have not been recently
updated. People who attempt to checkout the application from them will
receive outdated versions.
2012-12-13 16:11:22 -05:00
Alex Clark
61b17b4d56 Release 1.2.6 2012-12-04 12:33:57 -05:00
Alex Clark
8e026f54e5 Release 1.2.5 2012-11-28 21:09:25 -05:00
Alex Clark
0cf6f4f3b6 Release 1.2.5 2012-11-28 21:07:45 -05:00
Alex Clark
11c405b0c3 Release 1.2.5 2012-11-28 21:05:47 -05:00
Alex Clark
ae5934fbd1 Be more careful 2012-11-28 20:43:11 -05:00
Alex Clark
9bd1724aee Should be username not user, I think 2012-11-28 20:34:05 -05:00
Alex Clark ☺
f86f61a214 Merge pull request #20 from aclark4life/master
Don't import from axes
2012-11-28 06:49:21 -08:00
Alex Clark ☺
ce00422a72 Merge pull request #21 from kencochrane/master
New Lockout signal, Log all access attempts and unlock-able user accounts.
2012-11-27 08:39:24 -08:00
Ken Cochrane
3b58e9bc16 fixed a couple of issues from previous commits, imported signals in models to load them correctly. 2012-11-25 19:41:55 -05:00
Ken Cochrane
82296db695 Added ability to flag user accounts as unlockable, by having a field in the UserProfile called nolockout and set to True, if not there it is ignored 2012-11-25 18:39:14 -05:00
Ken Cochrane
4e16a85aed added ipaddress as a param to the user_locked_out signal; also added a signal reciever for user_logged_out so that we can log when the user logs out in the accessLog table. 2012-11-25 18:20:56 -05:00
Ken Cochrane
2b77673336 added a signal for when a user gets locked out 2012-11-25 17:42:55 -05:00
Ken Cochrane
9682a39528 Added AccessLog model to log all access attempts. refactored the models so there is a common abstract base class. Also added the model to django admin 2012-11-25 15:46:45 -05:00
Alex Clark ☺
f8028ddb63 Update setup.py
Don't import from axes
2012-10-25 19:46:37 -03:00
Josh VanderLinden
bd88ac1e7c Incorporating changes offered by kostrom in pull request #6 a flippin year ago... 2012-08-26 00:36:52 -06:00
Josh VanderLinden
6cb6b37a64 Merge pull request #15 from benkonrath/timezone
Use django timezone.now() to get current time.
2012-07-05 20:08:16 -07:00
Ben Konrath
9225835dd1 Use django timezone.now() to get current time.
Fallback to python datetime.now() when timezone is not available (Django <
1.4). This has been tested with Django 1.4 and 1.3.1.
2012-07-03 11:29:25 +02:00
Josh VanderLinden
6789ab6e24 Removed tag 1.2.4-rc1 2012-06-11 08:48:32 -06:00
Josh VanderLinden
02b7571718 Added tag 1.2.5-rc1 for changeset 928120acc477 2012-06-11 08:47:09 -06:00
Josh VanderLinden
f31a5227f5 Apparently 1.2.4-rc1 was already pushed to PyPI a while ago :) 2012-06-11 08:47:05 -06:00
Josh VanderLinden
c3f0b3c188 Added tag 1.2.4-rc1 for changeset 5a0199cff324 2012-06-11 08:41:45 -06:00
Josh VanderLinden
3d2479de37 Updated the README a bit 2012-06-11 08:41:41 -06:00
Mike Blume
d7d514078f the command is axes_reset
fix documentation. Close #12
2012-06-10 21:32:21 -07:00
Mike Blume
ed4b27c732 be careful about whether USE_TZ exists
should fix github issue #13
2012-06-10 21:23:23 -07:00
Josh VanderLinden
4a64812e16 Merge pull request #10 from benkonrath/master
patch for Django timezone support in datetime
2012-05-18 09:38:46 -07:00
Ben Konrath
5cf1f2dd59 Update Django timezone support based on comments from Josh VanderLinden. 2012-05-16 19:33:08 +02:00
Ben Konrath
f85f3e001d Add Django timezone support to datetime when enabled. 2012-05-11 10:24:34 +02:00
Mike Blume
9a6f96c4be don't put this whole thing in a try 2011-04-12 21:05:32 +00:00
Mike Blume
b1b0cb390e lots of pep8 fixes 2011-04-12 21:05:32 +00:00
Mike Blume
5e022c56d1 version bump 2011-03-16 17:33:33 +00:00
Mike Blume
50733bce76 make failures a property 2011-03-16 15:13:06 +00:00
Mike Blume
887df1ac4b lose settings import -- we don't seem to be using it. 2011-03-16 15:12:51 +00:00