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

248 Commits

Author SHA1 Message Date
stagprom 49ba8fd269 Merge branch 'formatPhoneNumber' of github.com:stagprom/ocsms into formatPhoneNumber 2014-11-27 13:55:57 +01:00
stagprom 9d5615bc5c Merge branch 'formatPhoneNumber' of github.com:stagprom/ocsms into formatPhoneNumber
modified:   appinfo/formatphonenumber.php

Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 13:53:03 +01:00
stagprom fc0abd9f4a Merge branch 'formatPhoneNumber' of github.com:stagprom/ocsms into formatPhoneNumber 2014-11-27 13:47:17 +01:00
stagprom 9f621e4df8 modified: appinfo/formatphonenumber.php
Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 13:45:06 +01:00
stagprom b19146be11 modified: appinfo/formatphonenumber.php
Numbers will be formatted as in this examples:
	00xx 1234567... 	=> +xx1234567...
	(xxx)-yyy 1234567...	=> xxxyyy1234567...
	+xx (0) yyy 1234567...	=> +xxyyy1234567...
2014-11-27 13:35:41 +01:00
stagprom 6816a92b89 changed tabs and braces
modified:   appinfo/formatphonenumber.php
	modified:   appinfo/ocsmsapp.php
	modified:   controller/smscontroller.php
	modified:   db/smsmapper.php
2014-11-25 16:55:15 +01:00
stagprom 405ee9af6f Added many comments to sourcees
modified:   appinfo/formatphonenumber.php
modified:   appinfo/ocsmsapp.php
modified:   controller/smscontroller.php
modified:   db/smsmapper.php
2014-11-25 13:28:43 +01:00
stagprom 4519f0088d new file: appinfo/formatphonenumber.php
modified:   appinfo/ocsmsapp.php
	modified:   controller/smscontroller.php
	modified:   db/smsmapper.php

A lot of changes in Code dealing with phonenumbers
2014-11-24 15:54:10 +01:00
Ner'zhul 3cd85810eb Add comment 2014-11-19 15:40:59 +01:00
Loic Blot 7be2d756c9 Tag 1.3.1 v1.3.1 2014-11-19 10:22:28 +00:00
Ner'zhul 0ad0164fe5 Fix CSRF problem on push function
CSRF is not needed on push because user is not calling other pages. This will fix issues https://github.com/nerzhul/ocsms/issues/25 and https://github.com/nerzhul/ownCloud-SMS-App/issues/8
2014-11-19 10:48:36 +01:00
Loic Blot e655024521 Fix regex and then duplicate numbers into conversation 2014-11-05 11:11:22 +00:00
Loic Blot 66859a4940 pushPhoneNumberToCache. This permit to fix problems with phone numbers with dashes and parenthesis 2014-11-05 11:08:59 +00:00
Ner'zhul cc8d5ac50a Merge pull request #18 from enoch85/patch-1
Change from Oc Sms ---> SMS
2014-11-02 17:15:35 +01:00
Ner'zhul dd53277c5e Merge pull request #19 from enoch85/patch-2
Update README.md
2014-11-02 17:15:25 +01:00
Ner'zhul 7724e13df7 Merge pull request #20 from enoch85/patch-3
Changed from "Oc Sms" to "ownCloud SMS"
2014-11-02 17:15:17 +01:00
Loic Blot e0f976e148 1.3 is out v1.3 2014-11-02 15:53:21 +00:00
Loic Blot 82fb91cd2b Fix PHP 5.3 bug (issue #17) 2014-11-02 15:48:47 +00:00
Daniel Hansson 3fc0aab346 Changed from Oc SMS to ownCloud SMS
...and updated description.
2014-11-02 03:54:28 +01:00
Daniel Hansson 63f477e10f Update README.md
Made improvements
2014-11-02 03:47:31 +01:00
Daniel Hansson 5eca5d441e Change from Oc Sms ---> SMS
Looks cleaner and more like the design.
2014-11-02 03:07:05 +01:00
Loic Blot 4f016d89ab We notify user every 2 minutes but also is unread messages are different 2014-10-27 08:09:35 +00:00
Loic Blot a0babdc613 Add steps for notify only every two minutes there is new messages in all conversations 2014-10-24 08:57:24 +00:00
Loic Blot 9a67df98e6 Merge branch 'master' of https://github.com/nerzhul/ocsms 2014-10-24 08:45:08 +00:00
Loic Blot da948926ab Add notification for unread messages for all conversations.
WARN: one bug is present, and we need to handle it differently
2014-10-24 08:44:39 +00:00
Ner'zhul 4ca0745b3f Update README.md 2014-10-24 09:13:02 +02:00
Loic Blot 690421713d Set last read date per conversation
The next step will be to get unread messages per conversation when loading interface at first time, not globally
2014-10-23 16:23:11 +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
Loic Blot 9b64b9ecee Catch the contactManager exception. Need user test 2014-10-23 13:27:04 +00:00
Loic Blot a3830404c3 Use idxVal instead of id, because slashes mustn't be shown 2014-10-23 12:23:13 +00:00
Loic Blot 6d26edb727 Implement Refresh conversation list and set new messages count into list 2014-10-23 10:38:11 +00:00
Loic Blot a09faa67ad Avoid problem with duplicates numbers on conversations (spaces and no spaces) 2014-10-23 08:58:16 +00:00
Loic Blot 714f0c0d9e Remove useless code 2014-10-23 08:52:51 +00:00
Loic Blot 0e013b0645 Coding style fix 2014-10-23 08:18:45 +00:00
Loic Blot c59c1fc17e Fix margin for conversation content 2014-10-23 08:17:24 +00:00
Loic Blot 8d28751d94 Definitively resolve spaces issue 2014-10-23 08:04:48 +00:00
Loic Blot 1e21406f76 First step for debugging non spaces with spaces numbers 2014-10-23 05:55:16 +00:00
Loic Blot c256ca5132 Order conversations per desc date 2014-10-23 05:38:40 +00:00
Loic Blot 20db5d6a7f Really fix the thing into conversations 2014-10-22 16:02:13 +00:00
Loic Blot 74511c4c60 Now fix the thing into conversations 2014-10-22 12:48:35 +00:00
Loic Blot 621383e996 Fix number with spaces issue into peerlist
* Also factorize one function
2014-10-22 12:38:44 +00:00
Loic Blot f94d3ea277 Tag 1.2 v1.2 2014-10-16 17:42:33 +02:00
Loic Blot 566bc4eb16 If contactmanager isn't loaded, don't load contacts 2014-10-16 17:23:50 +02:00
Loic Blot acb0a74ba2 Typo fix. Message count works perfect 2014-10-13 17:56:33 +00:00
Loïc Blot (@U-Exp) 00d157ea2c contrainer for message count (need tests) 2014-10-13 19:39:55 +02:00
Loic Blot 4420139285 Prepare a container for message count 2014-10-13 17:58:15 +02:00
Loic Blot e7e79b592e Fix condition when there isn't any contact associated with phone number 2014-10-13 17:41:24 +02:00
Loic Blot b974a946b0 Added support for desktop notifications 2014-10-10 16:08:59 +00:00
Loic Blot 68d8cb40ff Set unread message number on the window title 2014-10-10 15:12:47 +00:00
Loic Blot 4fa5867e33 Blink tab when new message arrive and we are not in tab 2014-10-10 15:03:43 +00:00