Commit Graph

237 Commits

Author SHA1 Message Date
JC Brand
8b20394560 CSS improvements.
- Last pending contact was being obscured/overflowing
- Select box for filtering was not aligned
2015-10-16 14:12:10 +00:00
JC Brand
6369465661 Making a new 0.9.5 release. 2015-08-24 17:56:50 +02:00
JC Brand
1390e1a3b0 3 changes
- updated version of moment.js
- remove unused variables in converse.js
- fix broken link in index.html
2015-08-24 17:01:55 +02:00
JC Brand
f7c27a08a5 Mention that MAM is now supported. 2015-07-29 14:20:39 +02:00
JC Brand
346a2552cb Provide links to @fpytloun's Django repo. 2015-06-22 20:04:08 +02:00
JC Brand
97ebcb3324 Update list of supported features and XEPs 2015-05-29 10:07:40 +02:00
JC Brand
c7ce646f6d Mention two new supported XEPs 2015-05-27 20:57:51 +02:00
JC Brand
6afcc0fbe1 Bring lang detect code in line with coding style.
Change html files so that we auto-detect the lang now.
2015-05-20 19:31:59 +02:00
JC Brand
e15ec7d443 Add an initial user manual for converse.js 2015-05-02 00:22:50 +02:00
JC Brand
e7180f20b1 Add Ukranian translations 2015-05-01 11:16:23 +02:00
JC Brand
fde70077cb Mention that converse.js runs in the browser :) 2015-03-08 16:54:32 +01:00
JC Brand
4d6aed5d81 Merge branch 'master' of github.com:jcbrand/converse.js 2015-03-06 17:54:11 +00:00
JC Brand
d69942058c Update the copy of the site a bit.
Try to make it a bit more clear that converse.js can be used as a standalone application.

See: https://github.com/libreprojects/libreprojects/issues/118#issuecomment-76396041
2015-02-27 15:07:37 +01:00
JC Brand
fee1f83cf5 Merge branch 'master' of github.com:jcbrand/converse.js 2015-01-07 10:19:06 +00:00
JC Brand
3d4c7659be Don't link to jabber.org, link to the directory 2015-01-07 11:17:12 +01:00
JC Brand
ccb52a5084 Add noscript tag for analytics. 2014-12-30 09:45:33 +00:00
JC Brand
8576d9487c Add Norwegian translations. 2014-12-20 11:18:44 +01:00
JC Brand
2a3aba3ad5 Move analytics code into separate file and add to .gitignore
Thanks to hawkee for the tip.
2014-12-13 21:55:49 +01:00
JC Brand
c46a220907 Mention official converse.js chat room. 2014-12-08 11:03:20 +01:00
JC Brand
f47949b91e Get index.html ready for release. 2014-12-07 13:45:14 +01:00
JC Brand
5142f5637b Mention Gina Moerk's mailing list post. 2014-12-07 12:37:33 +01:00
JC Brand
9359c76c42 Small tweaks to site and doc css.
Also, in Makefile, remove old HTML build first during "make html" step.
2014-12-07 10:48:32 +01:00
JC Brand
d3eb6b431f Don't open docs in new tab 2014-12-07 01:32:46 +01:00
JC Brand
d65d4e2fee Enable message carbons for the demo. 2014-12-07 01:30:45 +01:00
JC Brand
d690704f93 Fix tests and added a workaround...
so that we can use require config in main.js also in the tests.
2014-11-25 10:50:30 +01:00
JC Brand
f4096ea9fb More form handling code. updates #117 2014-11-17 13:55:52 +01:00
JC Brand
e9638e70c7 Initial work on allowing in band registrations. XEP 077 2014-11-16 22:16:42 +01:00
JC Brand
35f203ff62 Don't know why, but trailing slash appears to be required 2014-11-16 10:58:32 +01:00
JC Brand
50cc5bd729 New connection manager URL 2014-11-16 10:55:39 +01:00
JC Brand
c98e516e39 New release 0.8.4 2014-11-15 16:40:34 +01:00
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