0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/models
Fabien O'Carroll 58187175c3
Deleted all but active sessions on password change (#11639)
closes #10323 

* Fixed usage of hasMany for user->session
* Refactored changePassword to async function
* Deleted all user sessions when password changed
* Tested for session retained after password changed
* Added the session to the frame
* Skipped the current session when changing password
2020-03-05 12:22:32 +02:00
..
base Deleted unused models/base/token.js file 2020-02-27 11:32:17 +00:00
plugins Added transaction support to pagination plugin (#11421) 2019-11-27 10:00:27 +00:00
relations Updated author/author_id cleanup notes 2019-09-17 17:26:23 +02:00
action.js
api-key.js
app-field.js
app-setting.js
app.js
author.js
email.js Added default stats object to email model 2019-11-08 17:11:54 +07:00
index.js Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
integration.js
invite.js
label.js Added labels for Members (#11538) 2020-02-14 15:03:10 +05:30
member-stripe-customer.js Added upsert method to stripe models 2019-10-09 16:24:51 +07:00
member.js Added member.avatar_image for member gravatars in themes (#11584) 2020-02-19 10:08:12 +00:00
mobiledoc-revision.js
permission.js
post.js Optimized posts_meta table join when meta columns are not requested (#11300) 2020-01-06 15:38:40 +01:00
posts-meta.js Updated post model url transforms for posts/posts_meta split (#11223) 2019-10-09 13:38:08 +01:00
role.js
session.js
settings.js Added members_email_auth_secret setting 2019-10-11 13:47:48 +07:00
stripe-customer-subscription.js Prefixed stripe_customers_subscriptions with members 2019-10-09 16:24:51 +07:00
tag-public.js
tag.js
user.js Deleted all but active sessions on password change (#11639) 2020-03-05 12:22:32 +02:00
webhook.js Updated webhook default to v3 api 2019-10-14 15:50:24 +07:00