index
:
etherpad-lite
cr/openbsd_install
develop
master
Really real-time collaborative document editing. http://etherpad.org
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
static
/
js
/
chat.js
Age
Commit message (
Expand
)
Author
2013-03-19
Refactor chat notifications and the chatNewMessage hook
Marcel Klehr
2013-03-19
hook for chat msg
John McLear
2013-03-13
add authorId to chat and userlist, possibly privacy/security issue?
John McLear
2013-01-30
Merge pull request #1430 from mluto/notification-on-startup
John McLear
2013-01-30
Don't show notifications when loading the chat-messages.
mluto
2013-01-29
remove message about requiring comments
John McLear
2013-01-29
make tinycon update on all chat messages not just ones that mention your name
John McLear
2013-01-29
gritter now implemented
John McLear
2013-01-16
IE8 does not have a string.trim()-function, so use regex..
mluto
2013-01-14
Merge pull request #1355 from mluto/chat-no-empty-line
John McLear
2013-01-14
prevent empty chat-messages from being sent
mluto
2013-01-07
converted load-more-link to button, added loading-gif, fixed typo
mluto
2013-01-07
only load 20 messages when pressing the load-link, fixed whitespace
mluto
2013-01-07
Added link to load more chat-messages using new GET_CHAT_MESSAGES
mluto
2013-01-06
client loads messages using the new client loads messages using new method, g...
mluto
2012-12-09
use properties notation
Iván Eixarch
2012-12-07
Added new strings to translate for js files
Iván Eixarch
2012-10-28
add a keystroke check for chat and make it so the chat listens on event 13 as...
John McLear
2012-09-09
Use packaged version of Tinycon.
Chad Weider
2012-07-12
Use Tinycon to display chat mentions in favicon.
Marcel Klehr
2012-07-12
Don't screw up, if chat is empty.
Marcel Klehr
2012-07-11
Fix #581 Don't scroll chat automatically if user is not at the bottom
Marcel Klehr
2012-07-11
option to stop autoscroll
John McLear
2012-06-12
resolve issue #384 and also clear chat counter whenever focus is on chat inpu...
John McLear
2012-03-14
smashing errors caused by .forEach
Matthias Bartelmeß
2012-03-10
Merge branch 'require-paths' into plugin
Chad Weider
2012-03-02
Merge branch 'pita'
Egil Moeller
2012-02-26
First stab at getting client side require(plugin/..) to work from within ethe...
Egil Moeller
2012-02-26
The Big Renaming - etherpad is now an NPM module
Egil Moeller