JC Brand
|
e4d95eb794
|
Don't load lodash.fp in converse-core. It's not being used there.
|
2017-08-15 16:36:43 +02:00 |
|
JC Brand
|
bfeb297ffc
|
Clarify usage of locked_domain .
Also, declare it in the controlbox plugin, not in core, where it's not used.
|
2017-08-15 10:23:57 +02:00 |
|
JC Brand
|
f07f6e7bb7
|
Fix output files.
|
2017-08-09 18:43:05 +02:00 |
|
JC Brand
|
d6784201eb
|
Bugfix. Uglify can't handle emojis
|
2017-08-09 18:24:20 +02:00 |
|
JC Brand
|
8f88f35e0b
|
New release 3.2.0
|
2017-08-09 18:00:09 +02:00 |
|
JC Brand
|
4d2c807cf2
|
Fixes #220. Enable usage of both _ and fp in non-AMD case
|
2017-08-09 17:35:48 +02:00 |
|
JC Brand
|
93e67567ce
|
Make sure transpiling is done before building individual files
|
2017-08-09 17:33:41 +02:00 |
|
JC Brand
|
c5c35487fc
|
Fixes #898
|
2017-08-09 16:25:45 +02:00 |
|
JC Brand
|
2603e6880e
|
Fixes #899: Only touch stamp-npm if npm install was successful
|
2017-08-09 16:06:42 +02:00 |
|
JC Brand
|
4c853bff6f
|
Fixes #902
|
2017-08-09 15:57:05 +02:00 |
|
JC Brand
|
38f8724dd9
|
roomslist: Add ability to add or remove bookmarks
|
2017-08-09 15:50:24 +02:00 |
|
JC Brand
|
01888b9ba4
|
vcard: Properly handle case where FN is empty in VCard
|
2017-08-09 14:37:33 +02:00 |
|
JC Brand
|
eed936ff64
|
Trying to fix timing/heisenbugs on Travis
|
2017-08-09 14:21:24 +02:00 |
|
JC Brand
|
5a67d985dc
|
emoji: Render shortname in textarea, not unicode.
|
2017-08-09 12:33:00 +02:00 |
|
JC Brand
|
faa614ba3b
|
Update events documentation to also mention promises.
|
2017-08-09 12:16:47 +02:00 |
|
JC Brand
|
4e491ac5d3
|
Regenerated dist files.
|
2017-08-08 22:11:13 +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
|
5e68364ede
|
Regenerated dist files.
|
2017-08-08 17:44:01 +02:00 |
|
JC Brand
|
805db75e10
|
Bugfix. Handle case where there's no room data
|
2017-08-08 16:27:07 +02:00 |
|
JC Brand
|
a9d1e5c235
|
Don't use forEach on nodeList objects (not supported by all browsers).
|
2017-08-08 15:32:53 +02:00 |
|
JC Brand
|
8113a14ace
|
Release candicate for 3.2.0
|
2017-07-22 22:23:44 +02:00 |
|
JC Brand
|
f0b61036d9
|
Also bump version in copyright header
|
2017-07-22 22:18:55 +02:00 |
|
JC Brand
|
27931d3e37
|
controlbox: Add JID validation to the login form
|
2017-07-21 20:14:38 +02:00 |
|
JC Brand
|
631ac6108f
|
controlbox: have only one dropdown menu open at one time.
|
2017-07-21 20:10:32 +02:00 |
|
JC Brand
|
bfc1e99694
|
Fix disco test
|
2017-07-21 20:01:09 +02:00 |
|
JC Brand
|
59edcb2393
|
muc: Add JID validation to the occupant invite form
|
2017-07-21 19:53:57 +02:00 |
|
JC Brand
|
0bd69b3baa
|
css: Add padding to form messages
|
2017-07-21 19:51:38 +02:00 |
|
JC Brand
|
b1e5cb26a1
|
rosterview: When filtering, contacts in closed groups appear.
|
2017-07-21 18:48:55 +02:00 |
|
JC Brand
|
e59168a360
|
rosterview: show filter when there are 10 or more contacts
Instead of checking if there's a scrollbar. Otherwise the filter disappears
when all groups are collapsed.
|
2017-07-21 18:47:43 +02:00 |
|
JC Brand
|
75342b066e
|
css: Titles for available chat rooms were cut off too soon
|
2017-07-21 18:08:29 +02:00 |
|
JC Brand
|
de7a1f7545
|
Check specifically for the Slack identity when working around its quirks
|
2017-07-21 17:58:46 +02:00 |
|
JC Brand
|
9084cdaa57
|
disco: Don't query for #items on conference components.
We don't need them at that time and we'll query when a chat room gets opened.
|
2017-07-21 17:46:24 +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
|
084d9914b0
|
muc: Refactored how MAM messages are fetched.
Listen for the `afterMessagesFetched` event.
Wait until `discoInitialized` before fetching.
Add `fetchArchivedMessagesIfNecessary` method(s).
|
2017-07-21 15:09:50 +02:00 |
|
JC Brand
|
0a47f60f94
|
Emit new event `afterMessagesFetched `
|
2017-07-21 15:09:50 +02:00 |
|
JC Brand
|
a9589cba71
|
Don't expose 'connected' as a promise.
'reconnected' cannot be used as a promise (because it's recurring),
so to avoid confusion let's not have a 'connected' promise either.
|
2017-07-21 15:09:50 +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
|
00484280c2
|
core: Catch and log errors that might happen during initStatus
|
2017-07-21 15:09:50 +02:00 |
|
JC Brand
|
6ac01ed2ac
|
Bookmark icon shown in open rooms list when allow_bookmarks set to false
|
2017-07-19 09:28:44 +02:00 |
|
JC Brand
|
0edb38e2c6
|
Fixes #896 Consistently use XMPP username in user facing text
|
2017-07-19 09:17:46 +02:00 |
|
JC Brand
|
713e49b095
|
Fix failing tests
|
2017-07-19 09:14:02 +02:00 |
|
JC Brand
|
f84790e68c
|
muc: Show JID (instead of only server) in room info
Also made some styling changes and tweaked the room head to better
differentiate between the Name and JID of a room.
|
2017-07-19 08:30:04 +02:00 |
|
JC Brand
|
c012c2c1af
|
Don't show duplicate sent groupchat messages in Slack chat rooms
|
2017-07-19 08:28:51 +02:00 |
|
JC Brand
|
d9a61746a2
|
Bugfix. Server disco features forgotten between logouts.
|
2017-07-18 10:46:46 +02:00 |
|
JC Brand
|
8ffd9e24a3
|
css: fix alignment issues for messages with emojis in converse
|
2017-07-18 08:56:25 +02:00 |
|
JC Brand
|
c69bb0d04f
|
css: fix highlighting in emoji picker
|
2017-07-18 08:23:55 +02:00 |
|
JC Brand
|
6fea88fcc3
|
Add JID validation and error messages to the add contact form
|
2017-07-17 22:08:15 +02:00 |
|
JC Brand
|
5c487d2faf
|
Refactored the slide methods
so that slider does not have fixed height after being opened and can therefore
shrink or expand appropriately when its children change.
|
2017-07-17 21:53:33 +02:00 |
|
JC Brand
|
d23046329e
|
Fixed a bug in slideOut where offsetHeight changes after sliding out
As a result we can again show emoji categories and skin tones on the same line
(if there is enough space).
|
2017-07-17 18:09:14 +02:00 |
|
JC Brand
|
496d2521fc
|
muc: Show room domain in header.
Also make sure room name gets saved once it's been updated.
|
2017-07-17 18:07:31 +02:00 |
|