Ghost/core
Naz 7326241718 🐛 Fixed server error for repeated order query parameter
closes #12263

- Express parses repeated query parameters as an array (req.query properties). Because there is no clear reason on why not to support this behavior extended order parameter parsing logic to handle arrays. This follows the rule of "liberal inputs, conservative outputs"
- Example supported query string for ordering can now look like: `?order=featured&order=published_at asc`, the priority of the order stays the same with the most significant appearing first and least significant last
2020-11-03 00:15:24 +13:00
..
client@8a53728edd Updated Ghost-Admin to v3.36.0 2020-10-20 09:38:09 +01:00
frontend Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
server 🐛 Fixed server error for repeated order query parameter 2020-11-03 00:15:24 +13:00
shared Moved definition of default max image width to config (#12289) 2020-10-19 08:56:18 +01:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00