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

68 Commits

Author SHA1 Message Date
Loic Blot
5f0263f71e Move formatphonenumber.php to proper dir and rename.
* fix some coding styles
* Add contributor
2014-11-27 14:04:25 +00:00
stagprom
b45854abd3 modified: appinfo/formatphonenumber.php
Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 14:00:26 +01:00
stagprom
9d5615bc5c Merge branch 'formatPhoneNumber' of github.com:stagprom/ocsms into formatPhoneNumber
modified:   appinfo/formatphonenumber.php

Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 13:53:03 +01:00
stagprom
9f621e4df8 modified: appinfo/formatphonenumber.php
Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 13:45:06 +01:00
stagprom
b19146be11 modified: appinfo/formatphonenumber.php
Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 13:35:41 +01:00
stagprom
6816a92b89 changed tabs and braces
modified:   appinfo/formatphonenumber.php
	modified:   appinfo/ocsmsapp.php
	modified:   controller/smscontroller.php
	modified:   db/smsmapper.php
2014-11-25 16:55:15 +01:00
stagprom
405ee9af6f Added many comments to sourcees
modified:   appinfo/formatphonenumber.php
modified:   appinfo/ocsmsapp.php
modified:   controller/smscontroller.php
modified:   db/smsmapper.php
2014-11-25 13:28:43 +01:00
stagprom
4519f0088d new file: appinfo/formatphonenumber.php
modified:   appinfo/ocsmsapp.php
	modified:   controller/smscontroller.php
	modified:   db/smsmapper.php

A lot of changes in Code dealing with phonenumbers
2014-11-24 15:54:10 +01:00
Loic Blot
7be2d756c9 Tag 1.3.1 2014-11-19 10:22:28 +00:00
Loic Blot
66859a4940 pushPhoneNumberToCache. This permit to fix problems with phone numbers with dashes and parenthesis 2014-11-05 11:08:59 +00:00
Ner'zhul
cc8d5ac50a Merge pull request #18 from enoch85/patch-1
Change from Oc Sms ---> SMS
2014-11-02 17:15:35 +01:00
Ner'zhul
7724e13df7 Merge pull request #20 from enoch85/patch-3
Changed from "Oc Sms" to "ownCloud SMS"
2014-11-02 17:15:17 +01:00
Loic Blot
e0f976e148 1.3 is out 2014-11-02 15:53:21 +00:00
Loic Blot
82fb91cd2b Fix PHP 5.3 bug (issue #17) 2014-11-02 15:48:47 +00:00
Daniel Hansson
3fc0aab346 Changed from Oc SMS to ownCloud SMS
...and updated description.
2014-11-02 03:54:28 +01:00
Daniel Hansson
5eca5d441e Change from Oc Sms ---> SMS
Looks cleaner and more like the design.
2014-11-02 03:07:05 +01:00
Loic Blot
8f4dfd217f Added table to store last read date. This permit to set unread messages on first refresh of contact list. We need to handle it at first load too
Note: this is an experimental thing. We need to set this cursor for every conversation to get better precision
2014-10-23 15:38:20 +00:00
Loic Blot
9b64b9ecee Catch the contactManager exception. Need user test 2014-10-23 13:27:04 +00:00
Loic Blot
6d26edb727 Implement Refresh conversation list and set new messages count into list 2014-10-23 10:38:11 +00:00
Loic Blot
8d28751d94 Definitively resolve spaces issue 2014-10-23 08:04:48 +00:00
Loic Blot
621383e996 Fix number with spaces issue into peerlist
* Also factorize one function
2014-10-22 12:38:44 +00:00
Loic Blot
f94d3ea277 Tag 1.2 2014-10-16 17:42:33 +02:00
Loic Blot
566bc4eb16 If contactmanager isn't loaded, don't load contacts 2014-10-16 17:23:50 +02:00
Loic Blot
1138512dc8 Added experimental merging for contacts with multiple numbers 2014-10-09 18:27:13 +02:00
Loic Blot
a933c53fb8 Add two new API calls: getApiVersion and getAllIdsWithStatus 2014-10-09 10:02:22 +00:00
Loic Blot
8afe38e132 Tag 1.1.0 2014-10-08 10:11:04 +00:00
Loic Blot
f5b2731453 Fix OC_L10N::get issue 2014-10-08 08:19:12 +00:00
Loic Blot
575f98345d Version 1.0.3.
Fix: JS missing brace
2014-10-06 13:40:49 +00:00
Loic Blot
6e1048d16a stable version 2014-10-05 12:54:52 +00:00
Loic Blot
71d6ed693b Contact names are now get with peerlist 2014-10-05 08:54:44 +00:00
Loic Blot
4c9b653018 app name fix 2014-10-05 08:31:38 +00:00
Loic Blot
aaff8e9e4c MERGE 2014-10-05 08:30:49 +00:00
Ner'zhul
60cd139e95 Update and rename application.php to ocsmsapp.php 2014-10-01 17:52:08 +02:00
Ner'zhul
cf14f056a0 Forget delimiters 2014-10-01 09:27:37 +02:00
Ner'zhul
eb6cd672b8 Fix array name for phones. Also remove spaces. 2014-10-01 09:27:02 +02:00
Loic Blot
b75a8b3547 Little fix for contact load, but this isn't working yet 2014-09-30 18:54:30 +00:00
Ner'zhul
b17cf11020 Fix $c call 2014-09-30 10:00:49 +02:00
Loic Blot
860b4a3fb5 Link App with SmsController 2014-09-30 05:49:27 +00:00
Loic Blot
42df9cc510 Missing parenthesis 2014-09-30 05:42:02 +00:00
Loïc Blot (@U-Exp)
addc336d12 prepare contact/phone buffer 2014-09-30 07:36:49 +02:00
Ner'zhul
edb098fad9 Update comment for getContacts 2014-09-29 12:46:20 +02:00
Ner'zhul
8cca1ed0f8 Prepare buffer for contacts 2014-09-29 12:45:45 +02:00
Ner'zhul
ac2f60ae9a Registering ContactsManager for future use 2014-09-29 09:22:58 +02:00
Loïc Blot (@U-Exp)
cc13e01fe9 prepare a function to get all messages for a conversation 2014-09-16 22:31:50 +02:00
Loic Blot
37c32f8ce7 Added ajaxCall to get all phone Numbers. Also cleanup templates 2014-09-16 19:24:31 +00:00
Loïc Blot (@U-Exp)
169302516b Add new function to fetch all SMS friends 2014-09-16 20:25:34 +02:00
Loic Blot
fb0083a28a Fix URL for SMS ID getter 2014-09-15 18:39:31 +00:00
Loic Blot
ad1353c63c Add replace function to purge all database before adding every record. Also add a delete before insert function when writing to DB, preventing SMS duplicates 2014-09-15 18:01:02 +02:00
Loic Blot
128167196a Added function to retrieve SMS ids stored on the server 2014-09-15 17:55:01 +02:00
Loïc Blot (@U-Exp)
a8ff01b999 Add support for SMS types 2014-09-12 20:12:18 +02:00