Ghost/core/server
Fabien O'Carroll 4f1866a263
Allowed for repeated query parameters for arrays (#10021)
no-issue

There are a few libraries, including node core that when given an array
for a query parameter will encode it as repeated query params. e.g.

```
{someParam: ['a', 'b']}
// becomes
'?someParam=a&someParam=b'
```

This adds a check for the value to stop us 500ing on repeated keys and
to add easier interop with http clients
2018-10-17 13:43:32 +07:00
..
adapters Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
api Allowed for repeated query parameters for arrays (#10021) 2018-10-17 13:43:32 +07:00
apps 🐛 Fixed redirect issue with private sites (#9960) 2018-10-08 16:31:08 +07:00
config Refactored config to handle direct calls for specific version (#10012) 2018-10-16 15:20:51 +05:30
data 🐛 Fixed migration from v1 to 2.2.1 (#9984) 2018-10-11 09:04:47 +02:00
helpers Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
lib Extended sequence utility 2018-10-03 00:17:45 +02:00
models Respected hasUserPermissions & hasAppPermissions in invite model 2018-10-16 18:00:05 +02:00
public Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00
services Refactored config to handle direct calls for specific version (#10012) 2018-10-16 15:20:51 +05:30
translations Respected hasUserPermissions & hasAppPermissions in invite model 2018-10-16 18:00:05 +02:00
views
web Refactored config to handle direct calls for specific version (#10012) 2018-10-16 15:20:51 +05:30
analytics-events.js
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Refactored method urlFor to use versionType instead of admin: true 2018-10-04 16:49:55 +05:30
overrides.js
update-check.js