1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-08 08:26:15 +00:00

839 Commits

Author SHA1 Message Date
Loic Blot
54dbdc1011 Prefix global variables with g_ 2015-06-08 20:06:00 +00:00
Loic Blot
3998f82331 Some variables must be local. Also globalize the contact-list ul 2015-06-08 20:00:17 +00:00
Loic Blot
357e17dfbc Fix conditions... 2015-06-08 19:40:28 +00:00
Loic Blot
68114429c0 Use inArray helper instead of the jQuery direct function. Coding style 2015-06-08 19:26:12 +00:00
Loic Blot
8680ce6d38 Merge duplicate phone numbers into a unique list 2015-06-08 19:09:25 +00:00
Ner'zhul
a620277d86 Remove duplicate phonenumbers in conversation list 2015-06-08 16:23:54 +02:00
Ner'zhul
c4a78bf584 Merge pull request #74 from souhaib22/patch-1
Update README.md: typo fix
2015-06-07 19:57:13 +02:00
Souhaib
3ee08967e8 Update README.md
erreur de frappe
2015-06-07 00:19:49 +02:00
Loic Blot
8fa85a5243 Bump v1.4.5 v1.4.5 2015-05-23 16:37:56 +00:00
Loic Blot
0e41221703 Merge branch 'master' of https://github.com/nerzhul/ocsms 2015-05-23 16:29:17 +00:00
Loic Blot
ab5792e39f Fix issue ownCloud-SMS-App#56 2015-05-23 16:28:55 +00:00
Loic Blot
47a6a86a95 Ajust key and value length for ocsms_config table 2015-05-15 08:57:45 +02:00
Loic Blot
1bd067323b Use a better name for route to retrieve phone number list 2015-04-28 17:04:05 +02:00
Ner'zhul
74da399d03 Merge pull request #68 from Adam-Brown/master
Added Australia's country code
2015-04-23 10:40:06 +02:00
Adam Brown
66b25374ae Added Australia's country code: http://www.australia.gov.au/about-australia/our-country/telephone-country-and-area-codes. 2015-04-23 13:11:53 +08:00
Loic BLOT (@UXP)
0fcaad6d31 Implement Android APIv2 get/phones/smsnumber call 2015-04-10 13:21:56 +02:00
Loic Blot
152fbaef0f Bump 1.4.4 v1.4.4 2015-04-08 14:02:34 +00:00
Loic Blot
49b6442362 Separate ContactCache from Application 2015-04-08 13:38:29 +00:00
Loic Blot
a9dbc5d44c Reorganize routes.php 2015-04-08 13:08:26 +00:00
Loic Blot
040185cc21 Split smscontroller into smscontroller and apicontroller. One for webapp, one for API 2015-04-08 13:07:22 +00:00
Loic Blot
9fbeddfa9b use a proper URLGenerator in smscontroller 2015-03-18 09:48:45 +00:00
Loic Blot
98933860e8 Fix #55 issue. NOW() function doesn't work on all backends 2015-03-02 13:58:59 +01:00
Ner'zhul
ff3c3e58ef Merge pull request #59 from wtayyeb/patch-1
Add Iran (+98) to contrycode
2015-02-25 14:07:15 +01:00
wtayyeb
9b2699b0b7 Add Iran (+98) to contrycode 2015-02-24 12:38:02 +03:30
Ner'zhul
7e96630c72 Update README.md 2015-02-21 11:29:35 +01:00
Ner'zhul
d2f72b2821 Merge pull request #58 from ja02/master
Added ITU-T country call codes for European countries.
2015-02-21 11:18:39 +01:00
ja02
97c7684b51 Added ITU-T country call codes for European countries. 2015-02-20 23:32:42 +01:00
Loic Blot
05ccdeb650 Ignore messages with invalid mailboxID into smsmapper 2015-02-16 13:42:52 +00:00
Loic Blot
77a9e9cccf Load the country settings at app load 2015-02-16 13:18:48 +00:00
Ner'zhul
3774653643 Merge pull request #48 from martin-rueegg/patch-4
speed optimization in getAllPhoneNumbersForFPN()
2015-02-13 07:54:09 +01: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
Ner'zhul
75e3e409ac Merge pull request #46 from martin-rueegg/patch-2
Speed improvements in contact photo check
2015-02-12 21:01:54 +01:00
Ner'zhul
2552ce3c1b Merge pull request #44 from martin-rueegg/patch-3
Add Switzerland (+41)
2015-02-12 20:51:47 +01:00
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
Martin Rüegg
16134e0709 Add Switzerland (+41) 2015-02-12 19:43:01 +01:00
Martin Rüegg
eeb2f57901 Add additional metadata (ocsid and weblinks) 2015-02-12 12:32:39 +01:00
Loic Blot
44b47fb045 Tag 1.4.3 v1.4.3 2015-02-12 09:36:33 +01:00
Loic Blot
6176aceded Tag 1.4.2 2015-02-12 09:34:56 +01:00
Loic Blot
2b0701ccc7 Merge branch 'master' of https://github.com/nerzhul/ocsms 2015-02-09 20:26:16 +01:00
Loic Blot
0e9e1fd503 Add South Africa country code (resolve issue #40) 2015-02-09 20:26:05 +01:00
Loic Blot
c3b55fbde9 Tag 1.4.2: use Angular.js 1.1.5 instead of 1.2, it doesn't work properly with ocsms yet v1.4.2 2015-01-26 15:04:20 +00:00
Loic Blot
89f35bbbbe Tag 1.4.1: Fix AppFramework check v1.4.1 2015-01-26 10:38:03 +00:00
Loic Blot
f54f4c0aa2 Tag 1.4.0 v1.4 2015-01-18 16:13:27 +00:00
Loic Blot
a0c820ab82 Fix unchecked variable in controller when getting photos
* Also Typo fixes on dbmappers
2015-01-18 16:05:16 +00:00
Loic Blot
100308b9ec Change app version 2015-01-12 07:09:18 +00:00
Loic Blot
2fb3386731 change dep labels 2015-01-12 07:08:57 +00:00
Loic Blot
1a1e7000f2 move script.js to public/app.js. Also add dependancy to appframework into app.php 2015-01-12 07:06:34 +00:00
Loic Blot
555d8f1ed1 Add missing app.js (empty) for angular setups) 2015-01-12 06:55:06 +00:00
Loic Blot
fb8003faf2 Conversation loading by using angular.js 2015-01-10 15:32:47 +00:00