Ghost/ghost/admin/app/mixins
Aileen Nowak 753f307382 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
..
404-handler.js deps: ember-suave@2.0.1 2016-04-08 16:27:24 +01:00
active-link-wrapper.js Fix posts navigation slowdown when lots of posts are loaded 2016-01-04 16:55:36 +00:00
body-event-listener.js Remove $ from jshint's predef, always use Ember's $ 2015-12-01 20:52:25 +00:00
current-user-settings.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
dropdown-mixin.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ed-editor-api.js Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
ed-editor-scroll.js convert more action calls to the ember-invoke-action syntax 2016-04-28 10:34:36 -05:00
ed-editor-shortcuts.js Refactor modals 2016-01-12 20:53:08 +00:00
editor-base-controller.js Saves post title on focus blur if status is draft 2016-04-10 21:47:28 -04:00
editor-base-route.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
infinite-scroll.js Load more posts after post deletion 2016-02-09 09:08:31 -07:00
pagination.js Improve PaginationRoute mixin 2016-04-19 10:53:45 +01:00
settings-menu-controller.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
settings-save.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
shortcuts-route.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
shortcuts.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
slug-url.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
style-body.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
text-input.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
validation-engine.js Slack integration 2016-05-08 12:49:15 +02:00
validation-state.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00