0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client
Jason Williams 13229fb6a4 Fix server-side validation
Closes #3122
-Fix validation so that all values are validated instead
 of just values that evaluate to true.
-Ensure validation methods consistently return promises
 and switch error handling from try/catch to promise.catch
 to get rid of unhandled rejection warnings.
-Add 0 and 1 to list of acceptable values in boolean validation.
2014-07-03 14:57:57 +00:00
..
adapters Remove CSRF from client 2014-07-01 11:39:01 +02:00
assets Remove CSRF from client 2014-07-01 11:39:01 +02:00
components Persistent notifications 2014-07-01 11:36:21 +02:00
controllers Fix server-side validation 2014-07-03 14:57:57 +00:00
fixtures
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html About page HTML 2014-06-30 09:54:52 +01:00
initializers Fix direct access to settings/user 2014-07-02 17:45:21 +02:00
mixins Persistent notifications 2014-07-01 11:36:21 +02:00
models Persistent notifications 2014-07-01 11:36:21 +02:00
routes Merge pull request #3174 from kevinansfield/session-user 2014-07-03 08:44:03 +01:00
serializers Calls to POST API have include=tags 2014-06-28 03:13:31 -04:00
templates Merge pull request #3174 from kevinansfield/session-user 2014-07-03 08:44:03 +01:00
transforms
utils Persistent notifications 2014-07-01 11:36:21 +02:00
validators Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
views New edit user UI 2014-07-01 18:42:13 +01:00
.jshintrc Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
app.js
router.js Persistent notifications 2014-07-01 11:36:21 +02:00