1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-17 11:23:02 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Martin Rüegg 822f969afc minor regex optimization
probably not really neccessary but it was ment to improve speed since the replacment only takes place 
- at the beginning of the string
- once
2015-02-12 20:14:18 +01:00
Martin Rüegg a3accd7a77 don't check for a photo unless any phone number given
since the identification / matching between contact and sms is the sms_address (which is compared with TEL entries) it makes no sense to check for the photo, unless there is at least one address given (the sms_address can also be a text string, but this would still match only in TEL entries).
2015-02-12 20:08:18 +01:00
Loic Blot 38d0cea3df Fix and use the new setting: country. International mapping can now be okay and will remove duplicates. We need a little more fix" 2015-01-09 18:02:49 +00:00
Loic Blot c9fa6a7fc9 Fix ordering into app loader. Also fix a syntax... newbie... issue 2015-01-06 13:53:46 +00:00
Loic Blot 816a3a784f Add ConfigMapper, similar to chat app. Also implement setCountry call, need to use and handle it on the interface now 2015-01-06 13:49:50 +00:00
Loïc Blot (@U-Exp) 2e2998d5e2 Update copyright 2015-01-03 11:11:26 +01:00
Loic Blot da5447a51b Add contact photos into peerlist
Add some support into controller
2014-12-29 11:31:12 +00:00
Loic Blot 8dae05cc22 Remove useless try catch 2014-12-22 16:45:30 +00:00
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 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 66859a4940 pushPhoneNumberToCache. This permit to fix problems with phone numbers with dashes and parenthesis 2014-11-05 11:08:59 +00:00
Loic Blot 82fb91cd2b Fix PHP 5.3 bug (issue #17) 2014-11-02 15:48:47 +00:00
Loic Blot 9b64b9ecee Catch the contactManager exception. Need user test 2014-10-23 13:27:04 +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 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 71d6ed693b Contact names are now get with peerlist 2014-10-05 08:54:44 +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