- 14 May, 2015 4 commits
-
-
JC Brand authored
- Make sure the bare jid is used as roster contact id. - Save the resource when creating a new roster contact - In getWrappedChatBox, get roster item by bare jid - In getWrappedChatBox, make sure the chat box is created from bare jid
-
JC Brand authored
-
JC Brand authored
add .cmd extensions to makefile.win
-
Jacob Danner authored
I was getting the following error while running make all on my windows machine """ node_modules/.bin/bower install 'node_modules' is not recognized as an internal or external command, operable program or batch file. make: *** [stamp-bower] Error 1 """ This was resolved by adding the complete extension to the windows path.
-
- 11 May, 2015 2 commits
-
-
JC Brand authored
-
thierrytiti authored
-
- 09 May, 2015 1 commit
-
-
JC Brand authored
Added login-panel placeholder and roster-item Name translations
-
- 08 May, 2015 3 commits
-
-
Guillermo Bonvehí authored
-
Guillermo Bonvehí authored
This will allow to translate 'user@server' and 'password' in the login screen and also in the roster-item tooltip, there's 'Name:' which can now be translated
-
JC Brand authored
Fixed an error that appears when unload event is triggered
-
- 07 May, 2015 2 commits
-
-
Guillermo Bonvehí authored
-
Guillermo Bonvehí authored
This happens when you load a page with converse and do not login to the chat. It can be tested in converse.org preserving logs while navigating to another page. Inside clearSession there's a call to roster which is not initalized and also another one to controlbox.save which is not set so it fails with an url error during sync.
-
- 06 May, 2015 1 commit
-
-
JC Brand authored
Manual login doesn't work when websocket_url is set and not bosh_service_url It's already a while since we don't include an input for the bosh_service_url in the login panel.
-
- 03 May, 2015 1 commit
-
-
JC Brand authored
Put the code that inserts a chat box into the page in it's own method, so that it can be overridden from a plugin.
-
- 01 May, 2015 11 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
to make it clearer what a JID should look like.
-
JC Brand authored
-
JC Brand authored
Make the text part of an input-group a bit wider and other padding/margin tweaking.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Conflicts: locale/en/LC_MESSAGES/converse.po
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 26 Apr, 2015 7 commits
- 25 Apr, 2015 8 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
thierrytiti authored
-
JC Brand authored
Made some modifications to the code contributed by @thierrytiti and documented the change. Fixes #344
-
thierrytiti authored
-