Ghost/ghost/core/test/e2e-api
Naz 09264261b7 Added ability to fetch posts by collection
closes https://github.com/TryGhost/Team/issues/3423

- For convenience we need a way to fetch posts that belong to a certain collection. This change adds support for `collection` query parameter: `/?collection=` which can be either an id or slug of the collections we are trying to fetch.
- When posts are fetched by collection we ignore any filters passed along in query parameters as collection is a "filter" by it's very nature.
2023-06-16 17:28:12 +07:00
..
admin Added ability to fetch posts by collection 2023-06-16 17:28:12 +07:00
content Moved serialisation of formats into the serialiser-layer 2023-06-16 09:17:47 +02:00
members Added signup form attribution (#16899) 2023-06-01 10:18:11 +02:00
members-comments Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
shared Added filtering of announcement bar content 2023-04-21 13:46:37 +02:00
webmentions Merged mentions UI and email lab flags (#16518) 2023-03-29 01:12:56 +05:30