- 27 May, 2015 3 commits
-
-
JC Brand authored
XEP-0199: XMPP Ping
-
thierrytiti authored
Use modified StropheJS ping plugin (AMD support) Add Ping functionality Add Pong handler Fix to issue #144:
-
JC Brand authored
Offline Pretty Status
-
- 26 May, 2015 1 commit
-
-
thierrytiti authored
add offline as possible case to enable translation
-
- 22 May, 2015 2 commits
-
-
JC Brand authored
CSS: Fonts Path: editable $font-path via sass/variables.scss
-
thierrytiti authored
Add a variable to build CSS with another path for the fonts import added in ``sass/converse.scss`` : Undefined variable $font-path with ``make css``
-
- 21 May, 2015 1 commit
-
-
JC Brand authored
Call to registerRosterXHandler and registerPresenceHandler on onReconnected give exception.
-
- 20 May, 2015 9 commits
-
-
JC Brand authored
Change html files so that we auto-detect the lang now.
-
JC Brand authored
-
https://github.com/thierrytiti/converse.jsJC Brand authored
Merge branch 'detect_lang' of https://github.com/thierrytiti/converse.js into thierrytiti-detect_lang
-
JC Brand authored
Css fixes
-
thierrytiti authored
-
thierrytiti authored
main div conversejs - left and width: The last 35px at bottom of the page is not clickable - right: in some case (e.g. frame in div), the div is over the vertical scrollbar room-info: - wrong placement on hover after information fetched on a room
-
JC Brand authored
These files can still be built by running `make build`. However we remove them from version control because they bloat the repo, especially diffs of minified files, which are large.
-
JC Brand authored
-
JC Brand authored
French Translation
-
- 15 May, 2015 8 commits
-
-
thierrytiti authored
French translation
-
thierrytiti authored
-
JC Brand authored
-
JC Brand authored
Bugfix. fullname is null
-
JC Brand authored
-
JC Brand authored
Merge branch 'Placeholder-for-translation' of https://github.com/thierrytiti/converse.js into thierrytiti-Placeholder-for-translation Conflicts: src/templates/toolbar.html
-
thierrytiti authored
-
thierrytiti authored
wrong callback argument mapping in XmppStatus initialize: fullname is null
-
- 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.
-
- 13 May, 2015 1 commit
-
-
thierrytiti authored
-
- 11 May, 2015 3 commits
-
-
JC Brand authored
-
thierrytiti authored
Replace default en language to autodetection if no i18n setting is set.
-
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.
-