summaryrefslogtreecommitdiff
path: root/src/node/handler
AgeCommit message (Expand)Author
2017-07-28FIX-2864: Add useAbiword flagJainendra Mandavi
2017-05-11Do not use cookie for pad shortcutsLuiza Pagliari
2017-04-04[feature] Create option to automatically reconnect after a few secondsLuiza Pagliari
2016-12-22Fixed crash on invalid export urlStefan
2016-09-08Remove unused parameter `noDocType`.Dan Bornstein
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
2015-10-22Merge pull request #2813 from simong/export-libreofficeJohn McLear
2015-10-20Allow LibreOffice to be used when exporting a padSimon Gaeremynck
2015-10-19Add an appendText APITed Mielczarek
2015-10-13Create setting to control if a new line will be indented or notLuiza Pagliari
2015-10-10Merge pull request #2730 from emilyxxie/clientready_hookStefan
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
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
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 editbar-accessi...John McLear
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 in...John McLear
2015-04-01fix import issue with txt files and abiword #2572John McLear
2015-03-31Merge pull request #2530 from webzwo0i/exception-handling-for-mimatched-compo...John McLear
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 le...webzwo0i
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 an...webzwo0i
2015-02-25Add a saveRevision API functionLuc Didry
2015-02-24Fixes #1870Luc Didry
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