Ghost/core/server
Gabor Javorszky be7ed2dfdc Added validation for signup and login screens
Closes #374
* Included node-validator as a package
* Implemented server side validation (the client side js is a mess, need a LOT of work)
* Validates email address both on signup and login screens, gives error message on malformed email addresses
* Requires at least 8 chars of password
* Tells user if password is too short
* Tells user if no such user on login
* Tells user if wrong password on login
* Tells user if server responds with a 404 (goes away, dies, etc)
* Added middleware between req and login / signup for validation
2013-08-20 09:42:42 +01:00
..
controllers Added validation for signup and login screens 2013-08-20 09:42:42 +01:00
data Removed my personal information from fixtures as Ghost is starting to get deployed more frequently now for testing purposes. 2013-08-10 15:42:54 +02:00
filters App restructure - closes #245 2013-07-11 20:23:34 +01:00
helpers Themes: Added truncation to hbs content helper 2013-08-07 19:45:37 +10:00
models Added validation for signup and login screens 2013-08-20 09:42:42 +01:00
permissions Edit Post Permissions 2013-08-18 12:28:05 -05:00
plugins Improving the use of paths in Ghost 2013-08-12 15:37:23 +01:00
views Added functional user profile url to user dropdown menu. 2013-08-19 08:36:29 +02:00
api.js Edit Post Permissions 2013-08-18 12:28:05 -05:00
errorHandling.js improves unit testing for pagination and fixes pagination partial template (removed extra </nav>) 2013-07-16 19:57:19 +01:00
require-tree.js JSLint fixes for new version 2013-07-31 09:21:22 +01:00