1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
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
Loïc Blot (@U-Exp) 0132ca90db Change protocol. We receive a mailbox ID, drafts are contained into this mailbox ID. 2014-09-12 19:42:54 +02:00
Loïc Blot (@U-Exp) 5cef955d23 Message size is too little 2014-09-12 19:29:43 +02:00
Loïc Blot (@U-Exp) 87d6ecd1cc oops, bad commit datas on routes 2014-09-12 18:20:13 +02:00
Loïc Blot (@U-Exp) 08efd41e8d don't remove templateresponse 2014-09-12 18:19:53 +02:00
Loïc Blot (@U-Exp) 52fe3c44c4 Because there is a bug on boolean recognition in PHP, we are using string octal representation for flags 2014-09-12 17:12:49 +02:00
Loïc Blot (@U-Exp) 3096f44293 Fix timestamp default 2014-09-12 16:45:50 +02:00
Loïc Blot (@U-Exp) 8feb3a95d9 Fix DB scheme 2014-09-12 16:39:03 +02:00
Loïc Blot (@U-Exp) 553ff12b22 Same error here. Copy paste... 2014-09-12 16:32:29 +02:00
Loïc Blot (@U-Exp) b853362683 Use mapper properly on controller. Need tests 2014-09-12 16:31:08 +02:00
Loïc Blot (@U-Exp) aefea6b8ff Rename smsMgr to smsMapper to follow OC guidelines. Also implement saveAll alpha function 2014-09-12 16:13:40 +02:00
Loïc Blot (@U-Exp) 0a16d05c0d Added more tests and link some files. Update DB Scheme 2014-09-12 15:30:07 +02:00
Loic Blot 29dc4dcf46 Add basic tests on SMS datas 2014-09-12 13:16:46 +00:00
Loïc Blot (@U-Exp) 9f191c67ed fix ocsms index 2014-09-12 14:50:36 +02:00
Loïc Blot (@U-Exp) 623494ac56 Turn on app for everybody 2014-09-12 14:10:45 +02:00
Loïc Blot (@U-Exp) 445dc8abcf Add template response, we will do tests by this interface 2014-09-12 14:08:01 +02:00
Loïc Blot (@U-Exp) 5d1112f677 Use a get request for tests 2014-09-12 14:02:19 +02:00
Loïc Blot (@U-Exp) 3ad96daa21 Create a basic SmsController 2014-09-12 13:59:19 +02:00
Loic Blot 8d03780e6f First Commit. Datascheme is in tests 2014-09-12 11:46:39 +00:00