Ghost/ghost/api-framework/test
Michael Barrett 59fe794b0c
Implemented duplicate post functionality (#16767)
refs: https://github.com/TryGhost/Team/issues/3139 https://github.com/TryGhost/Team/issues/3140

- Added duplicate post functionality to post list context menu
  - Currently only a single post can be duplicated at a time
  - Currently only enabled via the `Making it rain` flag
- Added admin API endpoint to copy a post - `POST ghost/api/admin/posts/<post_id>/copy/`
- Added admin API endpoint to copy a page - `POST ghost/api/admin/pages/<page_id>/copy/`
2023-05-15 09:30:32 +01:00
..
serializers Removed bluebird from api-framework module (#15685) 2022-10-31 19:30:18 +00:00
util Updated API framework debug and test names 2022-08-11 17:44:59 +02:00
validators Removed bluebird from api-framework module (#15685) 2022-10-31 19:30:18 +00:00
.eslintrc.js Extracted shared API framework to separate package 2022-08-11 17:44:59 +02:00
frame.test.js Fixed some type issues with the api framework 2022-08-23 14:49:29 +01:00
headers.test.js Implemented duplicate post functionality (#16767) 2023-05-15 09:30:32 +01:00
http.test.js Fixed some type issues with the api framework 2022-08-23 14:49:29 +01:00
pipeline.test.js Added cache support to api-framework 2023-02-23 13:07:04 +08:00