0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server
Naz Gargol bb355ac9f2
Added members CSV import to Admin API (#11197)
no issue

- Improved error handling for member creation. We should be returning 422s instead of 500 when possible
- Wrapped `members.add` method with Bluebird promise. Wrapping is needed to be able to use `.reflect()` in CSV export method
- Added proper members CSV fixture
2019-10-03 19:59:19 +02:00
..
adapters Return correct error codes from storage adapter 2019-09-06 17:40:55 +01:00
api Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
config Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
data Improve visibility's default handling (#11183) 2019-10-02 11:08:10 +02:00
lib Added tests for bookmark card 2019-10-02 17:47:37 +01:00
models Improve visibility's default handling (#11183) 2019-10-02 11:08:10 +02:00
public Added support for dynamic stripe checkout redirects 2019-10-03 17:36:33 +07:00
services Removed check for isPaid flag 2019-10-02 11:22:29 +02:00
translations Added guard to asset helper for missing paths 2019-09-09 13:02:45 +01:00
views
web Added members CSV import to Admin API (#11197) 2019-10-03 19:59:19 +02:00
analytics-events.js
ghost-server.js
index.js
overrides.js
update-check.js