Ghost/core/server/api
Aileen Nowak 35ecaee6d3 Slack integration
closes #6584
- Frontend Changes:
	- adds 'Apps' to Navigation Menu
	- adds 'Slack' as nested page to Apps
	- adds `apps.css`
	- adds `slack-integration` model and uses `slack-settings` custom transform to parse JSON file
	- adds validation for `slack` model
	- adds fixtures and `slack/test` API endpoint to Mirage
	- adds acceptance tests for `apps-test` and `slack-test`
	- adds unit tests for `slack-settings` and `slack-integration`
- Backend Changes:
	- adds API endpoint `slack/test` to send Test Notification
	- adds default-values for slack model
	- sends payload to slack:
		- text: the url of the blogpost / test message
		- icon_url: url to ghost logo
		- username: Ghost
	- adds `slack/index.js` to send webhook to slack if
		- a new post is published (if slack webhook url is saved in settings)
		- user clicks on 'Send Test Notification' in UI
	- adds `slack.init()` to `server.index.js` to add event listener
	- adds unit test for `slack/index`
2016-05-08 12:49:15 +02:00
..
authentication.js fix email error log templat 2016-04-13 14:51:00 +08:00
clients.js Harvest server side strings 2015-12-19 12:12:16 +01:00
configuration.js Including timezones API in configuration endpoint 2016-02-24 16:44:01 +02:00
db.js Replace busboy upload middleware with multer 2016-04-07 21:30:46 -05:00
index.js Slack integration 2016-05-08 12:49:15 +02:00
mail.js Refactor mail service 2016-02-10 16:31:42 -06:00
notifications.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
posts.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
roles.js Refactor handlePermissions 2015-08-11 16:03:57 +02:00
settings.js Harvest server side strings 2015-12-19 12:12:16 +01:00
slack.js Slack integration 2016-05-08 12:49:15 +02:00
slugs.js Harvest server side strings 2015-12-19 12:12:16 +01:00
tags.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
themes.js Harvest server side strings 2015-12-19 12:12:16 +01:00
upload.js Replace busboy upload middleware with multer 2016-04-07 21:30:46 -05:00
users.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
utils.js delete null values from incoming objects 2016-05-08 09:18:44 +02:00