0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core/server/models
kirrg001 0ae6cbe34d Fixed transactions for Tag.destroy
no issue

- if you pass a transaction to `Tag.destroy`, it would freeze
- because `detach(null, options)` was missing
- added a new test
2018-04-06 15:49:25 +02:00
..
base Extended check for updated_at on model update 2018-04-05 18:51:58 +02:00
plugins Multiple authors () 2018-03-27 15:16:15 +01:00
relations Multiple authors () 2018-03-27 15:16:15 +01:00
accesstoken.js Import lib/common only 2017-12-12 10:28:13 +01:00
app-field.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app-setting.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
app.js Switch to Eslint () 2017-11-01 13:44:54 +00:00
client-trusted-domain.js Add table columns for OAuth 2015-09-02 13:39:22 +01:00
client.js 🎨 😎 config env usages () 2017-02-03 18:25:39 +00:00
index.js Webhooks support for subscriber events () 2017-11-21 15:43:14 +00:00
invite.js Sorted out the mixed usages of include and withRelated () 2018-02-15 10:53:53 +01:00
permission.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
post.js Clarify the behaviour of defaultColumnsToFetch in the post model 2018-04-06 13:32:10 +02:00
refreshtoken.js Misc cleanup: moving files & naming functions 2015-06-15 09:43:19 +01:00
role.js Proper error handling for permissible implementations 2018-02-21 16:59:48 +01:00
settings.js Improved validation layer () 2018-02-16 00:49:15 +01:00
subscriber.js Sorted out the mixed usages of include and withRelated () 2018-02-15 10:53:53 +01:00
tag.js Fixed transactions for Tag.destroy 2018-04-06 15:49:25 +02:00
user.js 🐛Fixed image properties to be reset to null after removal () 2018-03-05 09:10:27 +01:00
webhook.js Sorted out the mixed usages of include and withRelated () 2018-02-15 10:53:53 +01:00