0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/models
Maurice Williams 3583515e44 adding config flags to control all items mentioned in PRIVACY.md
closes #3241
- in config.js, the `privacy` attribute holds all privacy-related flags
- `privacy.userTinfoil: true` disables everything (equivalent to setting all flags to false)
- added helper function to core/server/config/index.js to checking privacy flags
- added helper function to core/server/config/index.js to show warning about deprecated items
2014-09-13 12:04:01 -04:00
..
accesstoken.js Server side cleanup 2014-07-14 21:50:12 +01:00
app.js Move Models module to have an init method that sets up all models 2014-08-18 15:54:10 -04:00
appField.js Use bookshelf's model registry plugin 2014-07-13 18:18:25 +01:00
appSetting.js Use bookshelf's model registry plugin 2014-07-13 18:18:25 +01:00
base.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
basetoken.js Delete tokens before deleting a user 2014-08-23 20:13:17 +01:00
client.js Extending context concept to models 2014-07-18 15:32:56 +01:00
index.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
permission.js Extending context concept to models 2014-07-18 15:32:56 +01:00
post.js Run import run operations in order. 2014-08-28 00:21:13 +00:00
refreshtoken.js Server side cleanup 2014-07-14 21:50:12 +01:00
role.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
settings.js Replace the when promise library with bluebird. 2014-08-23 17:15:40 +00:00
tag.js Extending context concept to models 2014-07-18 15:32:56 +01:00
user.js adding config flags to control all items mentioned in PRIVACY.md 2014-09-13 12:04:01 -04:00