Go to file
Kevin Ansfield 1e3191b811 Unsplash integration
closes https://github.com/TryGhost/Ghost/issues/8859, requires https://github.com/TryGhost/Ghost/pull/8895
- adds Unsplash app to app settings
  - enable/disable toggle
  - validation and testing of Unsplash App ID
  - Unsplash App ID field hidden if provided via Ghost config
  - adds `fetchPrivate` method to `config` service to pull config that requires authentication and updates authentication routines to fetch private config
- adds Unsplash buttons to editor toolbar and `{{gh-image-uploader}}`
  - only present when Unsplash app is enabled
  - opens Unsplash image selector when clicked
  - `{{gh-image-uploader}}` has a new `allowUnsplash` attribute to control display of the unsplash button on a per-uploader basis
- adds Unsplash image selector (`{{gh-unsplash}}`)
  - uses new `unsplash` service to handle API requests and maintain state
  - search
  - infinite scroll
  - zoom image
  - insert image
  - download image
- adds `{{gh-scroll-trigger}}` that will fire an event when the component is rendered into or enters the visible screen area via scrolling
- updates `ui` service
  - adds `isFullscreen` property and updates `gh-editor` so that it gets set/unset when toggling editor fullscreen mode
  - adds `hasSideNav` and `isSideNavHidden` properties
- updates `media-queries` service so that it fires an event each time a breakpoint is entered/exited
  - removes the need for observers in certain circumstances
2017-08-15 16:01:12 +01:00
.github Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md 2016-05-23 10:50:15 +01:00
app Unsplash integration 2017-08-15 16:01:12 +01:00
config bump dependencies (#673) 2017-05-09 18:15:04 -05:00
lib Editor refactors (#679) 2017-05-08 10:44:02 +01:00
mirage Unsplash integration 2017-08-15 16:01:12 +01:00
public/assets Unsplash integration 2017-08-15 16:01:12 +01:00
tests Unsplash integration 2017-08-15 16:01:12 +01:00
.csscomb.json Unsplash integration 2017-08-15 16:01:12 +01:00
.editorconfig deps: ember-cli@2.8.0 2016-10-07 17:32:30 +01:00
.ember-cli grunt init, dev 2015-03-11 12:37:41 -06:00
.eslintrc.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
.gitignore ⬆️ bump core ember dependencies (#804) 2017-07-31 13:38:46 +04:00
.travis.yml Re-enable yarn in Travis 2017-02-19 10:59:51 -06:00
.watchmanconfig deps: ember-cli@1.13.13 2015-11-30 11:21:39 -06:00
Gruntfile.js 🛠 switch to using yarn in our Grunt tasks (#613) 2017-04-04 11:36:17 +01:00
LICENSE 2017 2017-01-04 10:32:54 +00:00
README.md Add code coverage badge to README (#486) 2017-01-11 13:09:26 +00:00
bower.json Fix split screen editor (#684) 2017-05-08 19:15:56 +01:00
ember-cli-build.js 🐛 fix sticky save notifications (#762) 2017-07-04 11:20:25 +01:00
package.json Unsplash integration 2017-08-15 16:01:12 +01:00
testem.js ⬆️ bump core ember dependencies (#804) 2017-07-31 13:38:46 +04:00
yarn.lock Unsplash integration 2017-08-15 16:01:12 +01:00

README.md

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost. For now, refer to that repository for install and development instructions.

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2017 Ghost Foundation - Released under the MIT license.