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
AgeCommit message (Expand)Author
2019-11-09Fix invalid code missed on reviewLoïc Blot
2019-10-11Fix for conversations of contacts not showing any messages (#302)Bernhard Froehler
2018-10-01Fix use of insert statement without named parameter. Convert SMS upload/inser...Matt Amos
2018-09-27Convert some queries to QueryBuilder.Matt Amos
2018-09-08Add query + routes to drop all user messagesLoic Blot
2018-05-17Fix all the delete functionsLoic Blot
2018-05-17Bad code pushed...Loic Blot
2018-05-15SMS restoration fixLoïc Blot
2018-04-11Fetch fixLoic Blot
2018-04-11Function call fixesLoic Blot
2018-04-11Some fixes on the queriesLoic Blot
2018-04-11Migrate more deprecated methodsLoic Blot
2018-04-10Prepare another queryLoic Blot
2018-04-10Fix query builder in usageLoic Blot
2018-04-10Migrate more functions to the query builderLoic Blot
2018-04-10Migrate one function to the new querybuilder for NC 14Loic Blot
2018-04-03Php7 android7 sync issue (#222)Thomas Pulzer
2018-03-21Use DB transaction methods of the DB connection (#225)Morris Jobke
2017-12-28Corrected missing Nc branding (#212)Kai Schröer
2017-05-06Fixed Nextcloud 12 compatibility (#181)Lorenz Brun
2017-01-03Rename application to 'Phone Sync'Loic Blot
2016-12-31Fix SyntaxErrorException on select limit (#146)yneveu
2016-12-19Try to cast to int using a new variable instead of doing it in arrayLoic Blot
2016-12-15Release 1.11.2v1.11.2Loic Blot
2016-12-08Add missing fields to permit proper restoreLoic Blot
2016-12-07Fix SmsMapper::getMessages queryLoic Blot
2016-11-11Conversation Mapper addition + migration to proper schemeLoic Blot
2016-09-23last read date use the reprocessed phone number, not the raw phone numberLoic Blot
2016-09-23Conversation header CSS fix & unicity fixes for unread messages & peerlist la...Loic Blot
2016-09-22Add a fix for duplicates messages in database with or without spacesLoic Blot
2016-09-22Add missing database indicesLoic Blot
2016-09-22Missing regexp updateLoic Blot
2016-09-22Bugfix: check the read date per phone number if there are messages to check f...Loic Blot
2016-07-22Add a new call to get the current message count for a userLoic Blot
2016-05-13APIv2 improvementsLoic Blot
2016-05-13Prepare api v2 calls to retrieve messages from the serverLoic Blot
2016-01-31Update copyright noticeLoic Blot
2015-06-26Fix messages/conversation removal sync with contact list and also add atomic ...Loic Blot
2015-06-24remove messages is now okayLoic Blot
2015-06-24smscontroller::removeConversation link with smsmapper::removeMessagesForPhone...Loic Blot
2015-05-23Merge branch 'master' of https://github.com/nerzhul/ocsmsLoic Blot
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-09Fix message countries, this fix message count and conversationsLoic Blot
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