Commit graph

612 commits

Author SHA1 Message Date
Benedikt Bauer
306dd3c596 Use credentials whenever possible in favor of request.POST 2018-12-19 15:05:09 +01:00
Aleksi Häkli
365f972413
Merge pull request #372 from jazzband/versions
Update test matrix to include Python 3.7 and Django 2.1
2018-12-15 19:40:47 +02:00
Aleksi Häkli
8204032102
Add Python 3.7 to supported versions
Add Django 2.1 to the test matrix

Fixes #371

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-12-10 19:48:46 +02:00
Aleksi Häkli
06870b08a0
Improve documentation for AXES_IP_WHITELIST config 2018-12-09 16:01:56 +02:00
Aleksi Häkli
295eb62527
Release 4.4.3
Fixes #370

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-12-08 15:24:52 +02:00
Aleksi Häkli
deb32c92c5
Add translations to the distribution
Fixes #361

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-12-08 15:15:03 +02:00
Mark Davidoff
3899553ba2
Merge pull request #369 from arjenzijlstra/update-error-message-axesmodelbackend
Update message of parameter required exception in AxesModelBackend.
2018-11-06 11:40:35 -08:00
Arjen
14f3a306d7
Update message of parameter required exception in AxesModelBackend. 2018-11-06 18:44:12 +01:00
Aleksi Häkli
3ccc218b89
Merge pull request #366 from arjenzijlstra/feature-reset-on-success
Added functionality to reset failed attempts on successful login.
2018-10-31 18:35:29 +02:00
Mark Davidoff
db63fe022b
Merge pull request #368 from jazzband/442
4.4.2 Release
2018-10-31 09:08:33 -07:00
Mark Davidoff
376b6a8840
bump version 2018-10-31 09:07:44 -07:00
Mark Davidoff
8ffb63e9bb
Update Changelog as the other fix did not make it into 441 2018-10-31 09:05:26 -07:00
Arjen
49ba672e2b
Rewrote test_reset_on_succes to use a common function. 2018-10-31 09:16:50 +01:00
Arjen
4509c7aab7
Rewrote range statement. 2018-10-31 08:42:47 +01:00
Arjen
4a9e75eb5d
Removed absolete print statements. 2018-10-31 08:40:05 +01:00
Arjen
f67d4db8fb
Put count on its own line. 2018-10-31 08:38:54 +01:00
Mark Davidoff
ce62cd35fa
Merge pull request #365 from markddavidoff/add-missing-migrations
Bug: Add missing migrations
2018-10-29 10:16:56 -07:00
Arjen
ac4ab22183
Added setting to reset failed attempts on successful login. 2018-10-26 14:45:06 +02:00
Mark Davidoff
c67869cfd3 squeeze this into 4.4.1 2018-10-24 16:55:18 -07:00
Mark Davidoff
b453943f86 add a test to make sure we don't have any more missing migrations 2018-10-24 16:55:18 -07:00
Mark Davidoff
8da725bd18 add a manage.py to make making migrations easier 2018-10-24 16:55:17 -07:00
Mark Davidoff
7943def4e5 migration was not generated when verbose names were added for models. 2018-10-24 15:44:08 -07:00
Aleksi Häkli
734bba3379
Merge pull request #364 from jazzband/441-release
4.4.1 release
2018-10-24 09:52:57 +03:00
Mark Davidoff
b297ac6352
update changelog 2018-10-18 16:15:22 -07:00
Mark Davidoff
7f20104c3a
bump version 2018-10-18 16:07:44 -07:00
Camilo Nova
3171860795
Merge pull request #357 from jazzband/doc-drf-wording-change
Wording change as DRF made some changes
2018-09-29 09:04:47 -05:00
Camilo Nova
84737a392c
Merge pull request #359 from markddavidoff/use-request-in-login-failed
for consistency get username from request in log_user_login_failed
2018-09-29 09:04:16 -05:00
Mark Davidoff
cd4fee226a for consistency use get_client_username in log_user_login_failed instead of credentials. IMHO we should be using credentials everywhere but since we're not, at least be consistent 2018-09-28 15:18:28 -07:00
Mark Davidoff
72b4f4abe4
Wording change as DRF made some changes 2018-09-28 13:14:20 -07:00
hsiao yi
25fef6eb19
Merge pull request #350 from jazzband/hsiaoyi0504-patch-1
pin prospector to 0.12.11, and pin astroid to 1.6.5
2018-08-04 02:43:26 -04:00
hsiao yi
7d3f6d4d6b pin prospector to 0.12.11, and pin astroid to 1.6.5 2018-08-04 01:27:25 -04:00
Camilo Nova
e1696ca39d
Merge pull request #348 from adonig/master
German Translation
2018-07-17 09:04:50 -05:00
Andreas Donig
8bfe343a78 Add translations for the admin fieldset headers 2018-07-17 15:57:24 +02:00
Andreas Donig
c4220aea6a Compile the new messages 2018-07-17 15:50:08 +02:00
Andreas Donig
1f257b29c7 Add verbose names for the Model classes 2018-07-17 15:41:06 +02:00
Andreas Donig
7dc7d04a54 Try whether the locale folder has to be within the app folder 2018-07-17 15:32:07 +02:00
Andreas Donig
276487895a Make verbose_name a positional argument 2018-07-17 15:20:45 +02:00
Andreas Donig
c6bf55c04d Change _ to be gettext_lazy 2018-07-17 15:14:17 +02:00
Andreas Donig
84e2568225 Fix another typo 2018-07-17 15:08:00 +02:00
Andreas Donig
a4ace8c593 Fix a typo 2018-07-17 15:06:27 +02:00
Andreas Donig
47ea54b4aa Add a German translation 2018-07-17 15:04:33 +02:00
Camilo Nova
70baa268aa Tweak 2018-05-26 12:28:11 -05:00
Camilo Nova
764381b5ec Bump version 2018-05-26 11:40:46 -05:00
Camilo Nova
e34f04b201
Merge pull request #343 from jaadus/modified_username
Optional callable in settings to clean username
2018-05-24 09:18:10 -05:00
jd
7f5bacab1b add documentation for AXES_USERNAME_CALLABLE 2018-05-24 00:38:04 -07:00
jd
4684a1a04f Add a setting to supply a callable that can return a correct username given a request object #318 2018-05-22 14:54:45 -07:00
Camilo Nova
4c71679559
Merge pull request #335 from jazzband/release
Version 4.3.1
2018-04-21 15:10:04 -05:00
Aleksi Häkli
263d381f8c
Version 4.3.1
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-04-21 17:45:50 +03:00
Aleksi Häkli
96ab3f1a5b
Add missing comma to setup.py
Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-04-21 17:42:02 +03:00
Aleksi Häkli
1879762e04
Use warning for custom authentication backend authentication failures
Fixes #311

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
2018-04-21 17:41:00 +03:00