Ghost/core
Naz 15073bad29 Extracted post/page cache invalidation logic to service
refs https://github.com/TryGhost/Team/issues/949

- The code is exactly the same in six (!) places. It's beyond unmaintainable to add another line to any of these place, which will be needed for `email_only` handling.
- The newly created posts service is a temporary, slightly better solution that complies with codebase's best practice of extracting new services using class with DI pattern
2021-08-05 14:51:47 +04:00
..
client@896b343dd8 Updated Admin to v4.11.0 2021-08-03 13:20:40 +01:00
frontend Made a single request for products in theme middleware 2021-07-21 12:50:21 +01:00
server Extracted post/page cache invalidation logic to service 2021-08-05 14:51:47 +04:00
shared Added dashboardTwo to allowed labs flags 2021-08-04 11:09:13 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added email unfreeze for verified email config 2021-07-29 20:30:30 +12:00
bridge.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00