JC Brand
|
b07af4c0e5
|
Update to newest pluggable.js
|
2017-02-10 09:28:08 +01:00 |
|
JC Brand
|
bbd2ee84b8
|
Fix path to pluggable
|
2017-02-10 08:55:44 +01:00 |
|
Jean-Baptiste
|
0f1eb828d8
|
improved french translation (#776)
|
2017-02-06 08:26:39 +01:00 |
|
JC Brand
|
7ad555d97f
|
Correct rev for pluggable.js.
Don't include muc-embedded by default
|
2017-02-04 09:32:24 +00:00 |
|
JC Brand
|
ebbde138db
|
Add the ability to whitelist/blacklist plugins.
|
2017-02-03 18:26:27 +00:00 |
|
JC Brand
|
1eaf65f8e2
|
Set a default sans-serif font for converse.js
|
2017-02-03 13:39:17 +00:00 |
|
JC Brand
|
5e7427214c
|
Generate dist files.
|
2017-02-03 12:51:07 +00:00 |
|
JC Brand
|
87bf2e25c2
|
Auto-reconnect for embedded demo
|
2017-02-03 12:48:07 +00:00 |
|
JC Brand
|
ba32dfdb83
|
Various style improvements related to embedded chats.
|
2017-02-03 12:31:51 +00:00 |
|
JC Brand
|
552b80fe69
|
Fix typo that came in during bulk renaming
|
2017-02-03 12:25:59 +00:00 |
|
JC Brand
|
78b945ed7b
|
CSS tweaks for the embedded demo
|
2017-02-02 23:16:25 +00:00 |
|
JC Brand
|
da23015ced
|
Massage require.js's config so that builds work
without underscore.js
|
2017-02-02 22:38:16 +00:00 |
|
JC Brand
|
63888dd454
|
Fix failing tests
|
2017-02-02 21:55:05 +00:00 |
|
JC Brand
|
890d87c980
|
Add initial demo of embedded MUC chat
|
2017-02-02 21:55:05 +00:00 |
|
JC Brand
|
761970c903
|
Update plugins to not depend on converse-core
To illustrate that this is not necessary (and also not possible with
non-bundled plugins).
|
2017-02-02 20:50:52 +00:00 |
|
JC Brand
|
38f3dc66a3
|
Update documentation
|
2017-02-02 20:46:30 +00:00 |
|
JC Brand
|
0424df9edc
|
Rename the closured converse object to _converse
to indicate that it's private and to differentiate it from the outer "global"
converse object.
|
2017-02-02 20:43:48 +00:00 |
|
JC Brand
|
a30cf931b8
|
Split API into public and private (plugin only) parts.
|
2017-02-02 20:09:52 +00:00 |
|
JC Brand
|
aacee2eb83
|
Replace jQuery-based event emitter with Backbone.Events
|
2017-02-02 19:49:49 +00:00 |
|
JC Brand
|
3699a0af5c
|
createMessage no longer takes jQuery object
|
2017-02-02 19:45:16 +00:00 |
|
JC Brand
|
7c15e2f179
|
Some initial work on removing jQuery
|
2017-02-02 19:42:01 +00:00 |
|
JC Brand
|
1476ffeb77
|
Fix tests failing on phantomjs
|
2017-02-02 19:28:50 +00:00 |
|
JC Brand
|
83feebb229
|
Two plugins changes
- Remove the `plugins.remove` API method.
- Throw an error when attempting to register multiple plugins with the same name.
|
2017-02-02 18:54:15 +00:00 |
|
JC Brand
|
ddda0d3eeb
|
Update release steps
updates #752
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
6de6d526b0
|
Various documentation improvements.
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
7389e1e058
|
Add documentation on security considerations
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
9b48b2d6bd
|
Update plugins to not depend on converse-core
To illustrate that this is not necessary (and also not possible with
non-bundled plugins).
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
b701c4830f
|
Also use _converse as pluggable object reference.
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
55dbbede8a
|
Update documentation
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
b7b9711296
|
Rename the closured converse object to _converse
to indicate that it's private and to differentiate it from the outer "global"
converse object.
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
4dcb855562
|
Split API into public and private (plugin only) parts.
|
2017-02-02 18:30:59 +00:00 |
|
JC Brand
|
fd662d4bde
|
Fix selector for cancel button.
|
2017-02-02 18:30:43 +00:00 |
|
JC Brand
|
1620dad104
|
Move dragresize-specific code out of converse-headline.js
|
2017-02-02 18:30:43 +00:00 |
|
JC Brand
|
647ee1ff04
|
Replace jQuery-based event emitter with Backbone.Events
|
2017-02-02 18:30:43 +00:00 |
|
JC Brand
|
ca5a00d36b
|
Some cleanup and remove unused file.
|
2017-02-02 18:30:08 +00:00 |
|
JC Brand
|
39d62209c7
|
createMessage no longer takes jQuery object
|
2017-02-02 18:30:08 +00:00 |
|
JC Brand
|
4b22c8ba7b
|
Use sizzle for tricky selector queries
Specifically involving querying by the 'xmlns' attribute, where I've had issues
in the past.
|
2017-02-02 18:30:08 +00:00 |
|
JC Brand
|
77f93a6471
|
Some initial work on removing jQuery
|
2017-02-02 18:30:08 +00:00 |
|
JC Brand
|
3494691286
|
Fix failing tests
after allowing chatting with pending/requesting contacts
|
2017-02-02 16:37:41 +01:00 |
|
JC Brand
|
1f5522845e
|
Better styling for clickable requesting contacts.
|
2017-02-02 16:23:31 +01:00 |
|
JC Brand
|
8f753ab7b8
|
The animationend handler doesn't get be called in chromium
|
2017-02-02 16:07:00 +01:00 |
|
JC Brand
|
8d69357b52
|
Debounce scrollDown
|
2017-02-02 16:06:49 +01:00 |
|
JC Brand
|
82665d17fb
|
By default allow chatting with pending/requesting users
|
2017-02-02 14:57:17 +01:00 |
|
JC Brand
|
bcbeb8da6c
|
Case-insensitive matching of moderation commands.
Also add `/subject` as alias to `/topic`
|
2017-02-02 14:56:56 +01:00 |
|
JC Brand
|
46e231b4b3
|
Emit 'will-reconnect' event
|
2017-02-01 17:36:20 +00:00 |
|
JC Brand
|
65852f4e7c
|
Remove what appear to be unnecessary calls
|
2017-02-01 17:08:36 +00:00 |
|
JC Brand
|
60f86378a4
|
Handle reconnection on authfail edge case.
Attempt reconnection on authfail when credentials_url and auto_reconnect are set.
|
2017-02-01 16:34:38 +00:00 |
|
JC Brand
|
8ef7461627
|
Simplify the onDisconnected method. Add some docstrings.
Let debounced reconnection happen on the leading edge.
|
2017-02-01 16:24:28 +00:00 |
|
Lauri Niskanen
|
cbc0a40e12
|
Allow setting contact attrs on chats.open
|
2017-02-01 18:13:12 +02:00 |
|
JC Brand
|
4a6d85661a
|
Use template loader that works with lodash.
Also update pluggable.js to a version that works with lodash.
|
2017-02-01 13:24:34 +00:00 |
|