0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/web
Daniel Lockyer 8d9d129be4 Fixed spam prevention for private sites
fixes #11740

- there was a discrepancy in the use of `private_blog` within the
  code, and `private_block` in the default config
- this commit switches the code to `block` in order to avoid breaking
  existing configs
2020-04-15 16:44:53 +01:00
..
admin Swapped common for @tryghost/errors in core/server/web 2020-04-09 19:40:00 +01:00
api Swapped common for @tryghost/errors in core/server/web 2020-04-09 19:40:00 +01:00
shared Fixed spam prevention for private sites 2020-04-15 16:44:53 +01:00
site Moved non-helper code out of helpers 2020-04-10 12:27:43 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
parent-app.js Added support for token session to /ghost (#11709) 2020-04-06 11:49:14 +02:00
well-known.js Implemented externally verifiable identity tokens 2020-03-16 13:22:04 +01:00