1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

324 Commits

Author SHA1 Message Date
Loic Blot
0e92aa3779 Js fix for checkNewMessages 2015-01-06 13:55:12 +00:00
Loic Blot
c9fa6a7fc9 Fix ordering into app loader. Also fix a syntax... newbie... issue 2015-01-06 13:53:46 +00:00
Loic Blot
816a3a784f Add ConfigMapper, similar to chat app. Also implement setCountry call, need to use and handle it on the interface now 2015-01-06 13:49:50 +00:00
Loic Blot
858933d6c0 Add DB table for app config 2015-01-06 06:38:25 +00:00
Loic Blot
19bd6adcca Add photo into update and fix HTML generator 2015-01-05 19:54:50 +00:00
Loic Blot
6fa1bfe17f prepare handler for setting country 2015-01-05 19:17:08 +00:00
Loic Blot
925215e27c Implement country code select, need server side handling 2015-01-05 19:03:14 +00:00
Loic Blot
08dd99713e Reintroduce and prepare settings placeholder 2015-01-05 18:54:21 +00:00
Loïc Blot (@U-Exp)
ab3bd8718e Add a basic countrycode mapper for future use to dedup phone intl/local prefix problems 2015-01-03 11:59:25 +01:00
Loïc Blot (@U-Exp)
a438a82681 Add missing copyright 2015-01-03 11:12:09 +01:00
Loïc Blot (@U-Exp)
2e2998d5e2 Update copyright 2015-01-03 11:11:26 +01:00
Loic Blot
f03425c851 Fix hover and add margin to contact photo 2014-12-29 12:21:48 +00:00
Loic Blot
da5447a51b Add contact photos into peerlist
Add some support into controller
2014-12-29 11:31:12 +00:00
Loic Blot
2fe4cc0ce0 Merge branch 'master' of https://github.com/nerzhul/ocsms into stable 2014-12-29 09:58:06 +00:00
Loic Blot
95ecdc098e Tag 1.3.3 v1.3.3 2014-12-29 09:57:31 +00:00
Loic Blot
5ab518c9f2 Merge branch 'master' of https://github.com/nerzhul/ocsms into stable 2014-12-29 09:56:18 +00:00
Loic Blot
8dae05cc22 Remove useless try catch 2014-12-22 16:45:30 +00:00
Ner'zhul
d87e245236 Temporary Fix https://github.com/nerzhul/ownCloud-SMS-App/issues/10
We disable HTML 5 notification is there isn't browser support (IE for example)
We need a portable library later.
2014-12-22 10:58:39 +01:00
Loic Blot
0cc56794fd tag 1.3.2 2014-12-09 16:30:07 +01:00
Loic Blot
ee9c58d9e1 tag 1.3.2 2014-12-09 16:28:49 +01:00
Ner'zhul
7c0bd22385 Remove integer cast on date. This fix an integer overflow on 32 bits systems v1.3.2 2014-12-09 16:26:53 +01:00
Loic Blot
df95014fc6 Add route for previous commit 2014-11-30 19:19:13 +00:00
Loic Blot
f89a23c205 Prepare an APIv2 call to improve sync performance on phone (battery) 2014-11-30 18:05:20 +00:00
Loic Blot
5f0263f71e Move formatphonenumber.php to proper dir and rename.
* fix some coding styles
* Add contributor
2014-11-27 14:04:25 +00:00
Ner'zhul
2211252004 Merge pull request #26 from stagprom/formatPhoneNumber
(re)formatting phone numbers
2014-11-27 14:54:31 +01:00
stagprom
b45854abd3 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 14:00:26 +01:00
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