summaryrefslogtreecommitdiff
path: root/src/static/js/chat.js
AgeCommit message (Collapse)Author
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2013-11-25slightly cleanerJohn McLear
2013-11-25make sticky chat mroe responsive to changes in top barJohn McLear
2013-06-17Simpify CSS for sticky chatj@mailb.org
2013-03-19Refactor chat notifications and the chatNewMessage hookMarcel Klehr
2013-03-19hook for chat msgJohn McLear
2013-03-13add authorId to chat and userlist, possibly privacy/security issue?John McLear
2013-01-30Merge pull request #1430 from mluto/notification-on-startupJohn McLear
Don't show notifications when loading the chat-messages.
2013-01-30Don't show notifications when loading the chat-messages.mluto
2013-01-29remove message about requiring commentsJohn McLear
2013-01-29make tinycon update on all chat messages not just ones that mention your nameJohn McLear
2013-01-29gritter now implementedJohn McLear
2013-01-16IE8 does not have a string.trim()-function, so use regex..mluto
2013-01-14Merge pull request #1355 from mluto/chat-no-empty-lineJohn McLear
prevent empty chat-messages from being sent
2013-01-14prevent empty chat-messages from being sentmluto
2013-01-07converted load-more-link to button, added loading-gif, fixed typomluto
2013-01-07only load 20 messages when pressing the load-link, fixed whitespacemluto
2013-01-07Added link to load more chat-messages using new GET_CHAT_MESSAGESmluto
2013-01-06client loads messages using the new client loads messages using new method, ↵mluto
getChatMessages restructured and renamed to getLastChatMessages, added GET_CHAT_MESSAGES, getChatMessages restructured and renamed to getLastChatMessages
2012-12-09use properties notationIván Eixarch
2012-12-07Added new strings to translate for js filesIván Eixarch
2012-10-28add a keystroke check for chat and make it so the chat listens on event 13 ↵John McLear
aswell as event 10
2012-09-09Use packaged version of Tinycon.Chad Weider
2012-07-12Use Tinycon to display chat mentions in favicon.Marcel Klehr
2012-07-12Don't screw up, if chat is empty.Marcel Klehr
2012-07-11Fix #581 Don't scroll chat automatically if user is not at the bottomMarcel Klehr
2012-07-11option to stop autoscrollJohn McLear
2012-06-12resolve issue #384 and also clear chat counter whenever focus is on chat ↵John McLear
input. Just a slightly nicer chat experience
2012-03-14smashing errors caused by .forEachMatthias Bartelmeß
2012-03-10Merge branch 'require-paths' into pluginChad Weider
Conflicts: node/server.js src/static/js/Changeset.js src/static/js/ace.js src/static/js/ace2_common.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/changesettracker.js src/static/js/chat.js src/static/js/collab_client.js src/static/js/contentcollector.js src/static/js/domline.js src/static/js/linestylefilter.js src/static/js/pad.js src/static/js/pad_connectionstatus.js src/static/js/pad_docbar.js src/static/js/pad_editbar.js src/static/js/pad_editor.js src/static/js/pad_impexp.js src/static/js/pad_modals.js src/static/js/pad_savedrevs.js src/static/js/pad_userlist.js src/static/js/pad_utils.js src/static/js/timeslider.js src/static/js/undomodule.js src/static/pad.html src/static/timeslider.html
2012-03-02Merge branch 'pita'Egil Moeller
Resolved conflicts: .gitignore src/static/js/ace.js src/static/js/ace2_inner.js src/static/js/broadcast.js src/static/js/domline.js src/static/pad.html src/static/timeslider.html Ignored conflicts (please merge manually later): node/server.js src/node/utils/Minify.js
2012-02-26First stab at getting client side require(plugin/..) to work from within ↵Egil Moeller
etherpad
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller