summaryrefslogtreecommitdiff
path: root/src/node/handler
AgeCommit message (Expand)Author
2014-09-28If exportFileName hook isn’t defined don’t return empty filename.Olivier Tétard
2014-08-08Added a `userLeave` hook that gets called when a user leaves a padSimon Gaeremynck
2014-06-16Merge pull request #2150 from ether/export-file-name-hookJohn McLear
2014-06-11Merge pull request #2149 from ether/dont-use-abiword-for-htmlMarcel Klehr
2014-06-01Corrected the API Version number.Stephan Jauernick
2014-05-31Added a new API method getPadID for reversing the Readonly ID and introduced ...Stephan Jauernick
2014-05-15Fix race conditionMarcel Klehr
2014-05-15Update ExportHandler.jsJohn McLear
2014-05-12use full string not first charJohn McLear
2014-05-12use call first and update docsJohn McLear
2014-05-09Update ImportHandler.jsJohn McLear
2014-05-07make async, please checkJohn McLear
2014-05-07remove eplite add etherpadJohn McLear
2014-05-06working logic for allowing a server side hook to modify the export file name ...John McLear
2014-05-06abiword shouldnt be used for HTML native documentsJohn McLear
2014-03-26Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messagesJohn McLear
2014-03-20Fix REQ_CS rev boundary checkMarcel Klehr
2014-02-20remember user session because it can be gone when finalHandler is calledwebzwo0i
2014-02-20fix crash if disconnect happens for sessions that have messages queuedwebzwo0i
2014-02-19Addressed a potential never finishing forEach in PadMessageHandler.padUsersSimon Gaeremynck
2014-01-15convert over to server-side cryptoRobert Helmer
2013-12-17Don't crash if CHANGESET_REQ failsMarcel Klehr
2013-12-17Fix server side bug index overflows1341
2013-12-09Merge pull request #2028 from webzwo0i/remove-deadcodeJohn McLear
2013-12-09Merge pull request #2030 from ether/import_hookJohn McLear
2013-12-09Remove console logsJohn McLear
2013-12-08do not send globalPadId in clientvars - its not used anywherewebzwo0i
2013-12-07fix closing of </title> tagwebzwo0i
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
2013-11-28fooJohn McLear
2013-11-27not working and erally confusedJohn McLear
2013-11-24move copy/move pad into a new api versions1341
2013-11-18fix bugs, add force option to overwrite destinations1341
2013-11-17change parameter namess1341
2013-11-17add pad copy/move API functionss1341
2013-10-28Merge branch 'metrics' into developMarcel Klehr
2013-10-27stats: Add http500, memoryUsage, pendingEdits gaugesMarcel Klehr
2013-10-27Record metrics with 'measured'Marcel Klehr
2013-10-25Refactors APIHandler:callAPIKenan Sulayman
2013-10-19Privacy: Add an option to disable IP loggingGrant Woodford
2013-10-13pass correct padID to checkAccess if pad is requested via readOnly linkvileda
2013-10-12Drop messages from unknown connectionsMarcel Klehr
2013-10-10Add explanations for more disconnect scenariosMarcel Klehr
2013-10-10Never keep processing a changeset if it's corruptedMarcel Klehr
2013-10-10Catch errors during preparation of client varsMarcel Klehr
2013-10-07Filter author attribs in client_vars.historicalAuthorDataMarcel Klehr
2013-10-07Revert "do not pass historical author data to read only users"Marcel Klehr
2013-10-06remove white spaceJohn McLear
2013-10-06do not pass historical author data to read only usersJohn McLear
2013-09-29Merge branch 'pr/1756' into developMarcel Klehr