Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-05 | Replace tabs indentation with spaces indentation | Luc Didry | |
Some files are obviously external libraries, I didn't touch them | |||
2013-11-25 | slightly cleaner | John McLear | |
2013-11-25 | make sticky chat mroe responsive to changes in top bar | John McLear | |
2013-06-17 | Simpify CSS for sticky chat | j@mailb.org | |
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 | |
Don't show notifications when loading the chat-messages. | |||
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 | |
prevent empty chat-messages from being sent | |||
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, ↵ | mluto | |
getChatMessages restructured and renamed to getLastChatMessages, added GET_CHAT_MESSAGES, getChatMessages restructured and renamed to getLastChatMessages | |||
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 ↵ | John McLear | |
aswell as event 10 | |||
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 ↵ | John McLear | |
input. Just a slightly nicer chat experience | |||
2012-03-14 | smashing errors caused by .forEach | Matthias Bartelmeß | |
2012-03-10 | Merge branch 'require-paths' into plugin | Chad 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-02 | Merge 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-26 | First stab at getting client side require(plugin/..) to work from within ↵ | Egil Moeller | |
etherpad | |||
2012-02-26 | The Big Renaming - etherpad is now an NPM module | Egil Moeller | |