0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/models
Jason Williams 05d199f9b4 Check datatype for date format conversion
Closes #3199
-If datatype is dateTime convert to javascript Date object when
 retrieved from the database.
-Add tests to make sure models and internal API are using Date
 objects for dateTime fields.
-Add tests to make sure the HTTP API is returning ISO 8601
 date strings for dateTime fields.
2014-07-05 19:15:32 +00:00
..
accesstoken.js oAuth 2014-06-30 14:58:10 +02:00
app.js Generate slug when adding new app. 2014-06-24 22:20:35 +00:00
appField.js Add new permissions to fixtures 2014-04-16 18:16:10 +02:00
appSetting.js Add new permissions to fixtures 2014-04-16 18:16:10 +02:00
base.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
client.js oAuth 2014-06-30 14:58:10 +02:00
index.js oAuth 2014-06-30 14:58:10 +02:00
permission.js Sanitize models' attributes/options before passing to bookshelf/knex 2014-05-06 23:02:49 -04:00
post.js Fix limit parameter 2014-06-20 14:28:01 +02:00
refreshtoken.js oAuth 2014-06-30 14:58:10 +02:00
role.js Refactor API arguments 2014-05-15 10:41:05 +01:00
session.js Refactor API arguments 2014-05-15 10:41:05 +01:00
settings.js Fix server-side validation 2014-07-03 14:57:57 +00:00
tag.js Refactor API arguments 2014-05-15 10:41:05 +01:00
user.js Allow user to accept invitation 2014-07-03 17:06:07 +02:00