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

158 Commits

Author SHA1 Message Date
Loic Blot
409f92f344
Increase sms_address field size.
This fixes #187
2017-12-28 19:00:23 +01:00
Kai Schröer
7dd75ea74a Corrected missing Nc branding (#212) 2017-12-28 16:18:36 +01:00
Loic BLOT
3fcb2579fc 1.21.2: nextcloud 13 compat 2017-12-28 16:12:07 +01:00
Morris Jobke
bd562eae67 Use non-deprecated call to add navigation entry (#209)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-24 12:23:23 +01:00
Loic Blot
26b7dd28fa Increase owncloud max-version and bump version 2017-08-16 17:59:53 +02:00
Loic Blot
65e914b52c Bump 1.12.0 2017-05-09 23:04:29 +02:00
Lorenz Brun
db70056825 Fixed Nextcloud 12 compatibility (#181) 2017-05-06 08:12:41 +02:00
Loic Blot
37103d1869 Bump to version 1.11.5 2017-02-03 22:38:43 +01:00
Loic Blot
faff17987f Nicer REST interface for frontend web calls 2017-02-03 16:24:38 +01:00
Loïc Blot
5b6aeb3d67 Reduce sms_msg column size
This fixes some MySQL problems with column size limits under innodb

Fixes #159
2017-01-17 14:08:24 +01:00
Loic Blot
d35619dfe3 Change application GH namespace 2017-01-04 15:45:15 +01:00
Loic Blot
8192c65e49 Forget to change appname in AppFramework 2017-01-03 12:56:17 +01:00
Loic Blot
9d8702d3bb Rename application to 'Phone Sync'
Also update copyright years on modified files
This fixes #132
2017-01-03 12:54:38 +01:00
Loic Blot
3a669de201 Bump version 1.11.4 2016-12-30 22:28:30 +01:00
Loic Blot
0d26ac6a01 Fix app crash when using API without login 2016-12-20 19:43:56 +01:00
Loic Blot
c204dc9fcb Reduce min-int-size for 32b systems.
This fixes #139
2016-12-20 07:51:38 +01:00
Loic Blot
5c18451d72 Fix screenshot path & bump version 2016-12-15 11:41:21 +01:00
Loic Blot
28fd2f91ee Release 1.11.2
* Rename to Nextcloud SMS (TEMP)
* Add screenshot for appstore
2016-12-15 09:24:06 +01:00
Loic Blot
218a3e61d4 Add some metadata 2016-12-08 21:55:31 +01:00
Loic Blot
6eb1a1dc89 Fix app version for nextcloud store... :( 2016-12-08 21:48:07 +01:00
Loic Blot
9db19c98be Minor fix for nextcloud appstore 2016-12-08 21:46:31 +01:00
Loic Blot
ac35531b87 Bump version 1.11.0 with APIv2
This version finished working on APIv2 message fetching permitting Android App to restore messages
2016-12-08 21:40:05 +01:00
Loic Blot
065ab9bdee Code cleanup & defer fetchMessagesToSend 2016-12-07 00:11:57 +01:00
Loic Blot
8ecf360462 Fix conversation loader shown where no conversation choosen 2016-11-11 17:14:46 +01:00
Loic Blot
26df3a53a4 Conversation Mapper addition + migration to proper scheme 2016-11-11 17:11:05 +01:00
Loic Blot
38072d3766 Merge branch 'master' of https://github.com/nerzhul/ocsms 2016-11-11 10:03:23 +01:00
Loic Blot
cdfae91598 Add missing index this will fix performances issues on huge DB reported in #102 2016-10-28 07:57:59 +02:00
Loic Blot
336996220c Bump to 1.9.0 2016-09-22 23:13:56 +02:00
Loic Blot
852c0835fa Add missing database indices 2016-09-22 22:16:09 +02:00
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