Matt Wright
|
d87765fc3b
|
PEP8 polish
|
2013-07-22 12:37:44 -04:00 |
|
Matt Wright
|
78903fa2e5
|
Make password length message configurable.
|
2013-07-02 10:36:22 -04:00 |
|
Matt Wright
|
d19bb98abd
|
Version 1.6.4 changes. Refer to CHANGES for updates. Fixes #123 #121 #120 $119
|
2013-06-18 14:56:12 -04:00 |
|
Matt Wright
|
c24af5ca6e
|
Whitespace!
|
2013-05-28 11:11:37 -04:00 |
|
Jay Goel
|
e749b77ca7
|
Make flask-login respect SECURITY_FLASH_MESSAGES
|
2013-04-14 16:37:23 -04:00 |
|
Josh Purvis
|
3b81ec57ea
|
Changed has_role to accept strings with mongoengine. Fixes #110
|
2013-04-13 15:11:56 -04:00 |
|
Matt Wright
|
8708fd8514
|
Update form messaging to be more flexible. Fixes #80
|
2013-03-13 13:40:35 -04:00 |
|
Matt Wright
|
34aa43ead3
|
Merge pull request #100 from chrishaines/develop
Make subdomain configurable
|
2013-03-13 09:10:16 -07:00 |
|
Chris Haines
|
c0d1d0566f
|
Make subdomain configurable
|
2013-03-13 00:13:54 -04:00 |
|
Matt Wright
|
bbe99b5436
|
Fixes #98
|
2013-03-07 15:38:34 -05:00 |
|
Matt Wright
|
38a1dfa336
|
Merge pull request #85 from chrishaines/template_list
Template paths can be specified in config
|
2013-03-03 18:38:35 -08:00 |
|
rumori
|
ae64370478
|
added option to disable register email
|
2013-02-20 17:04:47 +01:00 |
|
Chris Haines
|
4f414cf70f
|
Merge branch 'develop' of git://github.com/mattupstate/flask-security into template_list
Conflicts:
requirements.txt
|
2013-02-01 19:40:01 -05:00 |
|
Matt Wright
|
f1f621d178
|
Merge pull request #78 from eskil/change_password_form
Change password form
|
2013-02-01 15:16:45 -08:00 |
|
Matt Wright
|
c49d9b57ed
|
Make login form messages configurable
|
2013-02-01 17:32:54 -05:00 |
|
Chris Haines
|
02c49ee423
|
Paths for templates are now configurable
|
2013-01-29 22:24:11 -05:00 |
|
Eskil Heyn Olsen
|
3081d76787
|
Fix passing category to login required message
|
2013-01-13 23:25:16 -08:00 |
|
Eskil Heyn Olsen
|
ded62a556b
|
Add a password-changed signal
|
2013-01-12 19:03:02 -08:00 |
|
Eskil Heyn Olsen
|
9a47ec1ed9
|
Working on change password form
|
2013-01-11 22:35:54 -08:00 |
|
Eskil Heyn Olsen
|
c5c27768f2
|
First pieces of change password form
|
2013-01-11 19:07:07 -08:00 |
|
Matt Wright
|
f566f41fb3
|
Merge pull request #58 from eskil/registerform
Configurable forms
|
2013-01-08 07:10:14 -08:00 |
|
Eskil Heyn Olsen
|
e4190a0315
|
Add kwargs for configurable forms.
Specifically list out the kwargs so we'll get an interpreter error
on a bad name.
|
2013-01-07 21:43:33 -08:00 |
|
Christophe Simonis
|
a1c007599f
|
allow change of hash scheme
|
2013-01-08 00:15:21 +01:00 |
|
Eskil Heyn Olsen
|
81040a57a6
|
Views get forms from _security
|
2013-01-06 20:20:06 -08:00 |
|
Matt Wright
|
53576c6013
|
Set Flask-Login messages
|
2013-01-06 21:01:35 -05:00 |
|
Eskil Heyn Olsen
|
f83092865b
|
Configurable forms, issue:49
|
2013-01-03 22:00:29 -08:00 |
|
Anthony Plunkett
|
514d27fd66
|
Ability to manage email subjects from configuration.
|
2012-11-19 21:13:52 -05:00 |
|
Matt Wright
|
c1141b57fa
|
Add ability to not register blueprint on app. Useful if combining apps such as an API layer and a frontend where the API is not concerned with rendering templates or handling traditional auth
|
2012-09-11 17:51:20 -04:00 |
|
Matt Wright
|
f928db298d
|
Refactor datastore implementation
|
2012-08-24 11:38:25 -04:00 |
|
Matt Wright
|
bac04a0f3c
|
remove more unnecessary code
|
2012-08-23 23:48:55 -04:00 |
|
Matt Wright
|
f1c52d01aa
|
Even more polish
|
2012-08-23 20:56:13 -04:00 |
|
Matt Wright
|
b052e09cd6
|
Polish
|
2012-08-23 20:47:48 -04:00 |
|
Matt Wright
|
6322b4cbe1
|
Clean up
|
2012-08-23 20:37:27 -04:00 |
|
Matt Wright
|
6e754ed356
|
Major refactoring. Got rid of exceptions/errors in favor of using simple return values. Update tests to ensure full coverage according to nose coverage plugin
|
2012-08-23 17:58:33 -04:00 |
|
Matt Wright
|
b0b09aea49
|
Add ability to define a send_mail_task which could be used to send mails instead of the default flask-mail plugin. Could also be used to send mail asynchronously. Make flask-mail required as well.
|
2012-08-23 13:01:11 -04:00 |
|
Matt Wright
|
8465fc4818
|
Add mail context processory
|
2012-08-22 16:42:32 -04:00 |
|
Matt Wright
|
5964a99e57
|
Clean up
|
2012-08-22 16:37:07 -04:00 |
|
Matt Wright
|
58685f2bb4
|
Decent clean up. Get rid of AuthProvider class in favor of keeping it simple
|
2012-08-21 17:04:41 -04:00 |
|
Matt Wright
|
828a973339
|
Add already confirmed scenario. Let datastore work without a request context
|
2012-08-21 01:50:40 -04:00 |
|
Matt Wright
|
f2d5028d7c
|
Prefer form error messages in some instances
|
2012-08-21 00:59:46 -04:00 |
|
Matt Wright
|
bebaac49e3
|
Forgo redirecting authentication endpoint so that login form errors can be displayed
|
2012-08-20 23:35:17 -04:00 |
|
Matt Wright
|
332575e53b
|
Fix up
|
2012-08-20 18:12:46 -04:00 |
|
Matt Wright
|
fa4668aa3f
|
Use default values for encrypt_password and verify_password
|
2012-08-20 17:44:20 -04:00 |
|
Matt Wright
|
3a07970216
|
Fix up salts and get rid of token serializer as its not used
|
2012-08-20 17:32:13 -04:00 |
|
Matt Wright
|
c36fee7fda
|
Clean up
|
2012-08-17 15:05:22 -04:00 |
|
Matt Wright
|
2bd19f999d
|
Code cleanup
|
2012-08-17 14:46:30 -04:00 |
|
Matt Wright
|
b7d71f8c59
|
Remove old commit param
|
2012-08-17 12:52:05 -04:00 |
|
Matt Wright
|
beff7a246d
|
Add context processors for security blueprint
|
2012-08-17 11:50:23 -04:00 |
|
Matt Wright
|
1c31728a26
|
Update message
|
2012-08-16 18:54:45 -04:00 |
|
Matt Wright
|
f00f2eff21
|
Update message
|
2012-08-16 18:54:38 -04:00 |
|