Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2015-05-23Fix issue ownCloud-SMS-App#56Loic Blot
2015-04-10Implement Android APIv2 get/phones/smsnumber callLoic BLOT (@UXP)
2015-03-02Fix #55 issue. NOW() function doesn't work on all backendsLoic Blot
2015-02-16Ignore messages with invalid mailboxID into smsmapperLoic Blot
2015-02-12speed optimizationMartin Rüegg
2015-01-18Fix unchecked variable in controller when getting photosLoic Blot
2015-01-09Remove one angular controller, we need to understand multiple controller prob...Loic Blot
2015-01-09Fix message countries, this fix message count and conversationsLoic Blot
2015-01-09SQL query syntax fixLoic Blot
2015-01-09Fix and use the new setting: country. International mapping can now be okay a...Loic Blot
2015-01-09Add configmapper::getKey to get user settingsLoic Blot
2015-01-09Config setting fix and remove button loopLoic Blot
2015-01-09Country value is now sent and stored to databaseLoic Blot
2015-01-06Fix ordering into app loader. Also fix a syntax... newbie... issueLoic Blot
2015-01-06Add ConfigMapper, similar to chat app. Also implement setCountry call, need t...Loic Blot
2015-01-03Add missing copyrightLoïc Blot (@U-Exp)
2015-01-03Update copyrightLoïc Blot (@U-Exp)
2014-12-09Remove integer cast on date. This fix an integer overflow on 32 bits systemsv1.3.2Ner'zhul
2014-11-30Prepare an APIv2 call to improve sync performance on phone (battery)Loic Blot
2014-11-27Move formatphonenumber.php to proper dir and rename.Loic Blot
2014-11-25changed tabs and bracesstagprom
2014-11-25Added many comments to sourceesstagprom
2014-11-24 new file: appinfo/formatphonenumber.phpstagprom
2014-10-23Set last read date per conversationLoic Blot
2014-10-23Added table to store last read date. This permit to set unread messages on fi...Loic Blot
2014-10-23Implement Refresh conversation list and set new messages count into listLoic Blot
2014-10-23Order conversations per desc dateLoic Blot
2014-10-22Really fix the thing into conversationsLoic Blot
2014-10-13Typo fix. Message count works perfectLoic Blot
2014-10-13contrainer for message count (need tests)Loïc Blot (@U-Exp)
2014-10-09Added experimental merging for contacts with multiple numbersLoic Blot
2014-10-09Add two new API calls: getApiVersion and getAllIdsWithStatusLoic Blot
2014-10-06Replace \OC_DB by \OCP\DB (need tests)Loic Blot
2014-10-06Remove example commentNer'zhul
2014-09-26add minimum when fetching messages from DBLoïc Blot (@U-Exp)
2014-09-17Fix getAllMessagesForPhoneNumberLoic Blot
2014-09-17fix sms conversation queryLoïc Blot (@U-Exp)
2014-09-17prepare a function to get all messages for a conversationLoïc Blot (@U-Exp)
2014-09-16Little typo fixesLoic Blot
2014-09-16Add new function to fetch all SMS friendsLoïc Blot (@U-Exp)
2014-09-15Resolve mailboxes names for better clientside detectionLoic Blot
2014-09-15add missing return for getAllIds and prevent duplicate IDsLoic Blot
2014-09-15Added optimization: don't to the single deletion if we have purged the DB bef...Loic Blot
2014-09-15Add replace function to purge all database before adding every record. Also a...Loic Blot
2014-09-15Added function to retrieve SMS ids stored on the serverLoic Blot
2014-09-15Code designLoic Blot
2014-09-15added argument to writeToDB to purge database entries before adding new recordsLoic Blot
2014-09-15Use transaction before writing to databaseLoic Blot
2014-09-15rename saveAllNer'zhul
2014-09-12Add support for SMS typesLoïc Blot (@U-Exp)