summaryrefslogtreecommitdiff
path: root/src/node
AgeCommit message (Expand)Author
2014-11-08Add check for special url characters to createPad API functionStefan
2014-11-01blah push back for importsJohn McLear
2014-11-01use latest jsdomJohn McLear
2014-10-11Move `title` attribute of buttons from `<span>` to `<a>`Prateek Saxena
2014-09-28If exportFileName hook isn’t defined don’t return empty filename.Olivier Tétard
2014-08-23Merge pull request #2184 from qknight/patch-1John McLear
2014-08-08Added a `userLeave` hook that gets called when a user leaves a padSimon Gaeremynck
2014-07-24Update Settings.jsJoachim Schiele
2014-07-08Merge pull request #2174 from ether/fix/copy-pad-update-listsMarcel Klehr
2014-07-07Fix Pad#copy routine for updating group listMarcel Klehr
2014-06-22added /abs/path/settings.json handlingJoachim Schiele
2014-06-17Merge pull request #1787 from goldquest/dev_nopass_whensessionMarcel Klehr
2014-06-17Merge pull request #1619 from ether/stricter-transportJohn McLear
2014-06-17Enable HSTS for TLS connectionsMarcel Klehr
2014-06-16Merge pull request #2150 from ether/export-file-name-hookJohn McLear
2014-06-11Fix #2136: update cache and group list when copying padsMarcel Klehr
2014-06-11Merge pull request #2149 from ether/dont-use-abiword-for-htmlMarcel Klehr
2014-06-01Corrected the API Version number.Stephan Jauernick
2014-06-01Renamed the variable to prevent possible problems.Stephan Jauernick
2014-05-31Enhanced the Example for the API Method getPadID and make the return value co...Stephan Jauernick
2014-05-31Implemented the the new API method getPadID for reversing the Readonly ID. Ba...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-14Merge pull request #1984 from ldidry/fix/getRevisionChangeset-crashJohn 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-30Create a customizable timeslider toolbarMarcel Klehr
2014-03-26Merge pull request #2092 from webzwo0i/fix-crash-with-queued-messagesJohn McLear
2014-03-20Fix REQ_CS rev boundary checkMarcel Klehr
2014-03-17quick formatting clean upJohn McLear
2014-03-16Refactor toolbar.js to use consistent namingMarcel Klehr
2014-03-16Merge branch 'pr/1579' into toolbar-testMarcel Klehr
2014-03-14Sometimes, the author2session / group2session don't exist anymore, but the se...goldquest
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-24fix randomstringwebzwo0i
2014-01-15convert over to server-side cryptoRobert Helmer
2014-01-15new randomString function should take len argRobert Helmer
2014-01-15mozilla bug 844796 - use node crypto module for randomStringRobert Helmer
2013-12-17Don't crash if CHANGESET_REQ failsMarcel Klehr
2013-12-17Fix server side bug index overflows1341
2013-12-16Merge pull request #1514 from ether/dont-die-on-bad-htmlJohn McLear
2013-12-14Add input validation for html param in setHTML()Lennart Brinkmann