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

310 Commits

Author SHA1 Message Date
Loic Blot 13d5e9ff26 Fix messages/conversation removal sync with contact list and also add atomic delete for messages 2015-06-25 22:00:09 +00:00
Loic Blot 1263af850b Reinit message list before showing it to screen, else it merge :) 2015-06-25 21:12:42 +00:00
Loic Blot d075e7f58a Use angular to load conversations instead of a pure string buffer and show choose conversation only if no messages to show 2015-06-25 21:09:05 +00:00
Loic Blot fed6cb864a Add message store and removal handlers to Angular controller 2015-06-25 20:47:33 +00:00
Loic Blot 9c064f9052 Add basic template to show SMS messages (unused atm) 2015-06-25 20:43:24 +00:00
Loic Blot 3402bd9836 Use angularJS to manage contact list update properly. This also fix a recent upstream bug which doesn't re-insert contact into contactlist when new messages arrived 2015-06-25 20:36:58 +00:00
Loic Blot 29a7f9e972 Refactor: move many function to angular controller 2015-06-25 19:39:09 +00:00
Loic Blot 1f72ebf40f replace setInterval by angular 2015-06-25 19:25:26 +00:00
Loic Blot 90144ea042 Migrate from angularJS 1.1 to 1.3 2015-06-25 19:23:48 +00:00
Loic Blot b04677851a Little cleanup 2015-06-25 19:06:42 +00:00
Loic Blot 68b2f319c3 Migrate jquery.documentready to AngularJS 2015-06-25 18:28:10 +00:00
Loic Blot d8ecc06314 Add basic route , method and icon for removing single message 2015-06-25 18:17:59 +00:00
Loic Blot d8a776bea9 remove messages is now okay 2015-06-24 06:48:06 +00:00
Loic Blot 76b0ae3912 smscontroller::removeConversation link with smsmapper::removeMessagesForPhoneNumber. We need to drop messages now 2015-06-24 06:40:03 +00:00
Loic Blot 4852fa3675 smscontroller: Remove whitespaces 2015-06-24 06:37:03 +00:00
Loic Blot b67802a646 Prepare deleteConversation handler and remove unreachable code in getConversation 2015-06-24 06:35:47 +00:00
Loic Blot cbe70ac13b Reinit g_curPhoneNumber when delete conversation to stop refreshing it 2015-06-24 06:30:39 +00:00
Loic Blot 55f9e4136b Remove interface elements on POST call 2015-06-23 21:04:58 +00:00
Loic Blot 3105eeb776 Prepare conversation deletion in PHP code too 2015-06-23 20:56:15 +00:00
Loic Blot a83c494d47 Add basic icon to delete conversation 2015-06-23 17:58:44 +00:00
Marcos e183c9f478 Fixed scroll issue
Fixes #77

It seems to be inherited from some external css (apps.css)
2015-06-09 11:22:34 +00:00
Loic Blot 54dbdc1011 Prefix global variables with g_ 2015-06-08 20:06:00 +00:00
Loic Blot 3998f82331 Some variables must be local. Also globalize the contact-list ul 2015-06-08 20:00:17 +00:00
Loic Blot 357e17dfbc Fix conditions... 2015-06-08 19:40:28 +00:00
Loic Blot 68114429c0 Use inArray helper instead of the jQuery direct function. Coding style 2015-06-08 19:26:12 +00:00
Loic Blot 8680ce6d38 Merge duplicate phone numbers into a unique list 2015-06-08 19:09:25 +00:00
Ner'zhul a620277d86 Remove duplicate phonenumbers in conversation list 2015-06-08 16:23:54 +02:00
Ner'zhul c4a78bf584 Merge pull request #74 from souhaib22/patch-1
Update README.md: typo fix
2015-06-07 19:57:13 +02:00
Souhaib 3ee08967e8 Update README.md
erreur de frappe
2015-06-07 00:19:49 +02:00
Loic Blot 8fa85a5243 Bump v1.4.5 v1.4.5 2015-05-23 16:37:56 +00:00
Loic Blot 0e41221703 Merge branch 'master' of https://github.com/nerzhul/ocsms 2015-05-23 16:29:17 +00:00
Loic Blot ab5792e39f Fix issue ownCloud-SMS-App#56 2015-05-23 16:28:55 +00:00
Loic Blot 47a6a86a95 Ajust key and value length for ocsms_config table 2015-05-15 08:57:45 +02:00
Loic Blot 1bd067323b Use a better name for route to retrieve phone number list 2015-04-28 17:04:05 +02:00
Ner'zhul 74da399d03 Merge pull request #68 from Adam-Brown/master
Added Australia's country code
2015-04-23 10:40:06 +02:00
Adam Brown 66b25374ae Added Australia's country code: http://www.australia.gov.au/about-australia/our-country/telephone-country-and-area-codes. 2015-04-23 13:11:53 +08:00
Loic BLOT (@UXP) 0fcaad6d31 Implement Android APIv2 get/phones/smsnumber call 2015-04-10 13:21:56 +02:00
Loic Blot 152fbaef0f Bump 1.4.4 v1.4.4 2015-04-08 14:02:34 +00:00
Loic Blot 49b6442362 Separate ContactCache from Application 2015-04-08 13:38:29 +00:00
Loic Blot a9dbc5d44c Reorganize routes.php 2015-04-08 13:08:26 +00:00
Loic Blot 040185cc21 Split smscontroller into smscontroller and apicontroller. One for webapp, one for API 2015-04-08 13:07:22 +00:00
Loic Blot 9fbeddfa9b use a proper URLGenerator in smscontroller 2015-03-18 09:48:45 +00:00
Loic Blot 98933860e8 Fix #55 issue. NOW() function doesn't work on all backends 2015-03-02 13:58:59 +01:00
Ner'zhul ff3c3e58ef Merge pull request #59 from wtayyeb/patch-1
Add Iran (+98) to contrycode
2015-02-25 14:07:15 +01:00
wtayyeb 9b2699b0b7 Add Iran (+98) to contrycode 2015-02-24 12:38:02 +03:30
Ner'zhul 7e96630c72 Update README.md 2015-02-21 11:29:35 +01:00
Ner'zhul d2f72b2821 Merge pull request #58 from ja02/master
Added ITU-T country call codes for European countries.
2015-02-21 11:18:39 +01:00
ja02 97c7684b51 Added ITU-T country call codes for European countries. 2015-02-20 23:32:42 +01:00
Loic Blot 05ccdeb650 Ignore messages with invalid mailboxID into smsmapper 2015-02-16 13:42:52 +00:00
Loic Blot 77a9e9cccf Load the country settings at app load 2015-02-16 13:18:48 +00:00