97 Commits (424cc853eea8a81fca278a1f3976136531127d78)

Author SHA1 Message Date
Patman64 2a45b9f4ba Python code clean-up (PEP-8 related and other) 9 years ago
Steven Loria 1e7763796d Upgrade bootstrap and jquery 9 years ago
Steven Loria 9f769fa43a Update extension imports to flask_* 9 years ago
sloria 91b4865140 Update bower requirements 10 years ago
sloria ccf58472c8 Fix travis.yml; use py.test and install dev-requirements 10 years ago
sloria 8412376285 Add compat.py and fix Python 3 error 10 years ago
sloria 27f9135f53 Get app secret key from environment variable 10 years ago
Tyler Stephens af3d885f8e Use explicit relative import instead of implicit. 10 years ago
Nidal Al Hariri c8f0549f27 Minor fix, added missing closing div tag 10 years ago
Steven Loria 5a4c4425f6 Default error code to 500 10 years ago
Steven Loria e3286524df Update README 10 years ago
Steven Loria c8d07d0d29 Models must explicitly inherit from SurrogatePK to add primary key 10 years ago
Steven Loria 757d152699 Rename test_webtests -> test_functional 10 years ago
Steven Loria c156760f67 Add forms tests 10 years ago
Steven Loria 35c32eccc1 Fix app fixture scope. Make function-scoped to make tests more isolated 10 years ago
Steven Loria 338ef8b280 Correctly initialize debug toolbar 10 years ago
Steven Loria 6303991a69 Correctly set bcrypt log rounds in app config 10 years ago
Steven Loria 923b1f55e2 Revert User#set_password and User#check_password for Migrate compatibility 10 years ago
Steven Loria 38adf64997 Remove unnecessary custom signalling session 10 years ago
Steven Loria 029a32decd Fix and simplify tests (all tests passing) 10 years ago
Steven Loria ce85de1b20 Move tests out of app directory 10 years ago
Steven Loria ba68f616c8 Port model tests to pytest 10 years ago
Steven Loria 7c8dcf2b19 Fix Password.__ne__ 10 years ago
Steven Loria eeb9476226 Upgrade to Flask-SqlAlchemy 2.0 (dev) and add custom SignallingSession 10 years ago
Steven Loria de741805c5 Add Role.__init__ 10 years ago
Steven Loria 5bfd073802 Add BaseFactory which flushes the db on create 10 years ago
Steven Loria 388cf106c2 Add PasswordType and make __init__ less verbose 10 years ago
Steven Loria 41824c41cc Reduce Bcrypt level for tests 10 years ago
Steven Loria f5f5d37eb6 Remove many_to_one, use more explicit ReferenceCol instead 10 years ago
Steven Loria 58c95a9a4c Add many_to_one and one_to_many recipes 10 years ago
Steven Loria aa557725db Add dist/ folders for static assets 10 years ago
Steven Loria a133123219 Update bootstrap and jquery 10 years ago
Nick Johnstone 831705d3c2 Webtests now correctly follow responses 11 years ago
Nick Johnstone 2344a88650 Login form on nav.html now correctly posts to / 11 years ago
Chris Rebert c4b6640418 reflect Bootstrap's org change; fix Font Awesome spelling 11 years ago
Steven Loria 070eb9e54f Check if current_user exists in template 11 years ago
Steven Loria aca9b39329 Move TestConfig to settings.py 11 years ago
Steven Loria 34ba9a1531 Remove redundant error handler 11 years ago
Steven Loria 4a5dd70c66 Fix typo in import 11 years ago
Steven Loria 43a4083eff Add first_name and last_name 11 years ago
Steven Loria 748b6ea83e Disable SQLAlchemy echo 11 years ago
Steven Loria 7ede47885f Rename repo_name -> app_name 11 years ago