summaryrefslogtreecommitdiff
path: root/src/node/handler
AgeCommit message (Collapse)Author
2017-05-11Do not use cookie for pad shortcutsLuiza Pagliari
Users still cannot choose which shortcuts they want to enable/disable, so it does not make sense (yet) to have a cookie with that preference. This can be reverted once we create an UI to change shortcuts, but PLEASE PLEASE PLEASE do not read the cookie every time handleKeyEvent is called!!! This is an adjustment to #2891.
2017-04-04[feature] Create option to automatically reconnect after a few secondsLuiza Pagliari
On some erros that display a modal with "Force reconnect" button, allow Etherpad to automatically reload pad after a few seconds. Amount of seconds is defined on settings.json. Still need to create tests for this feature, and implement i18n.
2016-12-22Fixed crash on invalid export urlStefan
2016-09-08Remove unused parameter `noDocType`.Dan Bornstein
My editor also auto-stripped some EOL whitespace.
2016-09-08Remove the `noDocType` argument, which was only ever passed as `false`.Dan Bornstein
2016-04-26Update socket.io to version 1.4.5Stefan
2016-01-08hrm, removalJohn McLear
2016-01-08seems to workJohn McLear
2015-12-21include req and res in export convert hookJohn McLear
2015-12-17check for soffice before removing export pathsChris Birk
2015-12-01 remove unused variableJohn McLear
2015-12-01Hook for export ocnvert controlJohn McLear
2015-11-26regex incoming colorsJohn McLear
2015-10-22Merge pull request #2805 from storytouch/indentationSettingJohn McLear
Create setting to control if a new line will be indented or not
2015-10-22Merge pull request #2813 from simong/export-libreofficeJohn McLear
Allow LibreOffice to be used when exporting a pad
2015-10-20Allow LibreOffice to be used when exporting a padSimon Gaeremynck
This commit adds support for LibreOffice when exporting a pad to doc, pdf, .. This commit also cleans up some export logic when exporting to txt
2015-10-19Add an appendText APITed Mielczarek
2015-10-13Create setting to control if a new line will be indented or notLuiza Pagliari
Currently pressing ENTER on a line that ends with ':', '[', '(' or '{' automaticaly indents the new line with 4 spaces. The variable added by this commit to settings.json allow an Etherpad instance to not have this behavior.
2015-10-10Merge pull request #2730 from emilyxxie/clientready_hookStefan
added clientReady hook
2015-10-09if granularity is negative, endNum is negative and loopwebzwo0i
2015-10-09check if ChangesetRequest granularity is a number (#2796)webzwo0i
2015-08-15Fix API call appendChatMessage to send new message to all connected clientsStefan
2015-07-20clientReady hook- pass entire message, updated docEmily Xie
2015-06-24Check for valid session in handleUserInfoUpdateClark Boylan
Address issue 2674 by checking that the session is valid and has a valid author and padId before using it to update the userInfo for that session. Otherwise it is possible that by the time we try to update a session with new userInfo that session has disconnected and is no longer available to be updated. Without this commit the etherpad-lite service gracefully shutsdown whenever this happens.
2015-06-19Allow a pad to only end with a single newline, rather than requiring two.Xavid
2015-05-20more read only mode fixes andadd support for handleMessageSecurity hookJohn McLear
2015-05-18Tidy HTML before trying to convert it with abiwordSimon Gaeremynck
2015-04-29plugins always return html so use that endpointJohn McLear
2015-04-11Merge pull request #2604 from ether/pad-optionsJohn McLear
session key is now ignored and also padOptions are available in settings
2015-04-11session key is now ignored and also padOptions are available in settingsJohn McLear
2015-04-11make setPadRaw async; streamline .etherpad file import handling chainTom Hunkapiller
2015-04-10fix the rest of the deprecation warningsTom Hunkapiller
2015-04-08update for express 4.xTom Hunkapiller
2015-04-02Merge branch 'develop' of github.com:ether/etherpad-lite into ↵John McLear
editbar-accessibility
2015-04-01reintroduce removed api points that were removed by mistakeJohn McLear
2015-04-01tests and fix up sloppy code by original authorJohn McLear
2015-04-01Merge branch 'feature/append-chat-api' of github.com:derosm2/etherpad-lite ↵John McLear
into append-chat-api
2015-04-01fix import issue with txt files and abiword #2572John McLear
2015-03-31Merge pull request #2530 from ↵John McLear
webzwo0i/exception-handling-for-mimatched-composition do not crash when encountering mismatched compositions. log the changese...
2015-03-03empty author should be allowed to support clearAuthorship functionalitywebzwo0i
2015-03-03- operator do not show up in the attribs of a pad, but authors could still ↵webzwo0i
leak to the pool
2015-03-03check author in = operatorwebzwo0i
2015-03-02print revision numbers - not changesets - in warn-logwebzwo0i
2015-03-02callback with argument error in async.series insteadwebzwo0i
2015-02-26do not crash when encountering mismatched compositions. log the changesets ↵webzwo0i
and padid
2015-02-25Add a saveRevision API functionLuc Didry
Calling saveRevision create an author which name is "API"
2015-02-24Fixes #1870Luc Didry
Add two functions to API : * getSavedRevisionsCount * listSavedRevisions
2015-02-09Adding api call for appending a chat message.Mike DeRosa
2015-01-24Stop processing a message without auth (i.e. a client did not sendwebzwo0i
CLIENT_READY)
2015-01-19bumpageJohn McLear