JC Brand
|
c9913bf6ac
|
Fix failing tests
|
2017-08-29 12:29:56 +02:00 |
|
JC Brand
|
3b8c2d1b00
|
Various bug and timing fixes due to the previous refactoring
|
2017-08-16 14:16:24 +02:00 |
|
JC Brand
|
694eabfc0e
|
Use promises to determine when to create the controlbox
|
2017-08-16 13:22:18 +02:00 |
|
JC Brand
|
ad695c253d
|
Trying to fix timing bug in tests (for Travis)
|
2017-08-16 10:10:38 +02:00 |
|
JC Brand
|
add3b8efb3
|
utils now no longer depends on jquery.
|
2017-08-16 09:05:15 +02:00 |
|
JC Brand
|
6c3aa34c23
|
Some work on removing jquery from converse-bookmarks
|
2017-08-15 21:47:06 +02:00 |
|
JC Brand
|
eed936ff64
|
Trying to fix timing/heisenbugs on Travis
|
2017-08-09 14:21:24 +02:00 |
|
JC Brand
|
02a055d31d
|
Bugfix. Query user's JID for mam:2 support, not the domain
|
2017-08-08 22:09:17 +02:00 |
|
JC Brand
|
bfc1e99694
|
Fix disco test
|
2017-07-21 20:01:09 +02:00 |
|
JC Brand
|
439e37feaa
|
disco: Refactor service discovery and add tests.
* `disco#items` are now only fetched when advertised by the entity.
* `identity` information is now also stored on the `DiscoEntity` model.
|
2017-07-21 17:38:08 +02:00 |
|
JC Brand
|
7850c38faa
|
disco: Create new plugin converse-disco .
We can now support feature discovery for multiple entities (although we
currently still only query for the user's own XMPP server).
|
2017-07-21 15:09:50 +02:00 |
|
JC Brand
|
713e49b095
|
Fix failing tests
|
2017-07-19 09:14:02 +02:00 |
|
JC Brand
|
22113a8ccb
|
Expand test for rendering of images (and fix accordingly)
|
2017-07-16 12:29:08 +02:00 |
|
JC Brand
|
972c31be1d
|
emoji: Allow the option of using emojione (now that we sanitize)
|
2017-07-16 12:29:02 +02:00 |
|
JC Brand
|
cf1e8f2921
|
Fix failing test for emoji picker
|
2017-07-15 15:16:38 +02:00 |
|
JC Brand
|
4ea50de927
|
Use emoji instead of emoticon
|
2017-07-15 15:14:47 +02:00 |
|
JC Brand
|
3fabe88970
|
Updated package-lock. Fix tests.
|
2017-07-15 07:58:57 +02:00 |
|
JC Brand
|
67578c9747
|
Merge branch 'master' into emoji
|
2017-07-15 07:16:37 +02:00 |
|
JC Brand
|
dc7249f07d
|
roomslist: Room name wasn't being shown in confirm dialog
|
2017-07-13 23:54:06 +02:00 |
|
JC Brand
|
397927b189
|
Fix broken tests and update changelog
|
2017-07-12 09:58:14 +02:00 |
|
JC Brand
|
6af029048d
|
Replace $.Deferred with ES2015 promises
|
2017-07-11 17:21:13 +02:00 |
|
JC Brand
|
16d62bf9e4
|
Fix broken tests due to using ES2015 promises
|
2017-07-11 17:05:02 +02:00 |
|
JC Brand
|
6ef0536e31
|
Some work on using es6 promises
|
2017-07-10 21:14:48 +02:00 |
|
JC Brand
|
40e7ee1ae6
|
Initial stab at using ES2015
Mostly replaced ``var`` with ``let`` and ``const``.
Also added a few arrow functions.
|
2017-07-10 12:49:20 +02:00 |
|
JC Brand
|
a36e8a63ce
|
Fix test when not running on localhost
|
2017-07-05 09:55:40 +00:00 |
|
JC Brand
|
5ab1693136
|
logging: Add deprecation warning for updateSettings
and also use the Strophe.LogLevel levels for logging in general.
|
2017-07-05 11:33:55 +02:00 |
|
JC Brand
|
f81a94baf1
|
Move updateSettings to the private API.
Also add an API method for exposing new promises.
Update the plugin and API documentation, specifically concerning the above
changes.
|
2017-07-05 11:03:13 +02:00 |
|
JC Brand
|
70f56b31f4
|
Merge branch 'master' into emoji
|
2017-06-24 11:04:19 +02:00 |
|
JC Brand
|
095e7add86
|
mam: Upgrade MAM support to version 2
|
2017-06-23 22:58:47 +02:00 |
|
JC Brand
|
47cf5c1910
|
Fixup
|
2017-06-23 20:18:57 +02:00 |
|
JC Brand
|
02e5921415
|
Fix problem of stuck/hanging tests on TravisCI
|
2017-06-19 15:05:22 +02:00 |
|
JC Brand
|
ca53a8d8ef
|
Add support for Emojis
|
2017-06-17 01:01:52 +02:00 |
|
JC Brand
|
fb69106352
|
Fixes #887 Enclose embedded images in URLs
|
2017-06-16 15:11:19 +02:00 |
|
JC Brand
|
6c262f7213
|
Various small changes to reduce (non-critical) errors during testing
|
2017-06-14 20:14:45 +02:00 |
|
JC Brand
|
8191d5e83a
|
muc: Rename `createChatRoom to openChatRoom `
It doesn't always create a new room.
|
2017-06-13 18:22:19 +02:00 |
|
JC Brand
|
a128a70d41
|
Discriminate between which unread messages to indicate per tab
|
2017-06-07 00:55:57 +02:00 |
|
JC Brand
|
f897fbb7c0
|
Show number of unread mesages on the "Contacts" tab
|
2017-06-05 21:42:25 +02:00 |
|
JC Brand
|
5949ca9e36
|
Show number of unread messages on the "Rooms" tab
|
2017-06-05 14:52:24 +02:00 |
|
JC Brand
|
ebc8d243fa
|
roomslist: also test that indicators are removed upon maximization
|
2017-05-24 09:07:07 +02:00 |
|
JC Brand
|
c83026e5a8
|
muc: Differentiate between generally unread messages and unread mentions
|
2017-05-24 08:40:09 +02:00 |
|
JC Brand
|
3e5beaaf64
|
Add test to check that the open rooms list shows unread messages
|
2017-05-23 20:42:12 +02:00 |
|
JC Brand
|
a4284e48f7
|
Use proper message handler. Fix typo
|
2017-05-23 18:49:04 +02:00 |
|
JC Brand
|
bae06922fc
|
fixup
|
2017-05-23 18:40:55 +02:00 |
|
JC Brand
|
184f08157c
|
Test the hide_open_bookmarks setting.
|
2017-05-23 14:59:37 +02:00 |
|
JC Brand
|
67257b0ae4
|
Test that room can be closed from rooms' list
|
2017-05-23 14:39:35 +02:00 |
|
JC Brand
|
6b2ca629cc
|
roomslist: expand tests
|
2017-05-22 13:40:07 +02:00 |
|
JC Brand
|
095606a824
|
roomslist: Add initial test spec for converse-roomslist .
|
2017-05-16 12:00:43 +02:00 |
|
JC Brand
|
e49fbc457d
|
bookmarks: Don't duplicate bookmarks in list.
|
2017-05-15 18:04:28 +02:00 |
|
JC Brand
|
0c61a5d791
|
core: Refactor common code into restoreBOSHSession
|
2017-05-11 10:42:10 +02:00 |
|
JC Brand
|
d50992b130
|
bookmarks: Fix remaining broken tests.
|
2017-05-09 09:45:12 +02:00 |
|