Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Other: ckeditor5-cloudservices was renamed to ckeditor5-cloud-service…
Browse files Browse the repository at this point in the history
…s and ckeditor-cloudservices-core to ckeditor-cloud-services-core.
  • Loading branch information
Reinmar committed Mar 26, 2018
1 parent 4f9fbdd commit 8182343
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-cloudservices/compare/v1.0.0-alpha.1...v1.0.0-beta.1) (2018-03-15)
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-alpha.1...v1.0.0-beta.1) (2018-03-15)

### Other changes

* Removed the default value of `config.cloudServices.uploadUrl`. Closes [#12](https://github.com/ckeditor/ckeditor5-cloudservices/issues/12). ([d718e54](https://github.com/ckeditor/ckeditor5-cloudservices/commit/d718e54))
* Removed the default value of `config.cloudServices.uploadUrl`. Closes [#12](https://github.com/ckeditor/ckeditor5-cloud-services/issues/12). ([d718e54](https://github.com/ckeditor/ckeditor5-cloud-services/commit/d718e54))

### BREAKING CHANGES

Expand All @@ -16,4 +16,4 @@ Changelog

### Features

* Introduced the `CloudeServices` plugin. Closes [#1](https://github.com/ckeditor/ckeditor5-cloudservices/issues/1). ([fbf04dd](https://github.com/ckeditor/ckeditor5-cloudservices/commit/fbf04dd))
* Introduced the `CloudeServices` plugin. Closes [#1](https://github.com/ckeditor/ckeditor5-cloud-services/issues/1). ([fbf04dd](https://github.com/ckeditor/ckeditor5-cloud-services/commit/fbf04dd))
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Software License Agreement
==========================

**CKEditor 5 Cloud Services**https://github.com/ckeditor/ckeditor5-cloudservices <br>
**CKEditor 5 Cloud Services**https://github.com/ckeditor/ckeditor5-cloud-services <br>
Copyright (c) 2003-2018, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your choice:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ CKEditor 5 Cloud Services
=========================

[![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-cloudservices.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-cloudservices)
[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-cloudservices.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-cloudservices)
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-cloud-services.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-cloud-services)
[![Build Status](https://travis-ci.org/ckeditor/ckeditor5-cloud-services.svg?branch=master)](https://travis-ci.org/ckeditor/ckeditor5-cloud-services)
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)](https://www.browserstack.com/automate/public-build/d3hvenZqQVZERFQ5d09FWXdyT0ozVXhLaVltRFRjTTUyZGpvQWNmWVhUUT0tLUZqNlJ1YWRUd0RvdEVOaEptM1B2Q0E9PQ==--c9d3dee40b9b4471ff3fb516d9ecf8d09292c7e0)
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-cloudservices/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-cloudservices?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5-cloud-services/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5-cloud-services?branch=master)
<br>
[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-cloudservices/status.svg)](https://david-dm.org/ckeditor/ckeditor5-cloudservices)
[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-cloudservices/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-cloudservices?type=dev)
[![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-cloud-services/status.svg)](https://david-dm.org/ckeditor/ckeditor5-cloud-services)
[![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-cloud-services/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-cloud-services?type=dev)

CKEditor 5's [Cloud Services](https://ckeditor.com/ckeditor-cloud-services/) integration layer, which handles `config.cloudServices` and tokens.

## Documentation

See the [`@ckeditor/ckeditor5-cloudservices` package](https://docs.ckeditor.com/ckeditor5/latest/api/cloudservices.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).
See the [`@ckeditor/ckeditor5-cloud-services` package](https://docs.ckeditor.com/ckeditor5/latest/api/cloudservices.html) page in [CKEditor 5 documentation](https://docs.ckeditor.com/ckeditor5/latest/).

## License

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@ckeditor/ckeditor5-cloudservices",
"name": "@ckeditor/ckeditor5-cloud-services",
"version": "1.0.0-beta.1",
"description": "CKEditor 5's Cloud Services integration layer.",
"keywords": [
"ckeditor5",
"ckeditor5-lib"
],
"dependencies": {
"@ckeditor/ckeditor-cloudservices-core": "^0.2.0",
"@ckeditor/ckeditor-cloud-services-core": "^0.2.0",
"@ckeditor/ckeditor5-core": "^1.0.0-beta.1",
"@ckeditor/ckeditor5-utils": "^1.0.0-beta.1"
},
Expand All @@ -24,10 +24,10 @@
"author": "CKSource (http://cksource.com/)",
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"homepage": "https://ckeditor.com",
"bugs": "https://github.com/ckeditor/ckeditor5-cloudservices/issues",
"bugs": "https://github.com/ckeditor/ckeditor5-cloud-services/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-cloudservices.git"
"url": "https://github.com/ckeditor/ckeditor5-cloud-services.git"
},
"files": [
"lang",
Expand Down
20 changes: 10 additions & 10 deletions src/cloudservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*/

/**
* @module cloudservices/cloudservices
* @module cloud-services/cloudservices
*/

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import Token from '@ckeditor/ckeditor-cloudservices-core/src/token/token';
import Token from '@ckeditor/ckeditor-cloud-services-core/src/token/token';

/**
* Plugin introducing CKEditor 5's Cloud Services integration.
* It takes care of the {@link module:cloudservices/cloudservices~CloudServicesConfig `config.cloudService`}
* It takes care of the {@link module:cloud-services/cloudservices~CloudServicesConfig `config.cloudService`}
* configuration options and initializes the token provider.
*
* @extends module:core/plugin~Plugin
Expand Down Expand Up @@ -47,7 +47,7 @@ export default class CloudServices extends Plugin {

/**
* Other plugins use this token for the authorization process. It handles token requesting and refreshing.
* Its value is `null` when {@link module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl} is not provided.
* Its value is `null` when {@link module:cloud-services/cloudservices~CloudServicesConfig#tokenUrl} is not provided.
*
* @readonly
* @member {Object|null} #token
Expand All @@ -68,11 +68,11 @@ export default class CloudServices extends Plugin {
CloudServices.Token = Token;

/**
* The configuration of CKEditor Cloud Services. Introduced by the {@link module:cloudservices/cloudservices~CloudServices} plugin.
* The configuration of CKEditor Cloud Services. Introduced by the {@link module:cloud-services/cloudservices~CloudServices} plugin.
*
* Read more in {@link module:cloudservices/cloudservices~CloudServicesConfig}.
* Read more in {@link module:cloud-services/cloudservices~CloudServicesConfig}.
*
* @member {module:cloudservices/cloudservices~CloudServicesConfig} module:core/editor/editorconfig~EditorConfig#cloudServices
* @member {module:cloud-services/cloudservices~CloudServicesConfig} module:core/editor/editorconfig~EditorConfig#cloudServices
*/

/**
Expand Down Expand Up @@ -104,7 +104,7 @@ CloudServices.Token = Token;
*
* Without a properly working token endpoint (token URL) CKEditor plugins will not be able to connect to CKEditor Cloud Services.
*
* @member {String} module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#tokenUrl
*/

/**
Expand All @@ -115,9 +115,9 @@ CloudServices.Token = Token;
* after subscribing to Easy Image service.
* To learn how to start using Easy Image check {@glink @cs guides/quick-start Cloud Services - Quick start} documentation.
*
* Note: Make sure to also set the {@link module:cloudservices/cloudservices~CloudServicesConfig#tokenUrl} configuration option.
* Note: Make sure to also set the {@link module:cloud-services/cloudservices~CloudServicesConfig#tokenUrl} configuration option.
*
* Read more in [Cloud Services Quick start](https://docs.ckeditor.com/cs/latest/guides/quick-start.html).
*
* @member {String} module:cloudservices/cloudservices~CloudServicesConfig#uploadUrl
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#uploadUrl
*/
2 changes: 1 addition & 1 deletion tests/_utils/tokenmock.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/

import Token from '@ckeditor/ckeditor-cloudservices-core/src/token/token';
import Token from '@ckeditor/ckeditor-cloud-services-core/src/token/token';

export default class TokenMock extends Token {
/**
Expand Down

0 comments on commit 8182343

Please sign in to comment.