Ghost/ghost/core/test
Daniel Lockyer 360ecf15ae 🐛 Fixed HTTP 500 error when given incorrect Range header
ref ENG-729
ref https://linear.app/tryghost/issue/ENG-729/incorrect-range-header-leads-to-http-500-errors

- we didn't have handling here for the `RangeNotSatisfiableError` that
  can come from express/serve-static/send
- as a result, passing an invalid range would cause a 500 error
- this prevents that and adds a breaking test
2024-03-11 19:14:30 +01:00
..
e2e-api 🐛 Fixed free tier showing in the tiers-only paywall in posts (#19807) 2024-03-06 21:30:00 +01:00
e2e-browser Updated browser tests to be less flaky (#19701) 2024-02-21 17:47:44 +00:00
e2e-frontend 🐛 Fixed broken access to preview of scheduled email-only posts (#19539) 2024-01-22 14:20:50 +00:00
e2e-server Added cache config to stats endpoints (#19481) 2024-01-18 15:26:49 +01:00
e2e-webhooks Cleaned up lexicalEditor labs flag, switched Post model to lexical-by-default (#18607) 2023-10-23 17:51:34 +01:00
integration Remove comment icon at the top of email template (#19771) 2024-02-29 14:45:38 +01:00
regression Improved sending email addresses for self-hosters (#19617) 2024-01-30 11:21:08 +01:00
unit 🐛 Fixed HTTP 500 error when given incorrect Range header 2024-03-11 19:14:30 +01:00
utils 🐛 Fixed unexpected conversion of single-quoted attributes in HTML cards (#19727) 2024-03-06 09:11:49 +00:00
.eslintignore Added Source as the new default theme 2023-10-03 14:02:08 +02:00
.eslintrc.js Removed all unused variables from test files 2023-03-10 14:29:55 +01:00