JC Brand
|
fe6a9ca748
|
Merge converse-api and converse-core
Otherwise `require('converse-core')` can be called, exposing the inner converse
object.
|
2017-02-14 14:35:52 +00:00 |
|
JC Brand
|
b7b9711296
|
Rename the closured converse object to _converse
to indicate that it's private and to differentiate it from the outer "global"
converse object.
|
2017-02-02 18:34:13 +00:00 |
|
JC Brand
|
4dcb855562
|
Split API into public and private (plugin only) parts.
|
2017-02-02 18:30:59 +00:00 |
|
Richard Icke
|
343e5777d1
|
first attempt to replace underscore with lodash
|
2017-02-01 14:00:38 +01:00 |
|
JC Brand
|
de07b6a529
|
No need for two AMD-load cycles.
|
2016-11-30 12:18:58 +00:00 |
|
JC Brand
|
27035d47dc
|
Remember toggle state of bookmarks list.
|
2016-11-03 15:33:56 +00:00 |
|
JC Brand
|
a2f4acdcee
|
All tests suites now updated and isolated.
|
2016-11-03 13:59:05 +00:00 |
|
JC Brand
|
1de2f7145c
|
Let bookmarks list use same markup/css as the available rooms list
|
2016-10-18 11:34:46 +02:00 |
|
JC Brand
|
43ae702c7a
|
Only fetch bookmarks once chatboxes can be handled.
|
2016-10-13 18:08:59 +02:00 |
|
JC Brand
|
fc48e02937
|
More lazily render the bookmarks list
Could still be improved.
|
2016-10-06 13:21:59 +02:00 |
|
JC Brand
|
ee6c5dbf49
|
Add overflow for very long bookmark names
|
2016-10-06 12:48:16 +02:00 |
|
JC Brand
|
0020be34d7
|
Show a list of current bookmarks in the "Rooms" panel
|
2016-10-06 12:05:25 +02:00 |
|
JC Brand
|
e39999f3ec
|
Check bookmarks for nicks when joining rooms
|
2016-10-05 23:15:42 +02:00 |
|
JC Brand
|
6972066076
|
Bookmarked rooms will now be automatically opened
If configured for it.
|
2016-10-05 23:15:42 +02:00 |
|
JC Brand
|
e80f001b35
|
Allow bookmarks to be removed from rooms
Refactored the code a bit in the process.
|
2016-10-05 23:15:42 +02:00 |
|
JC Brand
|
7ca7943706
|
Indicate whether a chatroom has been bookmarked.
|
2016-10-05 23:15:42 +02:00 |
|
JC Brand
|
3e77deee26
|
Bugfix in format of IQ stanza to save bookmarks.
|
2016-10-05 23:15:42 +02:00 |
|
JC Brand
|
052dd19252
|
Initial work on adding chatroom bookmarks.
|
2016-10-05 23:15:42 +02:00 |
|