1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-25 16:56:18 +00:00
Martin Rüegg 5755ab800f speed optimization
as count(`fieldname`) does check for NULL values (as they will be excluded) it is faster to use count(*) as the date will never be NULL anyway (NULLs are not allowed at all 😄 )
2015-02-12 21:36:19 +01:00
2015-02-12 20:14:18 +01:00
2015-01-06 16:28:21 +00:00
2015-02-12 21:36:19 +01:00
2014-09-12 11:46:39 +00:00
2015-02-12 19:43:01 +01:00
2015-01-03 11:11:26 +01:00
2014-09-12 11:46:39 +00:00
2014-11-02 03:47:31 +01:00

ownCloud SMS

Introduction

ownCloud SMS provides a webinterface to display your SMS conversations.

SMS conversations are pushed by your Android devices using ownCloud SMS app, available on Google Play Store.

Android download link: https://play.google.com/store/apps/details?id=fr.unix_experience.owncloud_sms

ownCloud SMS Android App sources are partially available here: https://github.com/nerzhul/ownCloud-SMS-App

Licence

ownCloud SMS (OcSMS) web application is currently under AGPL licence but this free licence can be modificated to a better free licence.

Requirements

  • An ownCloud instance
  • An Andoid phone

Installation

  1. Download the latest release
  2. Place this app in owncloud/apps/ and unpack it
  3. Activate the app in https://your-owncloud/index.php/settings/apps?installed
  4. Download the Android client from Google Play
  5. Activate the Android client by adding an account in your phone settings

Owncloud SMS core issues

Please create your core issues here: https://github.com/nerzhul/ocsms/issues

Issue template

Server

  • ownCloud version: X.X.X
  • PHP version: X.X
  • HTTPd server: <apache|nginx...>
  • HTTPS: <yes|no>

Client

  • Android version: X.X.X
  • Phone:
  • ownCloud SMS app version: X.X.X

Content of /owncloud/data/owncloud.log

Place content of your owncloud.log here

Android client issues

Please create your issues for the Android client here: https://github.com/nerzhul/ownCloud-SMS-App/issues

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