0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Harry Wolff 20055157ef Fixes admin session cookie test
- Currently the test is taking the response date
which is in UTC and passes it through moment()
which by default parses input as local time.  We
then add 12 hours to this now local time
and when compared against the response set-cookie
header the time spread is wrong.

- To fix we’re parsing the response date with
moment.utc which parses the date in UTC.
2014-01-02 21:06:23 -05:00
..
client Shared folder asset handling 2013-12-28 18:29:33 +00:00
server Move config path.update to config.load 2014-01-02 20:29:49 +00:00
shared jQuery link and min map 404 fixes 2013-12-23 21:43:13 +00:00
test Fixes admin session cookie test 2014-01-02 21:06:23 -05:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00