summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:12:26 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-10-20 15:15:13 +0200
commitd613b1e70e17917952619d35d4d7fe4c9018555e (patch)
treeb7568236697dac321838cffdba3e748eedd02e3d
parentac45b5e1586914bff131a7c0fe352da751d2cade (diff)
Replaced various ownCloud with Nextcloud.
-rw-r--r--Makefile2
-rw-r--r--README.md16
-rw-r--r--appinfo/app.php4
-rw-r--r--appinfo/routes.php2
-rw-r--r--controller/pagecontroller.php2
-rw-r--r--js/main.js2
-rw-r--r--l10n/.tx/config2
-rw-r--r--package.json8
-rw-r--r--tests/bootstrap.php2
-rw-r--r--tests/integration/AppTest.php2
-rw-r--r--tests/unit/controller/PageControllerTest.php2
11 files changed, 18 insertions, 26 deletions
diff --git a/Makefile b/Makefile
index 50a5b421..a10db38a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# @author Bernhard Posselt <dev@bernhard-posselt.com>
# @copyright Bernhard Posselt 2016
-# Generic Makefile for building and packaging an ownCloud app which uses npm and
+# Generic Makefile for building and packaging an Nextcloud app which uses npm and
# Composer.
#
# Dependencies:
diff --git a/README.md b/README.md
index 33522157..b2deedf2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ownCloud Contacts
+# Nextcloud Contacts
[![irc](https://img.shields.io/badge/irc%20channel-%23owncloud--contacts%20on%20freenode-blue.svg)](https://webchat.freenode.net/?channels=owncloud-contacts)
[![Build Status](https://scrutinizer-ci.com/g/owncloud/contacts/badges/build.png?b=master)](https://scrutinizer-ci.com/g/owncloud/contacts/build-status/master)
@@ -7,11 +7,11 @@
![codecov.io](https://codecov.io/github/owncloud/contacts/branch.svg?branch=master)
-**A contacts app for [ownCloud](https://owncloud.org) and [Nextcloud](https://nextcloud.com).**
+**A contacts app for [Nextcloud](https://nextcloud.com) and [ownCloud](https://owncloud.org).**
This is the new contacts app that has replaced the [old contacts app](https://github.com/owncloudarchive/contacts), and is only the frontend for the new server-integrated CardDAV-Backend.
-![](https://raw.githubusercontent.com/owncloud/screenshots/master/contacts/contacts.png)
+![](https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png)
## Maintainers:
@@ -21,7 +21,7 @@ This is the new contacts app that has replaced the [old contacts app](https://gi
- [Tom Needham](https://github.com/tomneedham)
-If you’d like to join, just go through the [issue list](https://github.com/owncloud/contacts/issues) and fix some. :)
+If you’d like to join, just go through the [issue list](https://github.com/nextcloud/contacts/issues) and fix some. :)
## Building the app
@@ -38,14 +38,6 @@ This requires the following things to be present:
* npm: for building and testing everything JS
-## Publish to App Store
-
-First get an account for the [App Store](http://apps.owncloud.com/) then run:
-
- make && make appstore
-
-The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
-
## Running tests
You can use the provided Makefile to run all tests by using:
diff --git a/appinfo/app.php b/appinfo/app.php
index 8f478905..3ad6cea1 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -20,7 +20,7 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) {
$urlGenerator = $container->query('OCP\IURLGenerator');
$l10n = $container->query('OCP\IL10N');
return [
- // the string under which your app will be referenced in owncloud
+ // the string under which your app will be referenced in Nextcloud
'id' => 'contacts',
// sorting weight for the navigation. The higher the number, the higher
diff --git a/appinfo/routes.php b/appinfo/routes.php
index edea0e49..7baabeb0 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/controller/pagecontroller.php b/controller/pagecontroller.php
index b3810639..3ade020c 100644
--- a/controller/pagecontroller.php
+++ b/controller/pagecontroller.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/js/main.js b/js/main.js
index e2a0403a..32dbf24e 100644
--- a/js/main.js
+++ b/js/main.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/l10n/.tx/config b/l10n/.tx/config
index d04a6f6a..44c883de 100644
--- a/l10n/.tx/config
+++ b/l10n/.tx/config
@@ -2,7 +2,7 @@
host = https://www.transifex.com
lang_map = ja_JP: ja
-[owncloud.contacts]
+[nextcloud.contacts]
file_filter = <lang>/contacts.po
source_file = templates/contacts.pot
source_lang = en
diff --git a/package.json b/package.json
index 4f39217d..98b260e9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "contacts",
"version": "1.5.0",
- "description": "Place this app in **owncloud/apps/**",
+ "description": "Place this app in **nextcloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",
"email": "hendrik@leppelsack.de"
@@ -9,13 +9,13 @@
"private": true,
"repository": {
"type": "git",
- "url": "git+https://github.com/owncloud/contacts.git"
+ "url": "git+https://github.com/nextcloud/contacts.git"
},
"license": "AGPL-3.0",
"bugs": {
- "url": "https://github.com/owncloud/contacts/issues"
+ "url": "https://github.com/nextcloud/contacts/issues"
},
- "homepage": "https://github.com/owncloud/contacts#readme",
+ "homepage": "https://github.com/nextcloud/contacts#readme",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 8fcc88e9..ba136a15 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/integration/AppTest.php b/tests/integration/AppTest.php
index d33a08ce..6adedf1f 100644
--- a/tests/integration/AppTest.php
+++ b/tests/integration/AppTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php
index 68852fe2..548081da 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/controller/PageControllerTest.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - contacts
+ * Nextcloud - contacts
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.