0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server
Vikas Potluri c58236e549 🐛 Disallowed locked/suspended users from being made owner via the API (#10647)
- closes #10555
- Added a check to the user modal that the new owner is active 
- Had to refactor Owner->Author unit test (also renamed it)
  - Based on the first 2 lines, owner->editor change is attempted (hence the rename)
  - Since both stubs return a 'modal' with owner role which means owner->owner change is actually attempted
  - Now that there's a user status check, added the `status` property to the user receiving owernship
2019-04-16 10:30:29 +01:00
..
adapters Removed superagent dependency (#10535) 2019-03-04 15:59:38 +08:00
api Added Admin API for deleting members (#10673) 2019-04-13 10:38:56 +05:30
apps 🐛 Changed subscribed page title from hardcoded to site title (#10589) 2019-03-11 14:07:37 +08:00
config Removed support for apps from getContentPath 2019-04-16 11:05:33 +02:00
data Updated import to never use {active,instsalled}_apps 2019-04-16 11:19:17 +02:00
helpers Removed use of filters module 2019-04-16 11:05:33 +02:00
lib Updated subscription data in member request 2019-04-13 10:44:43 +05:30
models 🐛 Disallowed locked/suspended users from being made owner via the API (#10647) 2019-04-16 10:30:29 +01:00
public
services Removed use of filters module 2019-04-16 11:05:33 +02:00
translations 🐛 Disallowed locked/suspended users from being made owner via the API (#10647) 2019-04-16 10:30:29 +01:00
views
web Added Admin API for deleting members (#10673) 2019-04-13 10:38:56 +05:30
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js
index.js
overrides.js
update-check.js Removed apps from update-check 2019-04-16 11:05:33 +02:00