Ghost/core/server/middleware
Hannah Wolfe 6ef79534e4 Subscribers: router & form helpers
Form:
- add confirm, location & referrer hidden fields
- add script to populate location & referrer
- add helper for creating the email field
- pass through input class and placeholder for email from top level form helper
- rename subscribe_form template & helper as it sounds more natural
- handle success and error cases differently
- improve error message display
- ensure useful data is passed back so that we can show nice messages
- check for honeypot value being filled out
- refactor error handler to set an error and always still render
2016-05-11 10:28:11 +02:00
..
auth-strategies.js
auth.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
cache-control.js
check-ssl.js
cors.js Add config URLS to CORS whitelist 2016-04-19 13:39:24 +01:00
decide-is-admin.js
index.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
labs.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
oauth.js
redirect-to-setup.js
serve-shared-file.js
spam-prevention.js move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
static-theme.js Use req.path instead of req.url to check for file extension 2016-02-17 19:24:49 +01:00
theme-handler.js Subscribers: router & form helpers 2016-05-11 10:28:11 +02:00
uncapitalise.js