1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

Rename application to 'Phone Sync'

Also update copyright years on modified files
This fixes #132
This commit is contained in:
Loic Blot 2017-01-03 12:54:38 +01:00
parent 8296cdca78
commit 9d8702d3bb
19 changed files with 40 additions and 41 deletions

View File

@ -1,4 +1,4 @@
# ownCloud SMS # Phone Sync (for NextCloud & ownCloud)
ownCloud SMS provides a webinterface to display your SMS conversations. SMS conversations are pushed by your Android devices using the [Android client](https://github.com/nerzhul/ownCloud-SMS-App), available on [Google Play Store](https://play.google.com/store/apps/details?id=fr.unix_experience.owncloud_sms). ownCloud SMS provides a webinterface to display your SMS conversations. SMS conversations are pushed by your Android devices using the [Android client](https://github.com/nerzhul/ownCloud-SMS-App), available on [Google Play Store](https://play.google.com/store/apps/details?id=fr.unix_experience.owncloud_sms).
@ -25,4 +25,4 @@ The app is available in both, [Nextcloud appstore](https://apps.nextcloud.com/ap
- **Client:** https://github.com/nerzhul/ownCloud-SMS-App/issues - **Client:** https://github.com/nerzhul/ownCloud-SMS-App/issues
## :notebook: License ## :notebook: License
ownCloud SMS (ocsms) web application is currently licensed under [AGPL license](https://github.com/nerzhul/ocsms/blob/master/LICENSE.md). Phone Sync web application is currently licensed under [AGPL license](https://github.com/nerzhul/ocsms/blob/master/LICENSE.md).

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\AppInfo; namespace OCA\OcSms\AppInfo;

View File

@ -2,7 +2,7 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ocsms</id> <id>ocsms</id>
<name>Nextcloud SMS</name> <name>Phone Sync</name>
<summary>An app to sync SMS with your cloud</summary> <summary>An app to sync SMS with your cloud</summary>
<description>An app to sync SMS with your cloud</description> <description>An app to sync SMS with your cloud</description>
<licence>agpl</licence> <licence>agpl</licence>

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\AppInfo; namespace OCA\OcSms\AppInfo;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Controller; namespace OCA\OcSms\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Controller; namespace OCA\OcSms\Controller;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Controller; namespace OCA\OcSms\Controller;

View File

@ -1,13 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Db; namespace OCA\OcSms\Db;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Db; namespace OCA\OcSms\Db;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Db; namespace OCA\OcSms\Db;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Db; namespace OCA\OcSms\Db;

View File

@ -1,8 +1,8 @@
<!-- <!--
Thanks for reporting issues back to us! Thanks for reporting issues back to us!
To make it possible for us to help you please fill out below information carefully. To make it possible for us to help you please fill out below information carefully.
--> -->
### Steps to reproduce ### Steps to reproduce
1. 1.
@ -17,7 +17,7 @@ Tell us what happens instead
### Server configuration ### Server configuration
**ownCloud version:** **NextCloud/ownCloud version:**
**PHP version:** **PHP version:**

View File

@ -1,11 +1,11 @@
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
@ -50,7 +50,7 @@ app.directive('toInt', function() {
}; };
}); });
// Imported from ownCloud contact app // Imported from contact app
app.filter('peerColor', function() { app.filter('peerColor', function() {
return function(input) { return function(input) {
if (typeof input == 'undefined') { if (typeof input == 'undefined') {
@ -484,7 +484,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
return; return;
} }
else if (Notification.permission === "granted") { else if (Notification.permission === "granted") {
new Notification("ownCloud SMS - " + msg); new Notification("Phone Sync - " + msg);
} }
else if (Notification.permission !== 'denied') { else if (Notification.permission !== 'denied') {
Notification.requestPermission(function (permission) { Notification.requestPermission(function (permission) {
@ -492,7 +492,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
Notification.permission = permission; Notification.permission = permission;
} }
if (permission === "granted") { if (permission === "granted") {
new Notification("ownCloud SMS - " + msg); new Notification("Phone Sync - " + msg);
} }
}); });
} }

View File

@ -1,13 +1,13 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @contributor: stagprom <https://github.com/stagprom/> * @contributor: stagprom <https://github.com/stagprom/>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Lib; namespace OCA\OcSms\Lib;

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
@ -10,7 +10,7 @@
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @contributor: stagprom <https://github.com/stagprom/> * @contributor: stagprom <https://github.com/stagprom/>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Lib; namespace OCA\OcSms\Lib;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */

View File

@ -1,13 +1,13 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @contributor: stagprom <https://github.com/stagprom/> * @contributor: stagprom <https://github.com/stagprom/>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
namespace OCA\OcSms\Lib; namespace OCA\OcSms\Lib;

View File

@ -1,12 +1,12 @@
<?php <?php
/** /**
* ownCloud - ocsms * NextCloud - Phone Sync
* *
* This file is licensed under the Affero General Public License version 3 or * This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file. * later. See the COPYING file.
* *
* @author Loic Blot <loic.blot@unix-experience.fr> * @author Loic Blot <loic.blot@unix-experience.fr>
* @copyright Loic Blot 2014-2016 * @copyright Loic Blot 2014-2017
*/ */
require_once __DIR__ . '/../../../3rdparty/Pimple/Pimple.php'; require_once __DIR__ . '/../../../3rdparty/Pimple/Pimple.php';