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

112 Commits

Author SHA1 Message Date
Loic Blot
ab5792e39f Fix issue ownCloud-SMS-App#56 2015-05-23 16:28:55 +00:00
Loic BLOT (@UXP)
0fcaad6d31 Implement Android APIv2 get/phones/smsnumber call 2015-04-10 13:21:56 +02:00
Loic Blot
98933860e8 Fix #55 issue. NOW() function doesn't work on all backends 2015-03-02 13:58:59 +01:00
Loic Blot
05ccdeb650 Ignore messages with invalid mailboxID into smsmapper 2015-02-16 13:42:52 +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
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
642f78e859 Remove one angular controller, we need to understand multiple controller problems 2015-01-09 19:37:16 +00:00
Loic Blot
84db79a300 Fix message countries, this fix message count and conversations 2015-01-09 19:17:12 +00:00
Loic Blot
f76a376635 SQL query syntax fix 2015-01-09 19:01:51 +00: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
74ed1e7527 Add configmapper::getKey to get user settings 2015-01-09 17:17:33 +00:00
Loic Blot
3d8c834a43 Config setting fix and remove button loop 2015-01-09 17:12:46 +00:00
Loic Blot
76decabe11 Country value is now sent and stored to database
add jquery call
fix database table name
2015-01-09 17:05: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)
a438a82681 Add missing copyright 2015-01-03 11:12:09 +01:00
Loïc Blot (@U-Exp)
2e2998d5e2 Update copyright 2015-01-03 11:11:26 +01:00
Ner'zhul
7c0bd22385 Remove integer cast on date. This fix an integer overflow on 32 bits systems 2014-12-09 16:26:53 +01:00
Loic Blot
f89a23c205 Prepare an APIv2 call to improve sync performance on phone (battery) 2014-11-30 18:05:20 +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
690421713d Set last read date per conversation
The next step will be to get unread messages per conversation when loading interface at first time, not globally
2014-10-23 16:23:11 +00: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
6d26edb727 Implement Refresh conversation list and set new messages count into list 2014-10-23 10:38:11 +00:00
Loic Blot
c256ca5132 Order conversations per desc date 2014-10-23 05:38:40 +00:00
Loic Blot
20db5d6a7f Really fix the thing into conversations 2014-10-22 16:02:13 +00:00
Loic Blot
acb0a74ba2 Typo fix. Message count works perfect 2014-10-13 17:56:33 +00:00
Loïc Blot (@U-Exp)
00d157ea2c contrainer for message count (need tests) 2014-10-13 19:39:55 +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
5b333a0091 Replace \OC_DB by \OCP\DB (need tests) 2014-10-06 13:41:18 +02:00
Ner'zhul
3ce5b7a69d Remove example comment 2014-10-06 13:34:47 +02:00
Loïc Blot (@U-Exp)
e89c8b6d0f add minimum when fetching messages from DB 2014-09-26 19:04:16 +02:00
Loic Blot
86f4fb3910 Fix getAllMessagesForPhoneNumber 2014-09-16 20:48:33 +00:00
Loïc Blot (@U-Exp)
02ba89f6aa fix sms conversation query 2014-09-16 22:38:02 +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
d456178c18 Little typo fixes 2014-09-16 18:34:39 +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
d1f5a63fbd Resolve mailboxes names for better clientside detection 2014-09-15 18:53:59 +00:00
Loic Blot
dd67fed01a add missing return for getAllIds and prevent duplicate IDs 2014-09-15 18:44:31 +00:00
Loic Blot
5d1cababc6 Added optimization: don't to the single deletion if we have purged the DB before, it's useless 2014-09-15 18:02:56 +02: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
Loic Blot
0d14019e9f Code design 2014-09-15 13:41:18 +02:00
Loic Blot
cd8c0e57f1 added argument to writeToDB to purge database entries before adding new records 2014-09-15 13:35:07 +02:00
Loic Blot
3ea5fee350 Use transaction before writing to database 2014-09-15 13:31:32 +02:00
Ner'zhul
cfc94b253f rename saveAll 2014-09-15 13:27:30 +02:00
Loïc Blot (@U-Exp)
a8ff01b999 Add support for SMS types 2014-09-12 20:12:18 +02:00