1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-21 14:56:11 +00:00

129 Commits

Author SHA1 Message Date
Loic Blot
781fc74c1a Bump 1.8.3 for nextcloud appstore... 2016-09-22 00:29:10 +02:00
Loic Blot
3b4d6f696f Nextcloud appstore fix 2016-09-22 00:27:47 +02:00
Loic Blot
82e1a053dc Add a section to release on nextcloud appstore 2016-09-22 00:24:11 +02:00
Loic Blot
e5ce17a16d v1.8.1 2016-09-20 00:03:32 +02:00
Loic Blot
6c906d498f Increase sms size into database for huge SMS.
This fixes #110
2016-09-19 23:37:09 +02:00
Loic Blot
48bf3f5a3e v1.8.0 2016-09-19 23:30:27 +02:00
Loic Blot
60bd54a12a Add settings to change contact list ordering by label/lastmsg and reverse/sort 2016-09-19 23:24:05 +02:00
Loic Blot
78eae0600c Add a new call to get the current message count for a user 2016-07-21 23:32:01 +02:00
Loic Blot
55ca445ff7 v1.7.0 2016-06-15 07:49:47 +02:00
Loic Blot
6be679f478 Re-import UserId service. Owncloud CurrentUID service seems to work differently 2016-05-19 18:58:40 +02:00
Loic Blot
a5d0869dd7 ocsmsapp.php cleanup & fix 2016-05-19 18:51:41 +02:00
Loic Blot
06f8f37237 Forget one import 2016-05-19 18:30:07 +02:00
Loic Blot
729b48a846 Make owncloud 8.1 as the minimum default + cleanups 2016-05-19 18:27:48 +02:00
Loic Blot
339f76cf01 Little JS update + .gitignore 2016-05-18 22:20:13 +02:00
Loic Blot
1b2a171b89 APIv2 improvements
* prepare a table for messaging sending queue
* drop retrieveAllIdsWithStatus and related API call (unused and dropped from Android app devel version)
* reorganise api controller
2016-05-12 23:18:25 +02:00
Loic Blot
d6818be568 Prepare api v2 calls to retrieve messages from the server 2016-05-12 23:05:58 +02:00
Loic Blot
facbe2a7d7 Bump version 2016-04-24 09:58:48 +02:00
Loic Blot
daef57f01a Add min & max version 2016-04-24 09:50:57 +02:00
Loic Blot
faa3ec5575 Bump version, emerg patch 2016-03-09 15:43:30 +01:00
Xéfir Destiny
fa0803f5ff Fix crash appinfo 2016-03-09 10:01:47 +01:00
Loic Blot
3d71229767 v1.6.2: Fix owncloud 9 contact app which break our frontend 2016-03-08 22:51:00 +01:00
Loic Blot
2990a5cbad Bump v1.6.0 2016-01-30 23:53:04 +01:00
Loic Blot
74928c8e64 Permit to disable notifications from app settings directly
This fixes issue #89
2016-01-30 23:23:27 +01:00
Loic Blot
4827856fe2 Move settings from smscontroller to dedicated controller 2016-01-30 23:00:05 +01:00
Loic Blot
ccb13d3c31 Update copyright notice 2016-01-30 22:54:12 +01:00
Loic Blot
7fed10a26c Message limit & other improvements
* Implement message limit permitting to limit number of message shown when loading a conversation
* Reformat message date properly using angular JS instead of our own date parser
* replace /get/country call with /get/settings to retrieve all settings

This fixes issue #90
2016-01-30 22:47:34 +01:00
Loic Blot
86c71338dd Tag 1.5.0, JS rewrite is now okay 2015-06-29 19:55:13 +00:00
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
d8ecc06314 Add basic route , method and icon for removing single message 2015-06-25 18:17:59 +00:00
Loic Blot
3105eeb776 Prepare conversation deletion in PHP code too 2015-06-23 20:56:15 +00:00
Loic Blot
8fa85a5243 Bump v1.4.5 2015-05-23 16:37:56 +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
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 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
77a9e9cccf Load the country settings at app load 2015-02-16 13:18:48 +00:00
Martin Rüegg
822f969afc minor regex optimization
probably not really neccessary but it was ment to improve speed since the replacment only takes place 
- at the beginning of the string
- once
2015-02-12 20:14:18 +01:00
Martin Rüegg
a3accd7a77 don't check for a photo unless any phone number given
since the identification / matching between contact and sms is the sms_address (which is compared with TEL entries) it makes no sense to check for the photo, unless there is at least one address given (the sms_address can also be a text string, but this would still match only in TEL entries).
2015-02-12 20:08:18 +01:00
Martin Rüegg
eeb2f57901 Add additional metadata (ocsid and weblinks) 2015-02-12 12:32:39 +01:00
Loic Blot
44b47fb045 Tag 1.4.3 2015-02-12 09:36:33 +01:00
Loic Blot
6176aceded Tag 1.4.2 2015-02-12 09:34:56 +01:00
Loic Blot
89f35bbbbe Tag 1.4.1: Fix AppFramework check 2015-01-26 10:38:03 +00:00
Loic Blot
f54f4c0aa2 Tag 1.4.0 2015-01-18 16:13:27 +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