summaryrefslogtreecommitdiff
path: root/src/static/js/pad.js
AgeCommit message (Collapse)Author
2015-04-05support for open dyslexic fontJohn McLear
2015-03-31expose method for getting a full user list on the client including ↵John McLear
historical data
2015-03-30fix issue with showControls false not workingJohn McLear
2015-03-25remove console logJohn McLear
2015-03-25different font families for people with dyslexiaJohn McLear
2015-01-21working logicJohn McLear
2015-01-21Merge pull request #2467 from ether/chat-and-usersJohn McLear
Show users and Chat at the same time
2015-01-21workingJohn McLear
2015-01-21some sanityJohn McLear
2015-01-19semi working exampleJohn McLear
2014-12-30Merge pull request #2410 from Gared/feature/notify-user-cookies-rejectedStefan
Notify user if cookies can't be created
2014-12-29Merge pull request #2401 from ether/save-prefsJohn McLear
set prefs and get prefs
2014-12-29Merge branch 'switch-to-pad' of github.com:derosm2/etherpad-lite into localTestJohn McLear
2014-12-28Use camel caseGared
2014-12-28Notify user if cookies can't be createdGared
2014-12-27set prefs and get prefsJohn McLear
2014-12-09Allow for shardable EtherpadSimon Gaeremynck
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-11-18remove connecting bar imageJohn McLear
2014-11-15Merge pull request #2290 from ether/IE11-null-passwordJohn McLear
change to proper IE check
2014-11-06working on resizeJohn McLear
2014-11-06cleaner reflowJohn McLear
2014-11-06working redraw and draw on startupJohn McLear
2014-11-01change to proper IE checkJohn McLear
2014-07-12Cleaning up switchToPad functionality so that we only need one call to the ↵Mike DeRosa
server("SWITCH_TO_PAD") instead of two (cleaning session info and client ready). Also Clearing chat messages when switchToPad is called in pad.js instead of having the server tell the client to clear the chat messages.
2014-07-06Fallback for browsers that don't support window.history.pushstateMike DeRosa
2014-06-14Added function to switch to a different pad without having to reload the ↵Mike DeRosa
whole page.
2014-03-17quick formatting clean upJohn McLear
2013-10-03use val not value, broken with newer jqJohn McLear
2013-06-17pass pad in postAceInit hookj@mailb.org
no way for plugins to access current pad otherwise.
2013-04-17use document, not docgoldquest
2013-04-03Kick the user if has already successfully authenticated but his session ↵mluto
became invalid later
2013-04-02longer timeout on reconnectionJohn McLear
2013-03-31Decode the sessionID before sending it to the server since our separator ',' ↵mluto
gets encoded
2013-03-23fix cookiesJohn McLear
2013-03-20merge developJohn McLear
2013-03-17remove console logJohn McLear
2013-03-17better mobile support for gritter messages, before it was awfulJohn McLear
2013-03-14return text instead of htmlJohn McLear
2013-03-14specialkey doesnt even exist afaikJohn McLear
2013-03-05Add a setting for RTL text direction (integrating the url paramter)Marcel Klehr
Fixes #1191
2013-02-08Removed sidebar-code since the sidebar got removed in EPL, there is only the ↵mluto
stickychat which is not affected by this.
2013-02-08Removed fullWidth/resizing-code as the pad is always fullscreen, unlike the ↵mluto
old EP
2013-02-07Removed isProPad, since all pads are public except for group-padsmluto
2013-02-07Killed pad_docbar.js as it's from the old etherpad and not usedmluto
2013-02-07Removed old chat-codemluto
2013-01-29spacingJohn McLear
2013-01-29gritter now implementedJohn McLear
2013-01-29introduce gritter files and ensure its availableJohn McLear
2013-01-28Renamed paramSettings to getParameters, to cause less confusionmluto