Commit Graph

  • 8b41b531a6 Merge pull request #91 from intonarumori/develop Matt Wright 2013-02-20 15:06:46 -08:00
  • 4a048a4918 updated doc with new registration email option rumori 2013-02-20 17:37:30 +01:00
  • ae64370478 added option to disable register email rumori 2013-02-20 17:04:47 +01:00
  • b03f355fae Merge pull request #88 from andreev-artem/develop Matt Wright 2013-02-03 12:12:04 -08:00
  • 8085e0031e Password should be encoded as 'utf-8' before creating hmac to support passwords with non-latin symbols Artem Andreev 2013-02-03 22:14:32 +04:00
  • dbc2dcc625 Removed flask-script as a dependency in setup.py Chris Haines 2013-02-01 19:43:13 -05:00
  • ad6227006e Fixed lack of newline in requirements.txt Chris Haines 2013-02-01 19:41:42 -05:00
  • 4f414cf70f Merge branch 'develop' of git://github.com/mattupstate/flask-security into template_list Chris Haines 2013-02-01 19:40:01 -05:00
  • adb2680289 Add change password endpoint Matt Wright 2013-02-01 18:21:43 -05:00
  • f1f621d178 Merge pull request #78 from eskil/change_password_form Matt Wright 2013-02-01 15:16:45 -08:00
  • 996e162d11 Merge pull request #70 from eskil/formsdocs Matt Wright 2013-02-01 14:59:40 -08:00
  • 840f72a589 Merge pull request #82 from maebert/flask-peewee Matt Wright 2013-02-01 14:44:52 -08:00
  • eca83f83ac Test configured login form messages better Matt Wright 2013-02-01 17:37:03 -05:00
  • 0f070b494a Merge branch 'feature/login_form_messages' into develop Matt Wright 2013-02-01 17:33:22 -05:00
  • 0ea1e0c03d Update CHANGES Matt Wright 2013-02-01 17:33:15 -05:00
  • c49d9b57ed Make login form messages configurable Matt Wright 2013-02-01 17:32:54 -05:00
  • 8d7e0f5190 Merge branch 'feature/csrf_testing' into develop Matt Wright 2013-02-01 17:25:36 -05:00
  • 012781103a Update CHANGES Matt Wright 2013-02-01 17:25:30 -05:00
  • 34b3bf9e80 Fix CSRF functionality for LoginForm The login form was not respecting csrf validation. I've adjusted the tests as well to always send a CSRF token along. This now requires all requests to pass a csrf token. If performing plain AJAX requests the token will have to be extracted from the form in some way. Fixes #86 Matt Wright 2013-02-01 17:18:31 -05:00
  • 4c203a4777 Removed extra line. Chris Haines 2013-01-29 22:29:31 -05:00
  • 02c49ee423 Paths for templates are now configurable Chris Haines 2013-01-29 22:24:11 -05:00
  • 3f243d1c11 Updated flask version and added flask-script to setup.py. Chris Haines 2013-01-29 19:51:25 -05:00
  • cf37d59d47 Updated requirements to reflect packages in setup.py Chris Haines 2013-01-29 19:27:05 -05:00
  • 75c10c75d9 Fixed typo in requirements.txt Chris Haines 2013-01-29 19:13:20 -05:00
  • 51e06bdbb0 Fixes typo in find_or_create_role Manuel Ebert 2013-01-29 15:46:59 -08:00
  • 462fb1ae7e Convenience method for finding or creating a role Manuel Ebert 2013-01-28 18:58:11 -08:00
  • aea5b91649 Method stub parameters and docs for find_role didn't match implementations. Manuel Ebert 2013-01-28 18:57:19 -08:00
  • e3e96d546a Another small fix for the peewee docs Manuel Ebert 2013-01-25 16:59:48 -08:00
  • 46c2355a7e FIxes peewee description on quickstart Manuel Ebert 2013-01-25 16:58:21 -08:00
  • 423e430e04 Docs for flask-peewee Manuel Ebert 2013-01-25 16:54:18 -08:00
  • 70b11d9015 Unit-tests for flask-peewee Manuel Ebert 2013-01-25 16:53:01 -08:00
  • 5687f2f5a9 Adds support for flask-peewee Manuel Ebert 2013-01-25 16:52:50 -08:00
  • b82a8d681d Merge pull request #79 from maebert/develop Matt Wright 2013-01-25 08:08:05 -08:00
  • 29af22bd6e Updated requirements.txt to reflect setup.py Manuel Ebert 2013-01-24 16:24:50 -08:00
  • 68f8127286 Updates dependencies to Flask>=0.9 Manuel Ebert 2013-01-24 16:23:48 -08:00
  • 647e1a06d5 Add test to ensure it is disabled Eskil Heyn Olsen 2013-01-17 20:35:23 -08:00
  • 84759b5dbd Merge pull request #73 from apahomov/multiple-auth-mechanisms Matt Wright 2013-01-16 19:37:55 -08:00
  • 39f62374aa Added tests apahomov 2013-01-15 10:30:48 +04:00
  • 4de2cbcf9f Merge pull request #72 from eskil/please_login_msg Matt Wright 2013-01-14 07:17:05 -08:00
  • 3f9ca423bd Calling auth methods apahomov 2013-01-14 16:11:09 +04:00
  • bbed019ca5 Add auth_required decorator that allows multiple auth mechanisms apahomov 2013-01-14 15:45:18 +04:00
  • 3081d76787 Fix passing category to login required message Eskil Heyn Olsen 2013-01-13 23:25:16 -08:00
  • 1a0ddff82b Get auth token from JSON request. apahomov 2013-01-14 10:54:48 +04:00
  • e9b40a12c8 Fix for Python 2.6 Matt Wright 2013-01-14 00:26:46 -05:00
  • 3adb4afd60 Minor wording fix Eskil Heyn Olsen 2013-01-12 23:58:47 -08:00
  • c7af67f3a3 Fix signals test, following redirect is a trap Eskil Heyn Olsen 2013-01-12 23:53:31 -08:00
  • cca9298e74 Fix and test redir to configurable view post change Eskil Heyn Olsen 2013-01-12 19:56:50 -08:00
  • 4f9e23e0bc Fix email forms to have externally available links Eskil Heyn Olsen 2013-01-12 19:34:53 -08:00
  • ded62a556b Add a password-changed signal Eskil Heyn Olsen 2013-01-12 19:03:02 -08:00
  • 508f4d1b52 Fix change password form Eskil Heyn Olsen 2013-01-12 15:57:52 -08:00
  • 050ccb847a Forgot to add form Eskil Heyn Olsen 2013-01-12 14:55:30 -08:00
  • b67e61d625 Change password form Eskil Heyn Olsen 2013-01-12 14:40:42 -08:00
  • 9a47ec1ed9 Working on change password form Eskil Heyn Olsen 2013-01-11 22:35:54 -08:00
  • c5c27768f2 First pieces of change password form Eskil Heyn Olsen 2013-01-11 19:07:07 -08:00
  • 4dd944a8c1 Another fix to docs Eskil Heyn Olsen 2013-01-11 18:38:05 -08:00
  • e22aff51a4 Clarify user model/register form interaction in docs. Eskil Heyn Olsen 2013-01-10 07:57:44 -08:00
  • 6adc26a897 Get rid of strftime in favor of total_seconds. Fixes #67 Matt Wright 2013-01-09 14:02:42 -05:00
  • 9726726e5a Merge pull request #68 from eskil/fix_tests Matt Wright 2013-01-09 07:35:07 -08:00
  • 6202abb75c remove import that was left by accident Eskil Heyn Olsen 2013-01-08 18:41:16 -08:00
  • 3c65923d33 Merge pull request #66 from eskil/registerform Matt Wright 2013-01-08 08:16:30 -08:00
  • daed6e1064 Update documentation reg. configurable forms Eskil Heyn Olsen 2013-01-08 07:45:13 -08:00
  • f566f41fb3 Merge pull request #58 from eskil/registerform Matt Wright 2013-01-08 07:10:14 -08:00
  • e4190a0315 Add kwargs for configurable forms. Eskil Heyn Olsen 2013-01-07 21:43:33 -08:00
  • ca0d1d0b50 All unit-tests for configurable forms Eskil Heyn Olsen 2013-01-07 21:43:27 -08:00
  • 4e57226a1b Merge pull request #65 from KangOl/develop Matt Wright 2013-01-07 21:34:08 -08:00
  • a89b76d648 do not break API. add a new function to verify and update password Christophe Simonis 2013-01-08 01:01:02 +01:00
  • d0497fc886 update password automatically Christophe Simonis 2013-01-08 00:49:20 +01:00
  • a1c007599f allow change of hash scheme Christophe Simonis 2013-01-08 00:15:21 +01:00
  • 81040a57a6 Views get forms from _security Eskil Heyn Olsen 2013-01-06 20:20:06 -08:00
  • 09fe5a2cb7 Make test_app take kwargs Eskil Heyn Olsen 2013-01-06 20:00:13 -08:00
  • d760aa41c5 Merge branch 'master' into develop Matt Wright 2013-01-06 21:01:53 -05:00
  • 53576c6013 Set Flask-Login messages Matt Wright 2013-01-06 21:01:35 -05:00
  • 029466830d Bump version number to 1.5.4 1.5.4 Matt Wright 2013-01-06 20:43:02 -05:00
  • 31595196fc Update CHANGES Matt Wright 2013-01-06 20:42:51 -05:00
  • 2a0b582911 Change csrf_enabled parameter in forms to check for incoming JSON data. Fix #63 Matt Wright 2013-01-06 20:41:01 -05:00
  • 63fb30daf8 Merge pull request #64 from eskil/signals Matt Wright 2013-01-06 17:38:44 -08:00
  • 675b29b4fe Minor style fixes Eskil Heyn Olsen 2013-01-06 14:40:09 -08:00
  • 075ccf6a82 Add some more tests of signals Eskil Heyn Olsen 2013-01-06 14:33:15 -08:00
  • ae6f3b6753 Document and unit-test the signals. Eskil Heyn Olsen 2013-01-06 14:12:18 -08:00
  • 1a87a4cd0c Fix to RegisterForm.to_dict. Eskil Heyn Olsen 2013-01-03 23:29:50 -08:00
  • f83092865b Configurable forms, issue:49 Eskil Heyn Olsen 2013-01-03 22:00:29 -08:00
  • b15736accd RegisterFormMixin can now to_dict all fields. Eskil Heyn Olsen 2013-01-03 19:07:00 -08:00
  • 79ce6f00d3 Merge pull request #56 from eskil/fix_add_role Matt Wright 2013-01-01 15:14:04 -08:00
  • 7f43acc167 Fix query for find_user Eskil Heyn Olsen 2013-01-01 11:28:31 -08:00
  • f8fbd6cec8 Bump version number to 1.5.3 1.5.3 Matt Wright 2012-12-23 16:47:20 -05:00
  • 9d11dd0787 Update dependency rules Matt Wright 2012-12-23 16:47:14 -05:00
  • 4c31b6b689 Merge pull request #51 from joshpurvis/mongo-quickstart Matt Wright 2012-12-19 08:26:42 -08:00
  • d468fae0ea Reorganized Quickstart and added MongoDB example. Josh Purvis 2012-12-19 11:17:06 -05:00
  • 3a5a1b4f52 Bump version number to 1.5.2 1.5.2 Matt Wright 2012-12-11 15:15:01 -05:00
  • 0724bd12a5 Remove stray file Matt Wright 2012-12-11 15:13:35 -05:00
  • c7e3e642fa Update CHANGES Matt Wright 2012-12-11 15:11:51 -05:00
  • ee4c8f2a3f Fix login_user method to actually return a True or False value as mentioned in mattupstate/flask-social-example#8 Matt Wright 2012-12-11 15:10:26 -05:00
  • 1092ffc9ea Fix #45 Matt Wright 2012-11-26 16:21:05 -05:00
  • f4b6eb9869 Fix table Matt Wright 2012-11-26 15:03:18 -05:00
  • 5e49a4e05b Bump version number to 1.5.1 1.5.1 Matt Wright 2012-11-26 15:01:54 -05:00
  • adc50f07eb Update changelog Matt Wright 2012-11-26 14:59:12 -05:00
  • 874c758340 Add a test to test email subject configuration Matt Wright 2012-11-26 14:58:39 -05:00
  • ed031f01ba Concluding merge Matt Wright 2012-11-26 14:53:01 -05:00
  • 4cbae25ac0 Merge pull request #47 from doobeh/ISSUE43 Matt Wright 2012-11-26 11:52:09 -08:00
  • 7f002ac612 Fixes #40 Matt Wright 2012-11-26 14:41:51 -05:00