Commit Graph

  • a4622002d9 Update README.rst Matt Wright 2012-06-19 15:21:13 -04:00
  • babcb6e987 Rename to rst Matt Wright 2012-06-19 15:17:40 -04:00
  • e61b4e47f5 More travis stuff Matt Wright 2012-06-19 15:02:28 -04:00
  • 3044d8a5ba Add travis Matt Wright 2012-06-19 14:51:06 -04:00
  • a902530773 Refactor forms and import other commonly used functions into package Matt Wright 2012-06-19 11:55:23 -04:00
  • 1f7c2625f7 Merge pull request #19 from tescalada/develop Matt Wright 2012-06-19 07:34:59 -07:00
  • 1731891113 Re-adding current_user Tristan Escalada 2012-06-18 21:30:33 -04:00
  • efc93979d1 Adding back lost role/active functions Tristan Escalada 2012-06-18 19:57:51 -04:00
  • 421cf410a2 Specify dependency versions in setup.py Matt Wright 2012-06-18 16:58:56 -04:00
  • f8cb2a413f Merge branch 'develop' of github.com:mattupstate/flask-security into develop Matt Wright 2012-06-18 16:52:00 -04:00
  • c20f244d66 Big code cleanup Matt Wright 2012-06-18 16:51:43 -04:00
  • cd35384ae8 Merge pull request #16 from tescalada/develop Matt Wright 2012-06-15 13:07:09 -07:00
  • 2655d67f52 Bugfix for generate_reset_password_token Tristan Escalada 2012-06-15 15:50:34 -04:00
  • b3a9364a97 Switch from setup_app to init_app for flask_login Tristan Escalada 2012-06-15 15:49:17 -04:00
  • 5fdfa544db Polish up some code and add some signals Matt Wright 2012-06-15 12:13:49 -04:00
  • c123e32ddc decorators for basic http auth and token auth Matt Wright 2012-06-14 18:04:14 -04:00
  • 5b7160c492 Merge branch 'feature/token-authentication' into feature/decorators Matt Wright 2012-06-14 16:37:07 -04:00
  • 0141b240bc Better... Matt Wright 2012-06-12 12:32:59 -04:00
  • 0ddbcdca06 PEP 8 1.2.3 Matt Wright 2012-06-12 12:28:59 -04:00
  • 727c19b9c0 Fix #13 Matt Wright 2012-06-12 12:11:19 -04:00
  • edf41096d7 Fix #13 Matt Wright 2012-06-12 12:03:54 -04:00
  • 90d52c6561 token auth methods Matt Wright 2012-06-11 18:06:47 -04:00
  • c4ada0d998 add query string and header config Matt Wright 2012-06-08 14:28:38 -04:00
  • ca25c253d5 Start work on token authentication Matt Wright 2012-06-08 14:17:33 -04:00
  • 7263388b7c refactor tests a tiny bit Matt Wright 2012-06-07 11:15:42 -04:00
  • e0c7a3deb2 Fix #10 Matt Wright 2012-06-06 17:51:14 -04:00
  • d3202c03ba Fix #11 Matt Wright 2012-06-06 17:46:06 -04:00
  • 2d0c49f4b4 More cleanup Matt Wright 2012-05-24 21:44:50 -04:00
  • 97d49395ba More cleanup Matt Wright 2012-05-24 21:40:44 -04:00
  • 112c419403 A bit more polish Matt Wright 2012-05-24 21:15:31 -04:00
  • a47c6b9d55 Polish Matt Wright 2012-05-24 21:07:29 -04:00
  • 08582b7f82 Remove old Flask-MongoEngine dependency since it is now officially on pypi Matt Wright 2012-05-22 18:42:31 -04:00
  • 20abde5542 Add Flask-Mail dependency Matt Wright 2012-05-22 18:34:42 -04:00
  • 2a9e91dfe8 Added reset password error handling and associated test Matt Wright 2012-05-22 18:13:29 -04:00
  • 09aa7e113c Heavy work on confirmation and reset Matt Wright 2012-05-22 18:08:38 -04:00
  • 67b806860e Fixes #9 Matt Wright 2012-05-16 12:27:43 -04:00
  • 19cc30a3c1 Fix up form classes and add ResetPasswordFOrm Matt Wright 2012-05-15 18:43:06 -04:00
  • 0f914d1ea6 Attempting more clean up Matt Wright 2012-05-15 18:14:28 -04:00
  • 17ea120032 Some more polish. Fix a test Matt Wright 2012-05-15 17:17:38 -04:00
  • 903b07bfbb Polish Matt Wright 2012-05-15 17:04:42 -04:00
  • 4f61f58b0d Polish Matt Wright 2012-05-15 17:02:04 -04:00
  • 4e7663079b Refactor some methods Matt Wright 2012-05-14 18:58:43 -04:00
  • 4c1a16e2ee Added register signal, some testing utils and basic confirmation Matt Wright 2012-05-11 18:15:46 -04:00
  • 1a8e6f5cb6 Make datastore find_user method accept different params so a user can be retrieved by other such things such as a confirmation token Matt Wright 2012-05-11 13:57:35 -04:00
  • 2b587f7047 Starting a large refactor and adding confirmation abilities Matt Wright 2012-05-11 13:23:42 -04:00
  • 1ae711279e Refactor modules Matt Wright 2012-05-10 12:45:43 -04:00
  • 5e8b53ef46 Refactor views a bit to keep things cleaner and fix up tests Matt Wright 2012-05-10 12:31:37 -04:00
  • d6beaa43e3 Fix possible form object scope issue Matt Wright 2012-05-03 18:02:02 -04:00
  • 3ce907db79 Add requirements.txt Matt Wright 2012-05-03 17:34:46 -04:00
  • 201d3bbffd Merge branch 'feature/user-model-improvements' into develop Matt Wright 2012-05-01 15:43:19 -04:00
  • 4625e9bdf3 Bump version Matt Wright 2012-05-01 15:43:14 -04:00
  • d285764592 Make active be true by default Matt Wright 2012-05-01 12:05:28 -04:00
  • 9b513ce4ab Polish Matt Wright 2012-05-01 11:19:46 -04:00
  • ed7beb529a First commit of refactored code and removed default models. Now meant to provide models from app level, not within Flask-Security Matt Wright 2012-04-30 19:34:04 -04:00
  • 44fb7cfe38 Update dev version Matt Wright 2012-04-27 14:04:08 -04:00
  • 5c9bc541f9 1.2.2 release, includes a minor bug fix 1.2.2 Matt Wright 2012-04-27 13:48:03 -04:00
  • f7147648ba Add change note Matt Wright 2012-04-27 13:44:14 -04:00
  • 30b72cb7f4 Merge branch 'develop' of github.com:mattupstate/flask-security into develop Matt Wright 2012-04-27 13:39:15 -04:00
  • ab08abcaf9 Fix #4 Matt Wright 2012-04-27 13:37:50 -04:00
  • 0227d987fe Fix #3 Matt Wright 2012-04-26 11:35:24 -03:00
  • 5df01af720 Fix bad code example Matt Wright 2012-04-26 11:20:34 -03:00
  • 0acf4bca0d remove __version__ because it was causing problems with installation from pypi Matt Wright 2012-04-04 12:16:00 -04:00
  • 2e37af8c01 Adjust path so version can get imported properly 1.2.1 Matt Wright 2012-03-28 11:51:18 -04:00
  • 245914cc9a Doc polish and such Matt Wright 2012-03-28 11:44:48 -04:00
  • 201ee5b708 Merged user-account-mixin branch Matt Wright 2012-03-28 11:08:41 -04:00
  • 744ded7f1b Consolidate version number in one place Matt Wright 2012-03-27 18:49:01 -04:00
  • 5a7f4dff47 Initial idea for specifying a user account mixin for user model Matt Wright 2012-03-27 14:27:12 -04:00
  • dd6ba0995d Random fixes Matt Wright 2012-03-27 14:26:45 -04:00
  • 5697f7c953 Update install instructions since its on pypi Matt Wright 2012-03-13 20:28:50 -04:00
  • 144b22a3b9 Minimal README. No need to maintain a README when online docs do the trick Matt Wright 2012-03-13 20:23:07 -04:00
  • 3c57e169d1 Update version number Matt Wright 2012-03-12 22:21:00 -04:00
  • d8f760092a Version 1.2.0 1.2.0 Matt Wright 2012-03-12 22:20:15 -04:00
  • d11ac8e977 Added documentation for models Matt Wright 2012-03-12 21:57:09 -04:00
  • 0cdb43e167 More documentation Matt Wright 2012-03-12 21:15:22 -04:00
  • 6c44625945 Add another template example Matt Wright 2012-03-12 19:33:00 -04:00
  • 5e59ee5c0c Fix doc string Matt Wright 2012-03-12 19:31:38 -04:00
  • 5f5b140db2 Initial documentation files Matt Wright 2012-03-12 19:26:57 -04:00
  • 86f072628a Added new config value "SECURITY_FLASH_MESSAGES" Matt Wright 2012-03-12 19:26:42 -04:00
  • 3515eb0762 Starting to add Sphinx docs Matt Wright 2012-03-12 17:07:36 -04:00
  • 65eac687b7 Added a bunch of code documentation Matt Wright 2012-03-12 17:07:21 -04:00
  • e8d41ad4b5 Update version number Matt Wright 2012-03-12 11:00:09 -04:00
  • 25407c84ca Update version number 1.1.0 Matt Wright 2012-03-12 10:58:54 -04:00
  • df627363fd Polish Matt Wright 2012-03-09 19:28:08 -05:00
  • 4559268c05 Added some tests, which are always good. Right? Matt Wright 2012-03-09 19:19:19 -05:00
  • 7376dd353d Fix up activate/deactivate user commands Matt Wright 2012-03-09 17:13:03 -05:00
  • e239216d92 Added a few handy commands for Flask-Script to create users and add/remove roles. Also refactored the datastore a bit with appropriate methods Matt Wright 2012-03-09 16:31:05 -05:00
  • 8bd1574f5b Add unique indexes to user model Matt Wright 2012-03-09 00:50:57 -05:00
  • 0ea7c63bb1 Add datastore package Matt Wright 2012-03-08 23:50:53 -05:00
  • 1a6cd10d09 Changed configuration values to use the prefix "SECURITY_" instead of a nested dictionary for easier overidding Matt Wright 2012-03-08 23:02:39 -05:00
  • cd877adebe Updated README.md Matt Wright 2012-03-08 19:09:06 -05:00
  • 7c78c5db04 Updated README.md Matt Wright 2012-03-08 18:47:40 -05:00
  • 02b734f37f Remove old README Matt Wright 2012-03-08 18:18:15 -05:00
  • 6605deae33 Add markdown extension Matt Wright 2012-03-08 18:17:18 -05:00
  • c147c8a000 Updated README Matt Wright 2012-03-08 18:15:14 -05:00
  • 9c8b8b8e39 Polish Matt Wright 2012-03-08 17:36:08 -05:00
  • 7ea3929718 Redirect to referrer only if the user is logged in or authenticated Matt Wright 2012-03-08 17:28:56 -05:00
  • dc97dd39d3 Instead of redirecting to login view, simply redirect to the referrer and flash a message since the user is already logged in Matt Wright 2012-03-08 17:27:28 -05:00
  • ac29081b74 Refactor example Matt Wright 2012-03-08 17:16:49 -05:00
  • ebe807b87b MongoEngine datastore completed. Also refactored model classes to use a mixin Matt Wright 2012-03-08 17:06:23 -05:00
  • 8657851957 Quick fixup on create_role method Matt Wright 2012-03-08 16:24:24 -05:00