Commit graph

131 commits

Author SHA1 Message Date
Camilo Nova
61f3ec462c Made some cleanup and remove a pokemon exception handling 2013-04-20 18:07:31 -05:00
Camilo Nova
01edd72298 Improved tests so it really looks for the rabbit in the hole 2013-04-20 17:53:42 -05:00
Alex Clark
8543dad6ea Release 1.3.1 2013-04-19 13:35:33 -04:00
Alex Clark ☺
c1d813db92 Merge pull request #42 from horejsek/master
Fix getting of username with Django 1.5
2013-04-14 06:31:31 -07:00
Michal Horejsek
189536e34b Django 1.5 for username have method get_username 2013-04-14 12:44:22 +02:00
Alex Clark ☺
435e4a7961 Merge pull request #41 from horejsek/master
Fix of logging args
2013-04-13 12:11:52 -07:00
Michal Horejsek
7c0c20b86b Fixed log of args in decorator watch_login 2013-04-13 20:23:06 +02:00
Alex Clark ☺
22a6c43672 Merge pull request #40 from camilonova/remove-staff-member-required
Dropped support for Django versions older than 1.4 Fixes #4
2013-04-04 21:27:36 -07:00
Alex Clark ☺
f4efcc2ec1 Merge pull request #39 from camilonova/fix-issue38
Make sure axes can handle weird user agents. Fixes #38
2013-04-04 21:27:00 -07:00
Camilo Nova
8eb6f338d5 Dropped support for Django versions older than 1.4 Fixes #4 2013-04-04 19:38:34 -05:00
Camilo Nova
dacdb32d18 Make sure axes can handle weird user agents. Fixes #38 2013-04-04 19:19:52 -05:00
Alex Clark ☺
f502093a7d Merge pull request #37 from camilonova/add-django-1.5-support
Added support for Django 1.5. Fixes #34
2013-04-02 04:57:32 -07:00
Alex Clark ☺
0dad730640 Merge pull request #36 from camilonova/fix-issue-16
Tweaked failure limit so it would be more natural. Fixes #16
2013-04-02 04:57:21 -07:00
Alex Clark ☺
729063fba2 Merge pull request #35 from camilonova/travis-readme
Added status image from travis to readme file
2013-04-02 04:57:03 -07:00
Alex Clark ☺
6c7c3506c7 Merge pull request #33 from camilonova/fix-duplicated-entries
Fix duplicated entries. Fixes #17
2013-04-02 04:42:10 -07:00
Camilo Nova
6a99b75918 Added support for Django 1.5. Since we are storing a username, no matter what it is, the only change needed is where checking the user lockable attribute. Fixes #34 2013-03-31 09:30:47 -05:00
Camilo Nova
e1e9d28134 Tweaked failure limit so it would be more natural. Fixes #16 2013-03-31 08:04:30 -05:00
Camilo Nova
971218a746 Added status image from travis to readme file 2013-03-31 07:27:08 -05:00
Alex Clark ☺
95cd103f37 Merge pull request #32 from camilonova/add-travis
Add travis support
2013-03-16 16:27:01 -07:00
Camilo Nova
3166adb9a4 Removed duplicated watching for the login function, because admin uses the login function from auth.views too. Fixes #17 2013-03-16 18:06:17 -05:00
Camilo Nova
a82ae1673a Improved code readability 2013-03-16 18:06:09 -05:00
Camilo Nova
eabb14cd0f Improved code readability 2013-03-16 18:06:01 -05:00
Camilo Nova
3f860e9368 Improved documentation adding testing 2013-03-16 17:03:11 -05:00
Camilo Nova
ea170a2a2a Fixed setting env variable 2013-03-16 16:39:17 -05:00
Camilo Nova
01c539d90b Added missing python path 2013-03-16 16:34:18 -05:00
Camilo Nova
86bb31e195 Move travis.yml to root folder 2013-03-16 16:18:07 -05:00
Camilo Nova
f6914c3c08 Added travis support for testing 2013-03-16 16:15:54 -05:00
Camilo Nova
58c3a82881 Added better testing schema 2013-03-16 16:09:55 -05:00
Camilo Nova
cdb294f8f5 Updated version number 2013-03-16 11:52:28 -05:00
Alex Clark
8b81b8a8cd Release 1.3.0 2013-02-27 15:28:15 -05:00
Alex Clark ☺
22125e7deb Merge pull request #31 from csghormley/30_logging
To fix issue #30.
2013-02-27 12:19:46 -08:00
Christopher Ghormley
b3892da605 Refactor for better logical flow. 2013-02-20 23:08:28 +00:00
Christopher Ghormley
6888cf41cb Don't set up logging if settings module already has LOGGING defined.
If LOGGING is defined, you can add something like this to LOGGING.loggers:

        'axes.watch_login': {
            'handlers': ['syslog'],
            'level': 'INFO',
        },
2013-02-20 22:47:15 +00:00
Alex Clark
1ed2b5fb5a Release 1.2.9 2013-02-20 09:08:51 -05:00
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