JC Brand
|
25c18ee7ed
|
Restore index.html (dev version got committed earlier)
|
2014-10-28 18:09:58 +01:00 |
|
JC Brand
|
9c4e7779f0
|
Fix github url to use https instead of ssh
|
2014-10-28 16:20:33 +01:00 |
|
JC Brand
|
bfc747b4fc
|
Merge branch 'master' into private-jquery
|
2014-10-10 10:53:41 +02:00 |
|
JC Brand
|
266f3da2f7
|
Close ul tag.
|
2014-10-10 10:53:16 +02:00 |
|
Sergey Fedoseev
|
a46cd044c9
|
index.html: markup fix
|
2014-10-10 14:24:31 +06:00 |
|
JC Brand
|
6b2dd9b3cb
|
Update build files and created new builds.
|
2014-10-06 21:10:07 +02:00 |
|
JC Brand
|
9215c6dde9
|
Use jQuery obj from converse and use dev files
|
2014-10-06 20:44:55 +02:00 |
|
JC Brand
|
c71b03094d
|
Move website specific code out of main.js and into index.html. updates #229
Otherwise, we get errors "Cannot read property top of undefined".
|
2014-09-26 11:33:47 +02:00 |
|
JC Brand
|
56ec4cf7bc
|
New release 0.8.2
|
2014-09-22 17:57:56 +02:00 |
|
JC Brand
|
d4281c6134
|
Remove some redundant intialization settings.
|
2014-09-22 17:23:21 +02:00 |
|
JC Brand
|
21d965564f
|
fix markup syntax err and enable minified js
|
2014-09-21 19:05:19 +02:00 |
|
JC Brand
|
b241f8c64e
|
Add new font set with an icon for converse.js
and one for logging out. Also added a favicon.
|
2014-09-21 18:58:36 +02:00 |
|
JC Brand
|
aa046654bf
|
Provide single-session support.
|
2014-09-06 23:34:39 +02:00 |
|
JC Brand
|
0a1614741b
|
Make sure main.js is loaded before calling require.
When calling require from within HTML, then don't use data-main, but instead
load main.js via a require call.
See here: http://requirejs.org/docs/api.html#data-main
|
2014-09-06 16:58:20 +02:00 |
|
JC Brand
|
f1555774f0
|
Add typeahead.js as dependency and integrate. updates #215.
|
2014-08-26 19:59:48 +02:00 |
|
JC Brand
|
b039b1d80d
|
Mention Alfresco integration
|
2014-08-25 18:08:35 +02:00 |
|
JC Brand
|
c9958182ff
|
Making 0.8.1 release
|
2014-08-23 11:15:56 +02:00 |
|
JC Brand
|
83c68696cd
|
Update the docs and add section about sound notifications. updates #62
|
2014-08-23 11:04:33 +02:00 |
|
JC Brand
|
eb7749e6ca
|
Rebuild.
|
2014-08-20 21:03:05 +02:00 |
|
JC Brand
|
882bbcb02e
|
Add support for sound notifications. updates #62
(on incoming messages)
|
2014-08-20 21:00:28 +02:00 |
|
JC Brand
|
3bbcf237ee
|
Make new build and use it in index.html
|
2014-08-11 22:19:43 +02:00 |
|
JC Brand
|
bf837a921e
|
Merge branch 'live-filter'
Conflicts:
builds/converse-no-locales-no-otr.min.js
builds/converse-no-otr.min.js
builds/converse.min.js
builds/converse.website-no-otr.min.js
builds/converse.website.min.js
|
2014-08-11 21:57:23 +02:00 |
|
JC Brand
|
03cf27af67
|
Update mockup with group/user filter toggle
|
2014-08-11 21:47:28 +02:00 |
|
JC Brand
|
33aac2cf8a
|
Don't use auto_reconnect and rebuild JS
|
2014-08-08 11:14:32 +02:00 |
|
JC Brand
|
ed1a4d8f70
|
Mention open source
|
2014-08-06 10:40:33 +02:00 |
|
JC Brand
|
931fdf0b98
|
Simpler intro text
|
2014-08-05 18:50:09 +02:00 |
|
JC Brand
|
d247cb2286
|
Tweak homepage.
|
2014-08-05 18:48:54 +02:00 |
|
JC Brand
|
26e7e82f5b
|
Build a non-OTR version for the website on IE < 9.
|
2014-08-05 17:44:53 +02:00 |
|
JC Brand
|
bb705825a2
|
Distinguish between IE < 9 and the rest
|
2014-08-05 17:38:02 +02:00 |
|
JC Brand
|
7257432f54
|
Had to rebuild
|
2014-08-05 17:06:49 +02:00 |
|
JC Brand
|
ce75bc4737
|
Override otr.js so that we can fallback gracefully on IE
|
2014-08-05 16:59:38 +02:00 |
|
JC Brand
|
3fea9a09a8
|
Add a new build without OTR to be used on IE.
|
2014-08-05 16:11:20 +02:00 |
|
JC Brand
|
5ed84dd666
|
New builds for 0.8 release
|
2014-08-04 23:04:39 +02:00 |
|
JC Brand
|
c5f2c88f84
|
Revert "Use the bigint shipped with newest otr.js"
This reverts commit a7247a7c6d .
|
2014-08-04 23:00:01 +02:00 |
|
JC Brand
|
a7247a7c6d
|
Use the bigint shipped with newest otr.js
|
2014-08-04 22:37:55 +02:00 |
|
JC Brand
|
b7f88c965c
|
Generate new builds
|
2014-08-04 22:09:40 +02:00 |
|
JC Brand
|
ca21fc00f8
|
Enable roster_groups
|
2014-08-04 19:25:47 +02:00 |
|
JC Brand
|
0640dd5ae5
|
Clean up the initialize method of RosterView
by moving event handers out
|
2014-07-25 08:59:38 +02:00 |
|
JC Brand
|
0868db3c8a
|
Manage fontawesome via bower
|
2014-07-20 00:20:28 +02:00 |
|
JC Brand
|
29c822a6b5
|
Possible fix for issue #175.
Make sure contact's chat_status attr is saved.
Updates #175
|
2014-07-20 00:16:22 +02:00 |
|
JC Brand
|
9bf4eba33b
|
New fonticons from icomoon
|
2014-07-19 13:50:31 +02:00 |
|
JC Brand
|
6bded11304
|
Add connection feedback on the controlbox.
Now that the toggle is hidden when the controlbox is visible.
|
2014-07-14 20:41:26 +02:00 |
|
JC Brand
|
eeaeb3e66e
|
Set lang back to english
|
2014-07-06 18:34:29 +02:00 |
|
JC Brand
|
ad90e74260
|
Simplified Chinese translations, courtesy of Lancelot
|
2014-07-06 17:56:42 +02:00 |
|
JC Brand
|
c5ae10d962
|
Make an extra build specifically for including the website deps
|
2014-07-06 16:10:27 +02:00 |
|
JC Brand
|
9d84ede2f9
|
Two website deps (jquery-easing & bootstrap) now managed by bower
|
2014-07-06 15:56:44 +02:00 |
|
JC Brand
|
166b3bd003
|
Increase the clickable area for restoring a minimized chat
|
2014-07-06 12:40:50 +02:00 |
|
JC Brand
|
8aedc3fcf7
|
Integrate backbone.browserStorage. Fixes #176
Data is now by default cached in sessionStorage and not localStorage.
Can be configured via the "storage" option.
|
2014-06-30 18:53:58 +02:00 |
|
JC Brand
|
bf4dfea1af
|
Use builds and public connection manager
|
2014-06-30 14:55:52 +02:00 |
|
JC Brand
|
7e95d3d01d
|
Work on getting a working build for 0.8
|
2014-06-29 20:49:22 +02:00 |
|