Commit graph

354 commits

Author SHA1 Message Date
Aaron Redalen
d5a5e46b2f Reset all attempts when ip not specified
When no ip address positional arguments are specified, reset all attempts, as with reset() and per documentation.
2016-08-05 09:40:12 -07:00
Aaron Redalen
1addfaecb6 Make ip positional argument optional 2016-08-05 09:00:11 -07:00
Camilo Nova
ba3fe1c789 Update development.rst 2016-08-01 07:43:06 -05:00
Camilo Nova
667f313258 Merge pull request #180 from jorlugaqui/split-sections-in-documentation
Improve documentation (move sections to a separate rst file)
2016-08-01 07:42:20 -05:00
Jorge Galvis
025325adb7 Improve documentation:
+ Move chapters to a separate file.
+ Add readthedocs theme.
+ Remove doc from README.rst
2016-08-01 00:17:34 +02:00
Jorge Galvis
6dd80a6d89 Ignore tox files 2016-07-31 21:43:13 +02:00
Camilo Nova
8f0b9351f4 Fixes #173 2016-07-30 10:50:55 -05:00
Camilo Nova
c470f6eefa Update .travis.yml 2016-07-30 10:47:20 -05:00
Camilo Nova
ada703a313 Delete .coveralls.yml 2016-07-30 10:46:05 -05:00
Camilo Nova
35e437042c Create .coveralls.yml 2016-07-30 10:42:40 -05:00
Camilo Nova
74bbae410a Merge pull request #179 from jorlugaqui/add-link-readthedocs
Add link readthedocs
2016-07-30 10:20:16 -05:00
Jorge Galvis
298c7289f9 Merge branch 'master' into add-link-readthedocs 2016-07-30 17:18:11 +02:00
Jorge Galvis
7dfe23d43d Added documentation link 2016-07-30 17:05:13 +02:00
Camilo Nova
5b534fefa5 Merge pull request #176 from jorlugaqui/readthedocs
Added readthedocs fixes #172
2016-07-30 09:51:51 -05:00
Jorge Galvis
21e433dd68 Added readthedocs 2016-07-30 16:48:50 +02:00
Camilo Nova
0870f23fb6 Added automatic deployment to pypi 2016-07-30 09:28:52 -05:00
Camilo Nova
852d3cedeb Merge pull request #175 from jorlugaqui/jazzband
Add CONTRIBUTING.md according to jazzband guidelines
2016-07-30 09:17:47 -05:00
Jorge Galvis
37baf706d7 Add CONTRIBUTING.md according to jazzband guidelines 2016-07-30 16:14:30 +02:00
Camilo Nova
b20bad14f5 Removed unneeded test 2016-07-20 12:10:42 -05:00
Camilo Nova
5ece222de6 Remove unused method in test 2016-07-20 12:02:11 -05:00
Camilo Nova
0a98d2ac2b Release 2.2.0 2016-07-20 11:54:31 -05:00
Camilo Nova
4cec234b38 Improve docs 2016-07-20 11:51:51 -05:00
Camilo Nova
0239e173e0 🔥 Clean weird logic when processing proxy ips 2016-07-20 11:38:37 -05:00
Camilo Nova
ea9a87b7de Release 2.1.0 2016-07-14 16:14:25 -05:00
Camilo Nova
ec9a63c340 Update README.rst 2016-07-08 08:57:27 -05:00
Camilo Nova
02936a0b47 Merge pull request #169 from vdboor/master
Add `default_app_config` so you can just use `axes` in `INSTALLED_APPS`
2016-07-08 08:56:54 -05:00
Diederik van der Boor
8f011917dc Add default_app_config so you can just use axes in INSTALLED_APPS 2016-07-07 11:12:29 +02:00
Camilo Nova
5ba8aa4580 Release 2.0.0 2016-06-24 11:55:13 -05:00
Camilo Nova
730857a158 ☀️ Migrated from Middleware and added support for django 1.10 2016-06-24 11:31:01 -05:00
Camilo Nova
b300910dc1 🔥 Removed example project 2016-06-24 09:46:55 -05:00
Camilo Nova
08f40bc13b 🔥 Cleaning 2016-06-24 09:42:18 -05:00
Camilo Nova
036b47706a ☀️ Improved the way we run tests 2016-06-24 09:16:29 -05:00
Camilo Nova
19f4e709e8 🔥 Do some cleaning 2016-06-24 08:41:24 -05:00
Camilo Nova
a136c31024 Updated tested versions 2016-06-24 08:00:31 -05:00
Camilo Nova
7a395011a4 Removed filter by ip address 2016-06-23 17:34:57 -05:00
Alex Clark
6fde5046c9 Add Django, demo project/app for testing 2016-06-20 16:32:37 -04:00
Alex Clark
a1a880bf74 Update makefile; add reqs
- Makefile based on https://github.com/aclark4life/project-makefile
- Reqs (requirements.txt) facilitate "make install"
2016-06-20 16:06:16 -04:00
Camilo Nova
031a314986 Merge pull request #167 from mullakhmetov/iso8601-fix
Fix ISO8601 time duration format.
2016-06-20 11:08:35 -05:00
Artur Mullakhmetov
dfe7d84907 Fix ISO8601 time duration format. 2016-06-20 17:40:17 +03:00
Camilo Nova
1a071e4fdd Updated docs 2016-06-13 16:30:39 -05:00
Camilo Nova
b9b948c776 Release 1.7.0 2016-06-10 17:03:25 -05:00
Camilo Nova
a87ffa6874 Merge pull request #158 from mullakhmetov/json-response-type
Added JSON response type.
2016-06-07 09:12:10 -05:00
Camilo Nova
3cbf9eb13d Merge pull request #164 from maykinmedia/feature-never-lockout-whitelist
Added option to never lockout the whitelist.
2016-06-07 09:11:01 -05:00
Camilo Nova
2ebda2f927 Merge pull request #163 from maykinmedia/fixes-162-unicode-decode-error-on-install
Fixes #162: UnicodeDecodeError on pip install
2016-06-02 14:25:20 -05:00
Joeri Bekker
99fd05e68c Added AXES_NEVER_LOCKOUT_WHITELIST option to prevent certain IPs from being locked out. 2016-06-02 13:40:31 +02:00
Joeri Bekker
d724aab721 Fixes issue 162: UnicodeDecodeError on pip install 2016-06-01 12:24:52 +02:00
Artur Mullakhmetov
5627d1c285 Merge remote-tracking branch 'upstream/master' into json-response-type
# Conflicts:
#	axes/decorators.py
2016-05-30 16:36:39 +03:00
Artur Mullakhmetov
1c303ceec5 Add json response and iso8601 tests. 2016-05-30 16:08:34 +03:00
Artur Mullakhmetov
06a97de5d9 Edit json response. Context now contains ISO 8601 formatted cooloff time. 2016-05-30 16:05:10 +03:00
Artur Mullakhmetov
7444c4e3b3 Add iso8601 translator. 2016-05-30 15:59:48 +03:00