Greg Einfrank
|
2aeee348d4
|
Fix two typos in docstrings
|
2014-08-27 23:37:58 -04:00 |
|
Matt Wright
|
31e3ab5470
|
Merge pull request #289 from scollinson/fix_menu_typo
Fix a typo in the menu template
|
2014-08-13 15:44:20 -04:00 |
|
Matt Wright
|
6bdcd2930d
|
Merge pull request #278 from dokterbob/post_register_redirect
Enable ‘next’ redirection after registration.
|
2014-07-29 13:23:42 -04:00 |
|
Sam Collinson
|
1076887900
|
fix typo in menu template
|
2014-07-21 19:07:12 +12:00 |
|
Mathijs de Bruin
|
15c9ef1d07
|
Attempt to fix tests.
|
2014-07-03 15:48:55 +02:00 |
|
Mathijs de Bruin
|
d1ec38ea18
|
Keep value of ‘next’ in menu links.
This allows moving from the login to registration (and vice versa) while keeping the redirection URL, enabling a much smoother user experience.
|
2014-07-03 15:22:56 +02:00 |
|
Mathijs de Bruin
|
577a3a8110
|
Enable ‘next’ redirection after registration.
|
2014-07-03 15:21:03 +02:00 |
|
Matt Wright
|
7b474efd7a
|
Bump version number to 1.7.3
1.7.3
|
2014-06-10 13:05:24 -04:00 |
|
Matt Wright
|
f12bc17e7e
|
Merge branch 'develop'
|
2014-06-10 13:05:12 -04:00 |
|
Matt Wright
|
999f882f61
|
Update CHANGES
|
2014-06-10 13:05:06 -04:00 |
|
Matt Wright
|
a140c01b57
|
Add python3.4 to travis and tox
|
2014-06-10 12:40:12 -04:00 |
|
Matt Wright
|
76cf3eaf6a
|
Do not expose user info in /reset responses. Fixes #249
|
2014-06-10 12:24:19 -04:00 |
|
Matt Wright
|
a6b5d3053c
|
Use safe_str_cmp when evaluating tokens. Fixes #252
|
2014-06-10 12:14:58 -04:00 |
|
Matt Wright
|
0a48997fdd
|
Improve encoding of strings. Addresses #231 and #253
|
2014-06-10 11:47:35 -04:00 |
|
Matt Wright
|
96f1b3e0d1
|
Fix tests to pass python 3
|
2014-06-10 11:12:40 -04:00 |
|
Matt Wright
|
0facdaacd9
|
Make validate_redirect_url smarter. Fixes #261.
|
2014-06-10 10:48:56 -04:00 |
|
Matt Wright
|
9cadf855a4
|
Adjust POST_LOGIN_VIEW and POST_LOGOUT_VIEW test
|
2014-06-10 10:42:28 -04:00 |
|
Matt Wright
|
f387759cee
|
Bump version number to 1.7.2
1.7.2
|
2014-05-06 14:05:27 -04:00 |
|
Matt Wright
|
faa9f65596
|
Update CHANGES
|
2014-05-06 14:04:44 -04:00 |
|
Matt Wright
|
3d5b37cef2
|
Polish for static analysis
|
2014-05-06 13:14:25 -04:00 |
|
Matt Wright
|
d185407ac4
|
Add mock X-Forwarded-For header in trackable tests
|
2014-05-06 13:14:14 -04:00 |
|
Matt Wright
|
58b7fa8e2e
|
Check X-Forwarded-For header value when tracking IP addresses. Fixes #234
|
2014-05-06 12:35:50 -04:00 |
|
Matt Wright
|
721b985bc4
|
Something about a bug...
|
2014-05-06 11:59:28 -04:00 |
|
Matt Wright
|
b08d7c2085
|
Clean up tests with some pytest marking
|
2014-05-06 11:58:39 -04:00 |
|
Matt Wright
|
fff71e3e04
|
Polish
|
2014-05-06 07:57:00 -04:00 |
|
Matt Wright
|
546680a94b
|
Polish
|
2014-03-14 15:33:25 -04:00 |
|
Matt Wright
|
00e121c869
|
Remove duplicated line
|
2014-03-14 15:32:39 -04:00 |
|
Matt Wright
|
7098a6757c
|
Update build files
|
2014-03-14 15:30:30 -04:00 |
|
Matt Wright
|
510d1356a2
|
A bunch of adjustments to satisfy existing tests and even some new ones
|
2014-03-14 15:26:53 -04:00 |
|
Matt Wright
|
e5111dbb0c
|
Add moar tests!
|
2014-03-14 15:26:20 -04:00 |
|
Matt Wright
|
44b91a351a
|
Update gitignore
|
2014-03-13 18:33:22 -04:00 |
|
Matt Wright
|
4b58a00abd
|
Update tox.ini and MANIFEST.in
|
2014-03-13 18:32:39 -04:00 |
|
Matt Wright
|
f3014d01df
|
Convert all tests to use pytest. Phew!
|
2014-03-13 18:28:25 -04:00 |
|
Matt Wright
|
ed645b51f2
|
Fix confirmation endpoint to flash an "already confirmed" message if user attempts to confirm after already being confirmed
|
2014-03-13 17:18:39 -04:00 |
|
Matt Wright
|
bc60c021a3
|
Fix password_changed signal to behave like the other signals. Fixes #222
|
2014-03-13 09:35:54 -04:00 |
|
Matt Wright
|
9f00613906
|
Merge pull request #225 from nfvs/fix_emails_with_celery_link
Fixed Celery link in "Emails with Celery".
|
2014-03-13 09:09:39 -04:00 |
|
Nuno Santos
|
0f872af03a
|
Fixed Celery link in "Emails with Celery".
|
2014-02-27 16:45:25 +01:00 |
|
Matt Wright
|
1d3a75d77b
|
Merge pull request #223 from ahtik/issue-verify_password
verify_password in 1.7.0 was no longer behaving like in 1.6.9
|
2014-02-20 10:10:44 -05:00 |
|
Ahti Kitsik
|
1395df334e
|
Changing verify_password so it works like verify_and_update_password. Currently verify_password was not only creating a hmac hash but also encrypting (encrypt_password is first hmac-signing and then encrypting).
Removed unneccessary and wrong tests.
|
2014-02-20 16:46:49 +02:00 |
|
Matt Wright
|
0268a2d568
|
Merge pull request #217 from swarmer/logout-fix
Make logout view do nothing if the user is already logged out
|
2014-02-04 07:24:41 -08:00 |
|
Anton Barkovsky
|
09f6f64e5b
|
Make logout view do nothing if the user is already logged out
|
2014-02-04 16:51:00 +03:00 |
|
Matt Wright
|
8e8d581f0d
|
Add images to README.rst
|
2014-01-24 14:17:07 -05:00 |
|
Matt Wright
|
65b454ca7e
|
Merge branch 'develop' of github.com:mattupstate/flask-security into develop
|
2014-01-24 14:09:46 -05:00 |
|
Matt Wright
|
2006d2ae3d
|
Add coverage and coveralls to .travis.yml
|
2014-01-24 14:09:39 -05:00 |
|
Matt Wright
|
c0673c1239
|
Merge pull request #180 from pythonhub/develop
Allow overwritten on render_template to use Flask-Themes based app #179
|
2014-01-24 08:15:00 -08:00 |
|
Bruno Rocha
|
922a038d28
|
Merge https://github.com/mattupstate/flask-security into develop
|
2014-01-24 14:06:03 -02:00 |
|
Matt Wright
|
668b4ee651
|
Merge branch 'develop' of github.com:mattupstate/flask-security into develop
|
2014-01-24 10:32:09 -05:00 |
|
Matt Wright
|
f854c24094
|
Merge pull request #205 from HereLabsInc/catch_decoding_errors
catch possible TypeError and ValueError from serializer
|
2014-01-24 07:31:51 -08:00 |
|
Matt Wright
|
d314e54680
|
Merge branch 'develop' of github.com:mattupstate/flask-security into develop
|
2014-01-24 10:25:01 -05:00 |
|
Matt Wright
|
9400032a1f
|
Merge pull request #214 from kleink/develop
Update script.py for Python 2's print statement vs. Python 3's function.
|
2014-01-24 07:24:55 -08:00 |
|