summaryrefslogtreecommitdiff
path: root/src/static/js/pad_utils.js
AgeCommit message (Collapse)Author
2014-11-01change to proper IE checkJohn McLear
2014-11-01Fixes #1414John McLear
https://github.com/ether/etherpad-lite/issues/1414
2014-10-06I prefer this..John McLear
2014-10-06escape useragent before displayingJohn McLear
2013-09-25more sensible reload without cache messageJohn McLear
2013-06-12Only kept URL schemes which have an RFC standardKyle Kelley
2013-06-12Cleanup gophersKyle Kelley
2013-02-26post correct url, hehJohn McLear
2013-02-26post url with pad error msgJohn McLear
2012-12-03best I can do with this temporary fix for IEJohn McLear
2012-12-03stop password being clearly visibleJohn McLear
2012-12-03fix IE auth but only a temp fixJohn McLear
2012-12-03make it show password dialog on wrong passwordJohn McLear
2012-03-11Merge git://github.com/Gared/etherpad-lite into developPeter 'Pita' Martischka
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