Srijan Choudhary
e1c7ec303f
Use get_json instead of json
...
The `request.json` method now calls `get_json`, which raises `BadRequest` if there is no json data or some error with it. So, it cannot be directly used as a check for presence of json data. This code currently returns a bad request if content type is `application/json` but json data is empty.
https://github.com/mitsuhiko/flask/blob/master/flask/wrappers.py#L110
2013-10-31 10:19:12 +05:30
Matt Wright
75794d5527
Merge pull request #158 from kleschenko/patch-2
...
removed unnecessary utcnow call
2013-10-16 08:16:09 -07:00
Matt Wright
cfd0efb91d
Fix #167
2013-10-03 10:10:06 -04:00
Matt Wright
7808870fcd
Merge pull request #163 from joehand/develop
...
Add option to disable password change email.
2013-10-03 07:05:54 -07:00
Joe Hand
55ffe2563e
Update test names and add docstring.
2013-10-02 08:24:27 -06:00
Matt Wright
a054241144
Merge pull request #168 from iurisilvio/patch-1
...
Fix typo: algorith -> algorithm
2013-10-02 07:11:59 -07:00
Iuri de Silvio
a112ea06bb
Fix typo: algorith -> algorithm
2013-09-27 21:04:51 -03:00
Joe Hand
20c16107e8
Add test for 'SECURITY_SEND_PASSWORD_CHANGE_EMAIL' configuration
2013-09-22 09:55:07 -06:00
Matt Wright
7121ebff22
Merge pull request #159 from martinmaillard/fix-typo-docs
...
Fix email templates paths in docs
2013-09-18 06:38:36 -07:00
Joe Hand
389d944aaf
Add option to disable password change email.
2013-09-15 18:38:36 -06:00
Matt Wright
73ff1c00b3
Fixes #146
2013-09-11 01:10:16 -04:00
Kostyantyn Leschenko
5a780ce741
simplified get_max_age return value
2013-09-05 18:12:31 +03:00
Kostyantyn Leschenko
20eed621ed
Merge branch 'develop' into patch-2
2013-09-05 18:10:05 +03:00
Matt Wright
0103bf4269
Remove pypy tests
2013-09-03 13:08:13 -04:00
Matt Wright
13422e046f
Use bcrypt instead of py-bcrypt
2013-09-03 13:00:03 -04:00
Matt Wright
6b3d65d6d6
Fix flask-login test setting
2013-09-03 12:20:56 -04:00
Matt Wright
1e958115e1
Fix tests
2013-09-03 11:55:13 -04:00
Martin Maillard
b87c6fe1aa
Fix email templates path in docs
2013-09-03 16:45:44 +02:00
Matt Wright
1d8a5f7c2e
Merge branch 'develop' of github.com:mattupstate/flask-security into develop
2013-09-03 10:25:38 -04:00
Matt Wright
40409af1dd
Fix documentation issue #145
2013-09-03 10:22:57 -04:00
Matt Wright
af0f0c202f
Update MANIFEST.in
2013-09-03 10:15:39 -04:00
Kostyantyn Leschenko
9ddb909342
removed unnecessary utcnow call
...
is this code required here?
2013-09-03 15:32:49 +03:00
Matt Wright
07bb00f75c
Bump version number to 1.6.9
1.6.9
2013-08-20 12:35:29 -04:00
Matt Wright
9a10be5c90
Merge branch 'develop'
2013-08-20 12:35:12 -04:00
Matt Wright
829bb135d7
Update CHANGES
2013-08-20 12:35:08 -04:00
Matt Wright
ab64406b6c
Merge pull request #152 from AleshGood/develop
...
Fix imports from Flask-WTF
2013-08-20 09:31:32 -07:00
Alexey Poryadin
6f68f1d540
Fix imports from Flask-WTF
2013-08-15 12:46:09 +04:00
Matt Wright
510c7bfa2a
Merge pull request #151 from lupiter/fix-peewee-delete-role
...
Commit deleting role from user (peewee).
2013-08-12 06:58:47 -07:00
Matt Wright
67d8134e3a
Merge pull request #150 from vmalloc/fix-147
...
#147 : only get by email_or_id if it is numeric
2013-08-12 06:58:35 -07:00
Wise, Catherine (ICT Centre, Acton)
7bef96c261
Commit deleting role from user (peewee).
2013-08-12 15:07:13 +10:00
Rotem Yaari and Rotem Yaari
7d6b42e960
#147 : only get by email_or_id if it is numeric
2013-08-11 20:15:06 +03:00
Matt Wright
e773232e5a
Merge branch 'develop'
1.6.8
2013-08-01 16:28:18 -04:00
Matt Wright
f401eac496
Merge branch 'develop' of github.com:mattupstate/flask-security into develop
2013-08-01 16:28:11 -04:00
Matt Wright
f6b532103d
Bump version number to 1.6.8
2013-08-01 16:27:32 -04:00
Matt Wright
27a4bbac6a
Update CHANGES
2013-08-01 16:27:25 -04:00
Matt Wright
0cf7d563dc
Update changes
2013-08-01 16:24:46 -04:00
Matt Wright
7c906de427
When logging in user lookups on email should be case insensitive
2013-08-01 16:22:28 -04:00
Matt Wright
9c03884441
Merge pull request #140 from joeyespo/ignore-validation-errors
...
Ignore validation errors in find_user
2013-07-25 14:28:01 -07:00
Joe Esposito
4ed4579738
Ignore validation errors in find_user
2013-07-24 16:08:19 -04:00
Matt Wright
156ccaecc1
Attempting a fix to get tests to pass with travis. Very odd...
2013-07-24 11:35:04 -04:00
Matt Wright
a5482922f3
Merge pull request #139 from codebutler/develop
...
Use token_callback for checking tokens.
2013-07-24 07:01:29 -07:00
Eric Butler
d3cfddfcac
Use token_callback for checking tokens.
...
Fixes error if user is not found.
2013-07-23 15:37:28 -07:00
Matt Wright
312a527498
PEP8 and general clean up on tests
2013-07-22 12:42:20 -04:00
Matt Wright
d87765fc3b
PEP8 polish
2013-07-22 12:37:44 -04:00
Matt Wright
d05e699a15
Clean up
2013-07-22 12:19:29 -04:00
Matt Wright
e7855488df
Docs polish
2013-07-22 11:44:19 -04:00
Matt Wright
01bdc0d356
A little more documentation. Fixes #131
2013-07-22 11:35:45 -04:00
Matt Wright
5e2a016bcd
Update docs. Fixes #137
2013-07-22 11:26:11 -04:00
Matt Wright
0f46f35981
Bump version number to 1.6.7
1.6.7
2013-07-11 14:58:46 -04:00
Matt Wright
c0d9eecf10
Set release date.
2013-07-11 14:58:36 -04:00