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

18 Commits

Author SHA1 Message Date
Loic Blot
409f92f344
Increase sms_address field size.
This fixes #187
2017-12-28 19:00:23 +01:00
Loïc Blot
5b6aeb3d67 Reduce sms_msg column size
This fixes some MySQL problems with column size limits under innodb

Fixes #159
2017-01-17 14:08:24 +01:00
Loic Blot
26df3a53a4 Conversation Mapper addition + migration to proper scheme 2016-11-11 17:11:05 +01:00
Loic Blot
cdfae91598 Add missing index this will fix performances issues on huge DB reported in #102 2016-10-28 07:57:59 +02:00
Loic Blot
852c0835fa Add missing database indices 2016-09-22 22:16:09 +02:00
Loic Blot
6c906d498f Increase sms size into database for huge SMS.
This fixes #110
2016-09-19 23:37:09 +02:00
Loic Blot
1b2a171b89 APIv2 improvements
* prepare a table for messaging sending queue
* drop retrieveAllIdsWithStatus and related API call (unused and dropped from Android app devel version)
* reorganise api controller
2016-05-12 23:18:25 +02:00
Loic Blot
47a6a86a95 Ajust key and value length for ocsms_config table 2015-05-15 08:57:45 +02:00
Loic Blot
858933d6c0 Add DB table for app config 2015-01-06 06:38:25 +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
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)
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)
0a16d05c0d Added more tests and link some files. Update DB Scheme 2014-09-12 15:30:07 +02:00
Loic Blot
8d03780e6f First Commit. Datascheme is in tests 2014-09-12 11:46:39 +00:00