- 19 Feb, 2016 4 commits
-
-
Davide Colombo authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Move the Occupants views and models to converse-muc.js as well as some MUC-specific config variables.
-
- 18 Feb, 2016 2 commits
-
-
JC Brand authored
Add synchronize_presence option
-
Davide Colombo authored
-
- 17 Feb, 2016 5 commits
-
-
JC Brand authored
Fixes #596
-
JC Brand authored
Add a UMD header so that the example plugin can be used without require.js Remove needles cruft and dependencies.
-
JC Brand authored
-
JC Brand authored
Fix non_amd.html
-
rlanvin authored
- converse-muc.js was overriding the global "converse" variable with undefind (the factory function didn't return anything) - locales was not defined in utils.js in non AMD (not passed in the factory function)
-
- 16 Feb, 2016 9 commits
-
-
JC Brand authored
add random resource also for auto_login
-
Davide Colombo authored
-
JC Brand authored
-
JC Brand authored
The ChatBox.show() method was being called for every invocation, 100ms after the fact, instead of it being called only once. Fixed that and also changed to call it at the start.
-
JC Brand authored
OTR messages which are setting up an encrypted session.
-
JC Brand authored
The OTR functionality is now fully decoupled and can be removed entirely without breakage.
-
JC Brand authored
Also fixed errors with converse obj not being defined in the MUC plugin.
-
JC Brand authored
First component to remove is MUC which was moved to src/converse-muc.js The components are written as plugins and use converse.js's plugin machinery. Update the plugin docs somewhat with new insites found while working on the muc plugin.
-
JC Brand authored
logout if you are using auto_login=true
-
- 15 Feb, 2016 6 commits
-
-
JC Brand authored
Don't steal focus when chatbox is opened automatically
-
rlanvin authored
- Adding a new parameter "focus" to ChatBoxView.show - Removing the parameter "callback" not used
-
JC Brand authored
-
JC Brand authored
Keep scroll position on minimize/maximize
-
rlanvin authored
-
JC Brand authored
The default mockup is now a "live mockup" in the sense that it renders based upon the templates in `src/templates`. We use Jasmine and the test_utils to render the different elements. updates #576
-
- 13 Feb, 2016 1 commit
-
-
JC Brand authored
This should keep diffs smaller and readable.
-
- 12 Feb, 2016 2 commits
-
-
Davide Colombo authored
-
Davide Colombo authored
-
- 11 Feb, 2016 2 commits
-
-
JC Brand authored
Fix for issue #261
-
Christopher Rüprich authored
When converse is first initialized this.model.get('closed') is undefined, at least with some configurations. This patch initializes the attribute with !show_controlbox_by_default if it is undefined. Update CHANGES.md fix make check Update CHANGES.md
-
- 10 Feb, 2016 4 commits
-
-
JC Brand authored
Bumped version to fix mismatch
-
JC Brand authored
Ignoring .idea
-
Sabbir Ahmed authored
-
Sabbir Ahmed authored
-
- 08 Feb, 2016 1 commit
-
-
JC Brand authored
if javascript is not supported. Fixes #573
-
- 06 Feb, 2016 2 commits
- 25 Jan, 2016 2 commits