Loic Blot
2455493396
Update to 1.99.0, before releasing
2018-11-10 16:43:40 +01:00
Loic Blot
374483982c
Fix a nextcloud 14 non compatible query in migration
2018-11-10 16:28:41 +01:00
Loic Blot
9244fa41f4
Fix conversation width + drop owncloud support
...
Also increase nextcloud version support
2018-11-10 16:17:01 +01:00
Nextcloud bot
a5a6068dbe
[tx-robot] updated from transifex
2018-11-06 01:31:56 +00:00
Nextcloud bot
ea9f308d9b
[tx-robot] updated from transifex
2018-10-26 00:32:04 +00:00
Nextcloud bot
11a0adb623
[tx-robot] updated from transifex
2018-10-22 00:26:26 +00:00
Nextcloud bot
27a7e8d0a9
[tx-robot] updated from transifex
2018-10-13 00:24:13 +00:00
Nextcloud bot
693148cd03
[tx-robot] updated from transifex
2018-10-07 00:31:11 +00:00
Nextcloud bot
5137c97e13
[tx-robot] updated from transifex
2018-10-05 00:32:09 +00:00
Nextcloud bot
b1d529f407
[tx-robot] updated from transifex
2018-10-04 00:31:53 +00:00
Nextcloud bot
38537d1a79
[tx-robot] updated from transifex
2018-10-03 16:16:23 +00:00
Morris Jobke
fff23e11ae
Add l10n folder
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-03 18:15:55 +02:00
Matt Amos
0e99d33f9e
Fix use of insert statement without named parameter. Convert SMS upload/insert statement to NC14 compatible. ( #274 )
2018-10-01 20:20:51 +02:00
Matt Amos
5b72503296
Convert some queries to QueryBuilder.
2018-09-27 11:31:24 +02:00
Greg Ross
fb7a77d23c
Fix width of message container
...
The app container wrapper inherits a 100% width from nextcloud which forces all messages to the bottom of the page below the contacts/settings panel. Override this so they show correctly.
2018-09-20 09:38:48 +02:00
Loic Blot
40aa908f2e
Modal style
2018-09-08 11:40:44 +02:00
Loic Blot
ecdfafe612
Localization for the wipe all dialog
2018-09-08 11:40:44 +02:00
Loic Blot
38235b1a60
Add a generic modal to wipe data properly
2018-09-08 11:40:44 +02:00
Loic Blot
e2999f37ad
Only show the reset button if there are messages
2018-09-08 11:40:44 +02:00
Loic Blot
f034644459
Add a button to wipe all messages
2018-09-08 11:40:44 +02:00
Loic Blot
267872b396
Add query + routes to drop all user messages
2018-09-08 11:40:44 +02:00
Loic Blot
615ba409e5
Favicon coloration fix
...
This fixes #164
2018-09-08 00:12:22 +02:00
Loic Blot
42a3c1ea61
Finish to drop Angular.JS
2018-09-08 00:04:49 +02:00
Loic Blot
5bbb1292c8
Fix wrong message count when checking new messages
...
Regression was introduced in commit: 580e4415e24f3a7496f930aac9a2386148a56ebf
2018-09-08 00:04:49 +02:00
Loic Blot
a7a15af70a
Port refreshConversation to conversation.js
2018-09-08 00:04:49 +02:00
Loic Blot
80c4c2e3c2
Drop dead code & move some code outside of legacy.js to app.js
2018-09-08 00:04:49 +02:00
Loic Blot
364bd12be6
Conversations are now loaded using vue
2018-09-08 00:04:49 +02:00
Loic Blot
78b5c0f915
Conversation header is now properly rendered
2018-09-08 00:04:49 +02:00
Loic Blot
b5f67d59f2
ContactList is now working properly
2018-09-08 00:04:49 +02:00
Loic Blot
ffdb597b1e
Contactlist should be ready now
2018-09-08 00:04:49 +02:00
Loic Blot
7da623e334
Load the ContactList in the ContactList object
2018-09-08 00:04:49 +02:00
Loic Blot
b387333ee8
Tiny fixes
2018-09-08 00:04:49 +02:00
Loic Blot
89c2561b95
Use Angular.js app.fetchConversation instead
2018-09-08 00:04:49 +02:00
Loic Blot
4e60b5779f
More rework on the conversation
2018-09-08 00:04:49 +02:00
Loic Blot
3dfaedc317
Prepare contactlist with vue
2018-09-08 00:04:49 +02:00
Loïc Blot
aa4281d293
Add Another mysql configuration issue fix
2018-09-07 12:16:31 +02:00
Loic Blot
d67cbb2f26
settings.js map app-settings instead of app-settings-content
2018-09-06 00:08:16 +02:00
Loic Blot
445b3474ce
Refactor SmsSettings to be a pure vue.js view
2018-09-05 23:51:31 +02:00
Loic Blot
f54711b161
Update vue.js to 2.5.16
2018-09-05 23:01:15 +02:00
Greg Ross
2600b743d1
Fix date used to retrieve new messages ( #265 )
...
Using the conversation read date to check for new messages will retrieve the same message multiple times if the last read date is older than when the new message arrives. Instead us the last message we have retrieved as the date to check for new messages from.
2018-07-20 22:47:53 +02:00
Greg Ross
76d4a9ad1c
Add ng-cloak support. ( #256 )
...
* Add ng-cloak support.
So that the template items aren't displayed until they are required.
* Additional ng-cloak class.
2018-07-10 08:32:44 +02:00
Nextcloud bot
ca1c15adac
[tx-robot] updated from transifex
2018-07-10 00:23:41 +00:00
Greg Ross
44d7736e67
Minor text cleanups and translation support. ( #259 )
...
* Minor text cleanups.
* Add support for translation of strings.
And one additional minor tweak to a string.
2018-07-09 20:49:38 +02:00
Greg Ross
9b3d3808bf
Display the contacts first initial in the app header. ( #258 )
...
If there is no avatar icon to match the contacts list style.
2018-07-09 20:48:27 +02:00
Greg Ross
3786ef6b05
Align the button and checkbox in the settings menu ( #257 )
...
* Align the button and checkbox in the settings menu
* Also set the pointer type.
As an input field is used, the default cursor will be the caret, it should be the pointer instead as it's really a checkbox.
2018-07-09 20:47:44 +02:00
Greg Ross
a51a2bb9c7
Fix two issues with very narrow displays. ( #255 )
...
First a contact that uses just the first initial would become "squished" instead of being round.
Second the "Please choose a conversation on the left menu" text would overlap itself if it wrapped around to a second line.
2018-07-09 20:47:30 +02:00
Greg Ross
afea0734e9
Avoid console errors if the input isn't a strong. ( #261 )
2018-07-09 20:46:37 +02:00
Nextcloud bot
6505571221
[tx-robot] updated from transifex
2018-07-06 00:24:58 +00:00
Nextcloud bot
be56e61ff6
[tx-robot] updated from transifex
2018-07-04 00:24:38 +00:00
Nextcloud bot
b8f3a77372
[tx-robot] updated from transifex
2018-07-03 00:27:56 +00:00