Commit Graph

  • 6f2f3481f4 register self._state when using init_app patch-1 M Clark 2016-01-21 15:44:19 +08:00
  • 8b1ab24341 Bump version number to 1.7.5 develop 1.7.5 Matt Wright 2015-12-02 17:20:46 -05:00
  • ea77940ffc Merge pull request #454 from jonafato/changelog-1.7.5 Matt Wright 2015-12-02 17:19:37 -05:00
  • 2adc572e80 Add changelog for bugfix version 1.7.5 Jon Banafato 2015-12-02 17:13:32 -05:00
  • 2ac4f373ab Merge pull request #438 from jonafato/is_active-fix Jon Banafato 2015-12-02 16:42:06 -05:00
  • 132ced5675 Merge pull request #442 from nfvs/migrate_travis_containers Jon Banafato 2015-11-18 11:29:14 -05:00
  • aeb5ffbb1d Enable pip and apt cache in Travis for faster build times. Nuno Santos 2015-11-12 15:28:37 +01:00
  • c2ee2e2629 Migrate to Travis container-based infrastructure. Nuno Santos 2015-11-12 14:51:07 +01:00
  • 8005709997 Fix use of is_active for Flask-Login>=0.3.0 Jon Banafato 2015-11-03 13:36:34 -05:00
  • 2abdaa873a Merge pull request #437 from jonafato/tox-test-improvements Matt Wright 2015-11-11 15:58:29 -05:00
  • 4508c717fb Fix tests, add py35 Jon Banafato 2015-11-03 14:14:11 -05:00
  • 9583dc3e63 Merge pull request #417 from ialex/develop Matt Wright 2015-11-03 10:46:57 -05:00
  • 745fae1ab1 Adding >0.4 to flask-loginrequirement Alejandro Villanueva 2015-09-24 10:03:46 -05:00
  • 7e8551763e Changing is_authenticated from function to property & updating Flask-Login>=0.3.0 Alejandro Villanueva 2015-09-11 10:31:01 -05:00
  • 4049c06203 Merge pull request #366 from covertgeek/develop Matt Wright 2015-07-10 14:11:15 -04:00
  • 3b678b872f Merge pull request #400 from feliciaan/patch-1 Matt Wright 2015-07-10 14:07:15 -04:00
  • 17a79ed6a3 Merge branch 'develop' of https://github.com/mattupstate/flask-security into develop Derek Rushing 2015-07-06 06:51:20 -05:00
  • d65c3cadcd Merge branch 'master' of https://github.com/mattupstate/flask-security into develop Derek Rushing 2015-07-06 06:47:23 -05:00
  • bf01ad0727 Fixes a small spelling error Feliciaan De Palmenaer 2015-06-28 20:17:23 +02:00
  • cbd0db7c39 Merge pull request #398 from jonafato/bcrypt-hotfix Matt Wright 2015-06-24 22:23:36 -05:00
  • 398f5c920b Restrict bcrypt to <2.0.0 Jon Banafato 2015-06-23 13:23:07 -04:00
  • 33252ae178 Merge pull request #389 from nickretallack/develop Matt Wright 2015-05-26 14:59:30 -04:00
  • c10c9050c7 test: reset password on a user who has no password Nick Retallack 2015-05-11 23:22:30 -07:00
  • 5697ff80c3 ignore the eggs readme Nick Retallack 2015-05-11 23:16:04 -07:00
  • 4411470202 test: invalidate used password reset tokens Nick Retallack 2015-05-11 23:12:05 -07:00
  • a0e2037747 invalidate password reset tokens when the passwords changes Nick Retallack 2015-04-07 16:51:49 -07:00
  • 7884d637c5 prevent password reset from breaking if you have no password Nick Retallack 2015-04-07 16:32:28 -07:00
  • 8a14abaa1e Fix failing test Matt Wright 2015-05-02 14:57:34 -04:00
  • 6b55e9613a Merge pull request #255 from nfvs/unauthorized_override Matt Wright 2015-05-02 14:45:57 -04:00
  • d08aac6d35 Fix pymongo version issue Matt Wright 2015-05-02 14:34:31 -04:00
  • 10fd1844d8 Allow overriding of unauthorized callback. Nuno Santos 2014-05-28 18:50:31 +02:00
  • 72d3a4b5e3 Merge branch 'develop' of github.com:mattupstate/flask-security into develop Matt Wright 2015-05-02 13:57:29 -04:00
  • 6541640ee8 Merge pull request #373 from lnielsen/anonymoususer Matt Wright 2015-05-02 13:57:20 -04:00
  • 9cda8baff3 Fix #367 Matt Wright 2015-05-02 13:55:05 -04:00
  • d907e5b890 Merge pull request #363 from jeffwidman/patch-1 master Matt Wright 2015-05-02 13:50:39 -04:00
  • 8a62b5f193 Merge pull request #361 from nfvs/add_headers_to_auth_required Matt Wright 2015-05-02 13:50:23 -04:00
  • 2e08ec87a6 Merge pull request #352 from fuhrysteve/develop Matt Wright 2015-05-02 13:46:21 -04:00
  • 79fe821c80 Merge pull request #351 from denizdogan/master Matt Wright 2015-05-02 13:45:13 -04:00
  • 4d3c1c0bdc Merge pull request #347 from Jaza/slash-url-suffix Matt Wright 2015-05-02 13:43:36 -04:00
  • cd8982fa65 Merge pull request #342 from alexef/patch-1 Matt Wright 2015-05-02 13:30:01 -04:00
  • c8a3549e2d Merge pull request #331 from Diaoul/patch-2 Matt Wright 2015-05-02 13:29:21 -04:00
  • 03d9cf2f0d Merge pull request #330 from Diaoul/patch-1 Matt Wright 2015-05-02 13:29:07 -04:00
  • e4d9d3ad17 Merge pull request #322 from waltaskew/develop Matt Wright 2015-05-02 13:27:11 -04:00
  • f2a5e4b614 Normalize import paths. Fixes #313 Matt Wright 2015-05-02 13:25:26 -04:00
  • 916f5ee012 Use StringField instead of TextField. Fixes #312 Matt Wright 2015-05-02 13:05:46 -04:00
  • bc1f5dd7f9 Stricter tests for signals and a small docs update. Fixes #308 Matt Wright 2015-05-02 12:59:02 -04:00
  • 4659d10c5c forgot password endpoint should be for anonymous users only. Fixes #291 Matt Wright 2015-05-02 12:11:05 -04:00
  • a4581681e5 Fix PEP8 error. Lars Holm Nielsen 2015-03-06 13:09:05 +01:00
  • 248ea5d272 Custom AnonymousUser support. Lars Holm Nielsen 2015-03-06 12:41:15 +01:00
  • 4debc8d102 Modified check_token function to account for multiple objects being posted via JSON. Resolves issue with it throwing an error when it encounters a list instead of a dict type. Derek Rushing 2015-02-18 10:20:22 -06:00
  • fccaccd282 "overrided" --> "overriden" Jeff Widman 2015-02-02 23:34:52 -08:00
  • 3681823fcf Include WWW-Authenticate headers in @auth_required. Nuno Santos 2015-01-30 11:27:53 +01:00
  • 923ad720a1 X-Forwarded-For can contain multiple IP addresses Stephen J. Fuhry 2014-12-28 08:25:57 -05:00
  • f4d758f561 Add documentation about SECURITY_MSG configuration variables. Deniz Dogan 2014-12-21 15:20:48 +01:00
  • 665b164618 split docstring into multiple lines to make travis CI happy Jeremy Epstein 2014-11-28 13:50:25 +11:00
  • 4d70f016ad re #343: Add slash before or after token in flask-security URLs correctly Jeremy Epstein 2014-11-28 10:36:31 +11:00
  • 7e4fc94601 Fail silently for get_user(None) Alex Eftimie 2014-11-19 14:11:58 +02:00
  • 6cfe662dc6 Fix ActivateUserCommand docstring Antoine Bertin 2014-10-21 11:26:17 +02:00
  • 8c45271bf9 Fix RemoveRoleCommand docstring Antoine Bertin 2014-10-21 10:27:17 +02:00
  • c7d0ea9cce Add additional item to CHANGES 1.7.4 Matt Wright 2014-10-13 13:47:35 -04:00
  • 94c7c09dc2 Bump version number to 1.7.4 Matt Wright 2014-10-13 13:38:44 -04:00
  • f6405797f1 Update CHANGES Matt Wright 2014-10-13 13:38:16 -04:00
  • 2cffb6634d Fix case sensitivity when searching for users by email address. Fixes #323. Matt Wright 2014-10-13 13:34:11 -04:00
  • 824a52b883 Merge branch 'develop' of github.com:mattupstate/flask-security into develop Matt Wright 2014-10-13 13:25:08 -04:00
  • fe7e4c4afc Add additional steps to the test_change_hash_type and make change to verify_and_update_password to make the test pass. Fixes #328. Matt Wright 2014-10-13 13:25:01 -04:00
  • 591bc27a5e Merge pull request #318 from boydgreenfield/develop Matt Wright 2014-10-13 11:54:32 -04:00
  • 897b2fceab Add configuration for token expiration waltaskew 2014-10-01 15:59:28 -04:00
  • 5bc37add88 Update to use (url_next.netloc or url_next.scheme) in the validate_redirect_url open redirect patch. Nick Greenfield 2014-10-01 09:49:00 -07:00
  • 8b036f2a3e Prevent open redirects when a malformed URL is passed to ?next= Nick Greenfield 2014-09-26 11:08:58 -07:00
  • 76ad77a233 Compare a string (not bytes) for PY3 support Matt Wright 2014-09-17 11:39:19 -04:00
  • 679cee7969 Add default/global context processor. Fixes #306 Matt Wright 2014-09-17 11:27:44 -04:00
  • 3d7b97ac31 Forgot password form should not validate if user has not confirmed their email address yet. Fixes #298 Matt Wright 2014-09-17 11:21:31 -04:00
  • 3a0af73231 Merge pull request #281 from sjml/patch-1 Matt Wright 2014-09-17 10:03:53 -04:00
  • 3458391791 Merge pull request #284 from tony/patch-1 Matt Wright 2014-09-17 10:02:27 -04:00
  • 37908ca335 Merge pull request #303 from graup/patch-1 Matt Wright 2014-09-17 10:02:16 -04:00
  • f83cd56ff2 Merge pull request #311 from moorereason/develop Matt Wright 2014-09-17 10:01:57 -04:00
  • c10ec29fe5 Fix small issues in docs Cameron Moore 2014-09-07 21:37:33 -05:00
  • d2fe7aefcb Merge pull request #307 from mickey06/develop Matt Wright 2014-08-29 12:19:26 -04:00
  • 708ddeb6c4 Merge pull request #309 from gregeinfrank/develop Matt Wright 2014-08-29 12:15:20 -04:00
  • 2aeee348d4 Fix two typos in docstrings Greg Einfrank 2014-08-27 23:37:58 -04:00
  • 52b177cd2e Save changes to db after removal of role from user Khalil El Kouhen 2014-08-26 16:43:23 +01:00
  • dab2fc8c8b Docs: Fixed typo and made punctuation more consistent. Paul Grau 2014-08-19 18:01:03 +09:00
  • 31e3ab5470 Merge pull request #289 from scollinson/fix_menu_typo Matt Wright 2014-08-13 15:44:20 -04:00
  • 6bdcd2930d Merge pull request #278 from dokterbob/post_register_redirect Matt Wright 2014-07-29 13:23:42 -04:00
  • 1076887900 fix typo in menu template Sam Collinson 2014-07-21 19:07:12 +12:00
  • 285fe888da Typo Tony Narlock 2014-07-16 14:35:47 -07:00
  • bf139847cb Fixing typo in documentation Shane Liesegang 2014-07-11 23:45:00 -07:00
  • 15c9ef1d07 Attempt to fix tests. Mathijs de Bruin 2014-07-03 15:48:55 +02:00
  • d1ec38ea18 Keep value of ‘next’ in menu links. Mathijs de Bruin 2014-07-03 15:22:56 +02:00
  • 577a3a8110 Enable ‘next’ redirection after registration. Mathijs de Bruin 2014-07-03 15:21:03 +02:00
  • 7b474efd7a Bump version number to 1.7.3 1.7.3 Matt Wright 2014-06-10 13:05:24 -04:00
  • f12bc17e7e Merge branch 'develop' Matt Wright 2014-06-10 13:05:12 -04:00
  • 999f882f61 Update CHANGES Matt Wright 2014-06-10 13:05:06 -04:00
  • a140c01b57 Add python3.4 to travis and tox Matt Wright 2014-06-10 12:40:12 -04:00
  • 76cf3eaf6a Do not expose user info in /reset responses. Fixes #249 Matt Wright 2014-06-10 12:24:19 -04:00
  • a6b5d3053c Use safe_str_cmp when evaluating tokens. Fixes #252 Matt Wright 2014-06-10 12:14:52 -04:00
  • 0a48997fdd Improve encoding of strings. Addresses #231 and #253 Matt Wright 2014-06-10 11:47:35 -04:00
  • 96f1b3e0d1 Fix tests to pass python 3 Matt Wright 2014-06-10 11:11:53 -04:00
  • 0facdaacd9 Make validate_redirect_url smarter. Fixes #261. Matt Wright 2014-06-10 10:48:56 -04:00
  • 9cadf855a4 Adjust POST_LOGIN_VIEW and POST_LOGOUT_VIEW test Matt Wright 2014-06-10 10:42:28 -04:00