summaryrefslogtreecommitdiff
path: root/src/static/js/pad_userlist.js
AgeCommit message (Collapse)Author
2016-01-05Add usersOnline function to pad_userlist, fix a bug where several occurances ↵Mikk Andresen
of current user were pushed to users list.
2015-03-31expose method for getting a full user list on the client including ↵John McLear
historical data
2014-12-29second fix for user list issue on #2413John McLear
2014-11-22swap out jquery browser for bower but expose browser object to all pages ↵John McLear
also enable minification.. Seems to work well
2014-10-05Fix user count0ip
Still dirty, but really works.
2014-04-30Fix #online_countMarcel Klehr
Rather dirty, but works.
2014-04-15fix colorJohn McLear
2013-06-17Add userLeave hookj@mailb.org
2013-03-14escape .colorJohn McLear
2013-03-13add authorId to chat and userlist, possibly privacy/security issue?John McLear
2013-02-07Removed isProPad, since all pads are public except for group-padsmluto
2013-01-25Fixed "unnamed" and "enter your name" in userlistmluto
2012-12-09use properties notationIván Eixarch
2012-12-07Added new strings to translate for js filesIván Eixarch
2012-07-17Add userJoinOrUpdate hookMark Holmquist
This hook fires on the client side, whenever a user joins or updates (hence the name). It will pass one thing, the user's info, into the context. This is mostly just for notification purposes.
2012-05-13Shift button appearance onto anchor.Chad Weider
2012-04-19Corrected color picker: `jQuery(...).css('background-color')` returns a hex ↵Nikolai Prokoschenko
notation in IE8 and `rgb()` in every other browser.
2012-04-09removed a weird plus0ip
2012-04-09improved userlist ux (prevent overlapping of objects)0ip
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-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