- 29 Feb, 2016 1 commit
-
-
JC Brand authored
-
- 28 Feb, 2016 11 commits
-
-
JC Brand authored
To conform with how many other projects name their directories.
-
JC Brand authored
The __ translate method should only be run *after* converse.js has been initialized and we know what the actual desired language is Also fix bug in src/locales.js where wrong langs were assigned to wrong keys.
-
JC Brand authored
Custom builds like this should rather be done by removing components in converse.js and then running `make build`
-
JC Brand authored
Adding it back again.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
It doesn't properly preserve copyright headers from r.js builds.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Strophe.ping.js was still in the no-dependencies build Also clean up wrapper-end.js a bit as well as the grouping of dependencies in non_amd.html Remove locales from utils.js and include it in converse.js so that the locales can more easily be removed from the build.
-
- 27 Feb, 2016 1 commit
-
-
JC Brand authored
Also, remove build-no-locales-no-otr.js
-
- 26 Feb, 2016 4 commits
- 23 Feb, 2016 1 commit
-
-
JC Brand authored
Instead of using the deps-*.js files. Builds will currently break, they still need to be reworked. Also moved the refreshWebkit method to utils.
-
- 20 Feb, 2016 2 commits
- 19 Feb, 2016 6 commits
- 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 7 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.
-