Ghost/core/server/middleware
Kevin Ansfield ff73f1af92 deps: grunt-jscs@2.1.0
no issue
- update grunt-jscs dependency
- fix deprecated `validateJSDoc` configuration
- fix numerous linting errors, including:
  - use of future-reserved `public` and `private` variable names
  - use of `[]` instead of dot-notation (especially `express['static']` and `cacheRules['x']`)
  - extra spaces in `const { run } = Ember` style constructs

One issue that did become apparent is that there are conflicting rules that prevent the use of object function shorthand such that both of these:

```
{ myFunc() {} }
{ myFunc () {} }
```

are called out due to either the missing or the extra space before the `(`
2015-10-12 19:21:16 +01:00
..
api-error-handlers.js Removing incorrect 405 handling 2015-07-14 20:49:19 +01:00
auth-strategies.js Improve middleware coverage 2015-08-21 23:46:42 +02:00
authenticate.js Middleware Refactor 2015-08-04 14:53:58 +02:00
cache-control.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
check-ssl.js SSL redirects 2015-09-25 12:02:14 +02:00
client-auth.js Add dynamic client_id/client_secret 2015-09-02 16:39:34 +01:00
decide-is-admin.js Moves the decideIsAdmin into its own file. 2015-06-09 14:02:22 -07:00
ghost-busboy.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
index.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
oauth.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
private-blogging.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
redirect-to-setup.js Middleware Refactor 2015-08-04 14:53:58 +02:00
serve-shared-file.js Middleware Refactor 2015-08-04 14:53:58 +02:00
spam-prevention.js Fix signin errors 2015-08-10 12:26:45 +01:00
static-theme.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
theme-handler.js Simplify theme middleware + improve tests 2015-10-11 22:26:43 +01:00
uncapitalise.js Uncapitalise respects subdirectories & no encoding 2015-09-24 18:52:30 +01:00