0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Felix Rieseberg 6fe93f6a50 Importer: Sanitize UUIDs
Closes #3844
- Before importing, all data is checked for incorrect UUIDs. If check
fails, data is sanitized and outfitted with correct UUIDS.
- Scaffolding allows for easy implementation of additional
sanitization, should that be required in the future.
- Test included, old tests updated.
2014-08-23 18:02:23 -07:00
..
api Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
apps This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
config This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
controllers Added target="_blank" to all links that go to the support page. 2014-08-15 16:46:24 +02:00
data Importer: Sanitize UUIDs 2014-08-23 18:02:23 -07:00
email-templates Implementing HTML emails 2014-07-29 00:55:14 -04:00
errors Update express and body-parser dependencies. 2014-08-11 05:20:31 +00:00
helpers Merge pull request #3817 from felixrieseberg/iss685 2014-08-20 20:59:55 +01:00
middleware Fix broken status code 2014-08-20 11:28:55 +02:00
models Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
permissions Changing User.read API to default to active users. 2014-08-06 00:30:48 +02:00
routes Sends test email to the person who clicked on the button 2014-08-08 18:41:14 +01:00
storage Change refresh token expiry 2014-07-28 15:19:49 +02:00
utils Change refresh token expiry 2014-07-28 15:19:49 +02:00
views Center default user-error (404, etc.) 2014-08-18 16:45:03 -04:00
api.js
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Removing remaining references to Polyglot 2014-08-19 16:36:26 +01:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
middleware.js
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Display correct new Ghost version 2014-08-15 18:23:55 +01:00
xmlrpc.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00