1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/controllers
Aileen Nowak e99569b6f4 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
..
editor Refactor modals 2016-01-12 20:53:08 +00:00
settings Slack integration 2016-05-08 12:49:15 +02:00
setup cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
team Don't share errors and hasValidated references between validator instances 2016-04-25 10:56:11 +01:00
about.js Always show current year in copyright text on "About" page 2016-01-25 11:33:10 +00:00
application.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
error.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
post-settings-menu.js Merge pull request #6651 from kevinansfield/uploader-js-must-die 2016-04-14 16:57:57 +01:00
posts.js Load more posts after post deletion 2016-02-09 09:08:31 -07:00
reset.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js Correctly use POST request to reset password 2016-02-02 12:58:39 +01:00
signup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00