0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/unit/frontend
Fabien 'egg' O'Carroll 0c853a372b
Supported restricting limit="all" in get helper (#13903)
refs https://github.com/TryGhost/Team/issues/1251

With sites that have a huge number of resources, using limit="all" can
cause OOM errors at the Node level. Administrators now have the ability
to cap limit="all" requests via config. This only affects the get helper
used in themes, not the API, this is by design as themes have less
visibility of issues.
2021-12-16 13:59:39 +02:00
..
apps Moved URL service to backend 2021-10-19 07:29:09 +13:00
helpers Supported restricting limit="all" in get helper (#13903) 2021-12-16 13:59:39 +02:00
meta Added fallbacks when the site title is undefined 2021-10-27 12:18:57 +02:00
services Fixed stubbing of labs data 2021-12-01 16:11:27 +02:00
web/middleware Updated servePublicFile to honor v= cache keys 2021-11-23 12:49:53 +00:00