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

248 Commits

Author SHA1 Message Date
Loic Blot
c3b55fbde9 Tag 1.4.2: use Angular.js 1.1.5 instead of 1.2, it doesn't work properly with ocsms yet v1.4.2 2015-01-26 15:04:20 +00:00
Loic Blot
89f35bbbbe Tag 1.4.1: Fix AppFramework check v1.4.1 2015-01-26 10:38:03 +00:00
Loic Blot
f54f4c0aa2 Tag 1.4.0 v1.4 2015-01-18 16:13:27 +00:00
Loic Blot
a0c820ab82 Fix unchecked variable in controller when getting photos
* Also Typo fixes on dbmappers
2015-01-18 16:05:16 +00:00
Loic Blot
100308b9ec Change app version 2015-01-12 07:09:18 +00:00
Loic Blot
2fb3386731 change dep labels 2015-01-12 07:08:57 +00:00
Loic Blot
1a1e7000f2 move script.js to public/app.js. Also add dependancy to appframework into app.php 2015-01-12 07:06:34 +00:00
Loic Blot
555d8f1ed1 Add missing app.js (empty) for angular setups) 2015-01-12 06:55:06 +00:00
Loic Blot
fb8003faf2 Conversation loading by using angular.js 2015-01-10 15:32:47 +00:00
Loic Blot
c1f984b2de JS: initialPeerList is now generated by angular.js 2015-01-10 15:18:14 +00:00
Loic Blot
13e3d47620 Prepare angular.js template. Merge controllers into one global controller 2015-01-10 13:40:33 +00:00
Loic Blot
642f78e859 Remove one angular controller, we need to understand multiple controller problems 2015-01-09 19:37:16 +00:00
Loic Blot
84db79a300 Fix message countries, this fix message count and conversations 2015-01-09 19:17:12 +00:00
Loic Blot
f76a376635 SQL query syntax fix 2015-01-09 19:01:51 +00:00
Loic Blot
c5a9324305 Fix duplicate + into formatted phones numbers and make localePrefix phonenumber regex as a static table 2015-01-09 18:12:33 +00:00
Loic Blot
38d0cea3df Fix and use the new setting: country. International mapping can now be okay and will remove duplicates. We need a little more fix" 2015-01-09 18:02:49 +00:00
Loic Blot
74ed1e7527 Add configmapper::getKey to get user settings 2015-01-09 17:17:33 +00:00
Loic Blot
3d8c834a43 Config setting fix and remove button loop 2015-01-09 17:12:46 +00:00
Loic Blot
76decabe11 Country value is now sent and stored to database
add jquery call
fix database table name
2015-01-09 17:05:49 +00:00
Loic Blot
5624cd684b Prepare angular controllers for better JS code and convert setting send button to angular 2015-01-09 16:49:45 +00:00
Loic Blot
8b7aa4962c Fix angular ng-app load 2015-01-09 16:29:44 +00:00
Loic Blot
0b227c64f1 Prepare angular JS integration 2015-01-09 16:28:57 +00:00
Loic Blot
4987f93969 Add setting button for lang 2015-01-06 16:28:21 +00:00
Loic Blot
0dfa6152ab Fix updating avatar menu element when new message is coming 2015-01-06 15:54:33 +00:00
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