1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00
Greg Ross 6e86c48486 Updated phone formatter (#241)
* Add locale and libphonenumber libraries.

* Update country code information

Updated existing country codes, fixed incorrect NANP codes for member countries (as well as several UK based ones).

Also added in Country Name to ISO country code mapping array for use with libphonenumber.

* Convert phone number formatting to use libphonenumber

libphonenumber parses phone number more consistantly than the old regex's that mismatched number on a regular basis.
2018-06-26 09:49:22 +02:00
2018-05-17 12:26:55 +02:00
2018-02-12 23:01:16 +01:00
2018-05-17 12:25:47 +02:00
2017-12-28 20:37:30 +01:00
2018-05-17 10:29:42 +02:00
2016-05-19 23:56:50 +02:00
2018-06-21 00:32:58 +00:00
2018-06-26 09:49:22 +02:00
2016-05-18 22:20:13 +02:00
2014-09-12 11:46:39 +00:00
2016-02-05 09:02:40 +01:00

Phone Sync (for Nextcloud & ownCloud)

Phone Sync provides a webinterface to display your SMS conversations. SMS conversations are pushed by your Android devices using the Android client, available on Google Play Store.

▶️ Access

The app is available in both, Nextcloud appstore and ownCloud appstore. So installing is as easy as

  1. Navigate in your Nextcloud / ownCloud instance to the "apps"
  2. Enable "experimental apps" in the settings
  3. Select the category "Multimedia"
  4. Click "activate"

Solve encoding errors on MySQL

If you are on MySQL or MariaDB and have the following issue with the database:

Incorrect string value: '\xF0\x9F\x98\x89' for column 'sms_msg' at row 1

The cause may be that you have to enable 4-byte support.

Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html

Solve the synchronisation issues

If you are using FastCGI you must enable buffering in FastCGI but commenting the following line:

fastcgi_request_buffering off;

Using the Android App With 2FA Enabled

If you've enabled 2FA (Two Factor Authentication) logins you may be hit with an incorrect password error. The android client doesn't support logging in with 2FA credentials. Here is a guide to do so, although it says Managing Devices it is the same process for App Passwords: https://docs.nextcloud.com/server/11/user_manual/session_management.html#managing-devices

👀 Screenshot

Screenshot

Reporting issues

📓 License

Phone Sync web application is currently licensed under AGPL license.

Description
No description provided
Readme 17 MiB
Languages
JavaScript 53.8%
PHP 42.3%
CSS 3.2%
Shell 0.6%