JC Brand
|
dce8804e25
|
Merge branch 'master' of https://github.com/jcbrand/converse.js
|
2012-11-02 13:46:50 +02:00 |
|
JC Brand
|
646274edc5
|
Add images
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
14ecd1d503
|
Updated index.html
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
fbdb51d6bb
|
Add converse.css
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
be22310ce3
|
Add link to screencast
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
30248496b2
|
Add readme heading
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
968be7ef8e
|
More readme formatting
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
36d32de600
|
Change to RST
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
c6aad375af
|
readme formatting
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
dbc8fee3b7
|
Updated readme
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
45fbb8f830
|
Add main.js (for require.js)
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
0251af6354
|
Add index.html
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
f1ebdd3918
|
Add third party js on which converse.js depends
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
6e372919ad
|
Add converse.js and the license files.
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
427a3e1a9b
|
Initial commit
|
2012-11-02 13:46:12 +02:00 |
|
JC Brand
|
40f0aa1e93
|
Add images
|
2012-10-26 20:52:09 +02:00 |
|
JC Brand
|
f977513b00
|
Updated index.html
|
2012-10-26 20:47:58 +02:00 |
|
JC Brand
|
49f5fa65a0
|
Add converse.css
|
2012-10-26 20:47:41 +02:00 |
|
JC Brand
|
c01db6bee8
|
Refactored. Controlbox is now rendered via JS template.
|
2012-10-26 20:47:16 +02:00 |
|
JC Brand
|
3ebd223cc2
|
Fix broken events for chatrooms panel. CSS tweaks.
|
2012-10-26 11:41:39 +02:00 |
|
JC Brand
|
fd4192b7cc
|
Another sizable refactoring.
- Contacts and Chatrooms panels are now separate Backbone views
- Fixes broken events after previous refactoring.
|
2012-10-25 23:33:09 +02:00 |
|
JC Brand
|
a3f54321aa
|
Refactor: The controlbox is now rendered via JS template.
- Removes the need for JQueryUI
|
2012-10-25 12:36:37 +02:00 |
|
JC Brand
|
ba3222b6a0
|
Add link to screencast
|
2012-10-23 22:38:56 +02:00 |
|
JC Brand
|
f3f5ff2ae7
|
Add readme heading
|
2012-10-23 21:55:58 +02:00 |
|
JC Brand
|
5e0fc7d2b7
|
More readme formatting
|
2012-10-23 21:54:32 +02:00 |
|
JC Brand
|
d58ba37809
|
Change to RST
|
2012-10-23 21:52:51 +02:00 |
|
JC Brand
|
c20741b83e
|
readme formatting
|
2012-10-23 21:50:12 +02:00 |
|
JC Brand
|
d7bb13500d
|
Updated readme
|
2012-10-23 21:01:24 +02:00 |
|
JC Brand
|
d98b08fbd7
|
Changes from upstream (collective.xmpp.chat)
|
2012-10-23 20:48:37 +02:00 |
|
JC Brand
|
09b50c44de
|
Add main.js (for require.js)
|
2012-10-23 20:48:23 +02:00 |
|
JC Brand
|
1444642a0b
|
Add index.html
|
2012-10-23 20:48:16 +02:00 |
|
JC Brand
|
d4d4979a39
|
Add third party js on which converse.js depends
|
2012-10-23 20:47:59 +02:00 |
|
JC Brand
|
07ca5d3506
|
Add link to user profile URL from name in chatbox header
|
2012-10-22 14:47:16 +02:00 |
|
JC Brand
|
54b7565e3b
|
Set title attr on chatroom topic as well. Tweak CSS
|
2012-10-22 14:34:37 +02:00 |
|
JC Brand
|
c1eb35324d
|
Fixed alt attr or profile img and set status on title attr
|
2012-10-22 13:52:29 +02:00 |
|
JC Brand
|
484ea865cc
|
Show user portraits in the chatboxes.
|
2012-10-20 18:15:51 +02:00 |
|
JC Brand
|
47380d0893
|
Bugfix. Only unauthorise user once removed from the roster.
|
2012-10-19 18:04:32 +02:00 |
|
JC Brand
|
588825e01d
|
Two bugfixes.
Show status change only in applicable chatbox.
Don't show the "Remove connection changed" messages as status messages
|
2012-10-19 17:18:03 +02:00 |
|
JC Brand
|
37486118a2
|
Store open chats in localstorage, removing the need for jquery.cookie
|
2012-10-19 16:37:08 +02:00 |
|
JC Brand
|
bd2492e678
|
Encrypt messages stored in localstorage.
|
2012-10-19 15:34:58 +02:00 |
|
JC Brand
|
e235fa4438
|
Refactored local storage code and fixed data leakage.
|
2012-10-19 14:30:42 +02:00 |
|
JC Brand
|
72e9698de1
|
Refactored Status messaging.
Also ixed but where status wasn't set at initial page load.
|
2012-10-18 21:40:06 +02:00 |
|
JC Brand
|
09e34353c5
|
Make sure auto_subscribe has a boolean value.
|
2012-10-17 20:45:45 +02:00 |
|
JC Brand
|
069310c6e6
|
Add support for showing firstnames instead of usernames.
|
2012-10-17 15:42:18 +02:00 |
|
JC Brand
|
194e968849
|
Rename to avoid name clash with jarnxmpp js.
|
2012-10-17 15:20:12 +02:00 |
|
JC Brand
|
c9cf028c75
|
Improved the presence handling when auto-subscribe is on.
|
2012-10-17 11:51:04 +02:00 |
|
JC Brand
|
88e0cb5b2a
|
Add support for auto-subscribe
|
2012-10-16 23:10:42 +02:00 |
|
JC Brand
|
630454f893
|
Refactored the roster code to make it more sane
|
2012-10-16 22:39:21 +02:00 |
|
JC Brand
|
0fee92bf32
|
Uncomment stanza logging to the console
|
2012-10-16 11:40:28 +02:00 |
|
JC Brand
|
1aa8b02f82
|
Add a handler for the roster get
|
2012-09-28 19:17:16 +02:00 |
|