0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit
Nazar Gargol c3e22b6ab9 🐛 Fixed forced page filter not being respected in Content API
closes https://github.com/TryGhost/Ghost/issues/10395, https://github.com/TryGhost/Ghost/issues/10390

- The grouping was introduced due to a flasy conjunction of last filter in 'or' group with enforced page filter, due to this the rest of filters in the 'or' group were bypassed
- Additional grouping added here increases the possiblity of https://github.com/NexesJS/NQL-Lang/issues/7 bug happening
2019-01-21 13:26:45 +00:00
..
adapters Refactored web/middleware and web/utils to web/shared (#9892) 2018-09-20 20:04:34 +02:00
api 🐛 Fixed forced page filter not being respected in Content API 2019-01-21 13:26:45 +00:00
apps Refactored routing config for multiple api versions (#10333) 2019-01-04 21:59:39 +01:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
helpers 🐛 Fixed prev_next helper when using Content API v2 (#10397) 2019-01-21 11:48:18 +01:00
lib Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
models Updated permissible methods for hasApiKeyPermissions (#9970) 2019-01-18 13:39:53 +01:00
public Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services Added easy way to enable admin api key authentication 2019-01-18 18:57:58 +01:00
web Added brute protection to content api (#10362) 2019-01-14 14:11:48 +01:00
filters_spec.js Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00